Philip Abbey
4b206f4501
Update README.md
...
Amended for new cache validation code.
2025-09-05 16:40:57 +01:00
Philip Abbey
03ff4b570b
Initial version
2025-09-05 15:43:01 +01:00
Philip Abbey
27dc66d005
Update HomeAssistantApp.mc
...
Cosmetic
2025-09-05 10:36:35 +01:00
Philip Abbey
9dbae5a64a
Cosmetic
...
Code tidy
2025-09-05 10:01:24 +01:00
Philip Abbey
2923c8faec
Documentation update for v3.2
v3.2
2025-08-15 17:54:19 +01:00
Philip Abbey
a37b9842cb
Update HISTORY.md
...
Amended v3.1 text. Added v3.2 text.
2025-08-15 17:26:32 +01:00
__JosephAbbey
ec2324a8d1
Only re-register sensors if the state has changed ( #275 )
2025-08-15 17:15:02 +01:00
Philip Abbey
7d77a79ad8
Fix for update before Webhook ID (re-)created.
2025-08-15 17:04:54 +01:00
Philip Abbey
756647d156
Added Setting option to clear the Webhook ID
...
Co-Authored-By: __JosephAbbey <me@josephabbey.dev >
2025-08-15 15:23:30 +01:00
Joseph Abbey
25cbcfe59a
Rename variable
2025-08-15 13:56:46 +01:00
Philip Abbey
04dec1a8ba
Merge branch 'main' into 273-only-reregister-sensors-if-the-setting-has-been-updated
2025-08-15 13:41:37 +01:00
Philip Abbey
46740fac76
Update HISTORY.md
...
Amended v3.1 test to include the bug fix.
v3.1
2025-08-15 13:39:56 +01:00
Joseph Abbey
474bd552ad
Only re-register sensors if the state has changed
2025-08-15 13:22:29 +01:00
Philip Abbey
649f0f250d
264 add custom https headers for eg cloudflare tunnels ( #272 )
...
Additional settings to provide a custom HTTP header so that the
application can work with Cloudflare's Web Application Firewall (WAF).
2025-08-15 13:09:27 +01:00
Philip Abbey
5a0bd98ddb
Candidate bug fix for crash opening app from glance
...
Changed the function parameters on WebhookManager.onReturnRegisterWebhookSensor() to remove the last optional parameter that was causing the error message and this appears to keep the application happy on start up. Looks like an API request race between the glance's last call and the app first call.
Co-Authored-By: __JosephAbbey <me@josephabbey.dev >
2025-08-15 12:56:22 +01:00
Philip Abbey
ce81c6af0a
Review comments
...
Co-Authored-By: Lars Pöpperl <45465820+tispokes@users.noreply.github.com >
2025-08-11 20:07:10 +01:00
Philip Abbey
3d7b588d2c
small doc suggestions ( #271 )
...
Thank you!
2025-08-10 20:52:29 +01:00
Philip Abbey
166b5f4ec3
Found a path to a crash condition
...
Preventing a de-reference of null when the HA server is unreachable.
2025-08-10 20:50:12 +01:00
Philip Abbey
57128bf7a4
Update README.md
...
Amended path to create security tokens.
2025-08-10 19:09:52 +01:00
Philip Abbey
64bebded0a
Update GarminHomeAssistantSettings.png
2025-08-10 18:42:48 +01:00
tispokes
b9db9af3bf
small doc suggestions
...
small doc suggestions
small doc suggestions
2025-08-10 18:42:28 +02:00
Philip Abbey
ad7d278072
Amended documentation
...
No longer using groups for sub-menus.
2025-08-10 14:39:55 +01:00
Philip Abbey
dd484aa615
Fix for settings
...
HTTP-Headers settings no longer crash the application on the device. Group settings removed as they could be be changed a second time due to a bug in the SDK.
2025-08-10 14:08:52 +01:00
Philip Abbey
f224268554
Documentation
2025-08-09 16:36:46 +01:00
Philip Abbey
e9f6ccfd0d
Updated translations from @tispokes
...
Amended translate.py and created a batch script to ease of running the translations.
Co-Authored-By: Lars Pöpperl <45465820+tispokes@users.noreply.github.com >
2025-08-09 13:42:55 +01:00
Philip Abbey
ad8a895f58
Added international strings
...
Required for new settings.
2025-08-09 11:41:22 +01:00
Philip Abbey
549b04f349
Minor fix to strings.xml
...
Both English and German to remove a historical ambiguity.
2025-08-09 11:08:06 +01:00
Philip Abbey
dca99cc1a9
Merge branch 'main' into 264-add-custom-https-headers-for-eg-cloudflare-tunnels
2025-08-09 10:47:49 +01:00
Philip Abbey
f76a4b60c7
Update deu translation ( #265 )
...
Kept some parts of older translations, renewed some,
can check the translation when you have added the headers :-)
2025-08-09 10:45:38 +01:00
Philip Abbey
24232acfbe
Add TLS 1.2 compatibility guidance for Garmin Wi-Fi/LTE connection issues ( #266 )
...
This update adds a note to the “Limits of Use” section explaining that
some Garmin devices use TLS 1.2 for HTTPS handshakes. If a server or
proxy enforces a minimum TLS version of 1.3 or higher, users may
experience SSL handshake errors with the message HTTP request returned
error code = 0.
The documentation now includes:
An explanation of the issue
How to identify the error
A practical solution example for Cloudflare Tunneling users to lower the
minimum TLS version to 1.2
A security note advising against lowering TLS below 1.2
This helps users troubleshoot connectivity problems when using Wi-Fi or
LTE features on Garmin watches with Home Assistant.
2025-08-09 10:40:52 +01:00
Ali Alaei
50eccad4dc
docs: clarify TLS 1.2 limitation for Garmin Wi-Fi/LTE connections
...
Signed-off-by: Ali Alaei <49282631+aalaei@users.noreply.github.com >
2025-08-09 11:33:51 +02:00
Ali Alaei
8b641f1ee9
docs: add TLS 1.2 compatibility note for Garmin Wi-Fi/LTE connections
...
Signed-off-by: Ali Alaei <49282631+aalaei@users.noreply.github.com >
2025-08-08 23:46:01 +02:00
Philip Abbey
c1cddc54e4
Initial attempt
...
Lacking an end to end test on this code presently.
2025-08-08 11:40:13 +01:00
Lars Pöpperl
fa8ec2ec4d
Added all contributors
...
Signed-off-by: Lars Pöpperl <45465820+tispokes@users.noreply.github.com >
2025-08-08 11:33:51 +02:00
Lars Pöpperl
c2f99d71ad
Updated German corrections
...
Signed-off-by: Lars Pöpperl <45465820+tispokes@users.noreply.github.com >
2025-08-08 11:28:32 +02:00
Philip Abbey
8a8d64bcab
Update Wi-Fi.md
...
Videos only work when they are uploaded to https://github.com/user-attachments/assets/ , so that means drag and drop the video into the markdown file rather than reference one already in your source tree.
Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com >
2025-07-25 18:42:37 +01:00
Philip Abbey
55bbb4901c
Update HISTORY.md
...
Amended v3.0 change text.
Signed-off-by: Philip Abbey <philipabbey@users.noreply.github.com >
2025-07-25 12:32:27 +01:00
Philip Abbey
3396c6c47d
Update manifest.xml
...
Careless previous commit with reduced device list, this reverts the file.
v3.0
2025-07-25 12:00:52 +01:00
Philip Abbey
4cfd3ffb6b
260 documentation for wi fi enabled application ( #261 )
...
Proposed documentation for the Wi-Fi/LTE enabled Garmin Home Assistant App.
2025-07-25 11:52:08 +01:00
Philip Abbey
d8f944b02f
Merge branch 'main' into 260-documentation-for-wi-fi-enabled-application
2025-07-25 11:48:24 +01:00
Philip Abbey
3e0de7ad6e
259 code tidy ( #262 )
...
Should be functionally equivalent.
2025-07-25 11:47:47 +01:00
Philip Abbey
6574cf5bac
Update GarminHomeAssistantSettings.png
...
New Wi-Fi option in Setting screen capture.
2025-07-25 11:42:38 +01:00
__JosephAbbey
c0a99946f8
Merge branch 'main' into 259-code-tidy
2025-07-25 10:26:04 +01:00
philipabbey
e8f901167f
Apply automatic changes
2025-07-25 09:17:03 +00:00
Philip Abbey
d110826392
Amended Globals.mc
...
Moved wifiPollDelayMs to Globals class.
2025-07-25 08:38:55 +01:00
Philip Abbey
d645adb3c9
Reuse translations ( #263 )
2025-07-25 08:23:02 +01:00
__JosephAbbey
9e7ac9de6d
Update removeTranslations.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: __JosephAbbey <me@josephabbey.dev >
2025-07-24 23:46:25 +01:00
__JosephAbbey
d43c2d427f
Update translate.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: __JosephAbbey <me@josephabbey.dev >
2025-07-24 23:46:15 +01:00
Joseph Abbey
c599b9fcf3
Reuse translations
2025-07-24 23:42:27 +01:00
Philip Abbey
0d73de494e
Tidy
2025-07-24 20:56:08 +01:00