From 24ebc72080aa562e8335054604f6b13509fac69c Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sat, 6 Jan 2024 21:23:38 +0000 Subject: [PATCH] Documentation tidy Co-Authored-By: Joseph Abbey --- BatteryReporting.md | 4 ++++ Troubleshooting.md | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/BatteryReporting.md b/BatteryReporting.md index e059ee5..3580610 100644 --- a/BatteryReporting.md +++ b/BatteryReporting.md @@ -14,6 +14,10 @@ In both cases, the enable and repeat time settings can be changed whilst the app ## Listening for the `device_id` +Open the event viewer in Home Assistant and add `garmin.battery_level` as the event to listen to as shown below. + +[![Open your Home Assistant instance and show your event developer tools.](https://my.home-assistant.io/badges/developer_events.svg)](https://my.home-assistant.io/redirect/developer_events/) + ```yaml diff --git a/Troubleshooting.md b/Troubleshooting.md index fa953a5..2e6f6c1 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -110,9 +110,7 @@ There's an online way of testing the API URL too, thanks to [REQBIN](https://req ## Watch Battery Level Reporting -For this you will need to have already got the main application or widget working with a menu in order to prove that the API calls are successful. We have proven this works with both our home brew infrastructure as well as Nabu Casa. Now with a script similar to one of the following two, you should be able to fake the watch API call and verify receipt by Home Assistant in the Event logging by clicking the following button. - -[![Open your Home Assistant instance and show your event developer tools.](https://my.home-assistant.io/badges/developer_events.svg)](https://my.home-assistant.io/redirect/developer_events/) +For this you will need to have already got the main application or widget working with a menu in order to prove that the API calls are successful. We have proven this works with both our home brew infrastructure as well as Nabu Casa. Now with a script similar to one of the following two, you should be able to fake the watch API call and verify receipt by Home Assistant in the Event logging as shown in '[Listening for the `device_id`](BatteryReporting.md#listening-for-the-device_id)'. #### Battery: Linux, MacOS, UNIX, Cygwin etc