9 Commits

Author SHA1 Message Date
3bce05c41b Hardcoded grace period display corrected 2025-12-06 16:00:57 +01:00
1011213c06 Run Docker container as non-root user with uid 1000 2025-12-05 23:06:24 +01:00
f4c5b19b5c Add HA connection validation and improved error debugging
- Add test_ha_connection() function to validate API access at startup
- Improve error logging with response body details
- Add debug logs showing exact API endpoints being called
- Capture stderr from curl to catch connection errors
2025-12-05 22:49:23 +01:00
a96143158d Fix Home Assistant API calls to use correct entity_id format and support multiple entity types
- Replace incorrect 'target' parameter with 'entity_id' in API requests
- Add domain detection to handle different entity types (light, switch, etc.)
- Implement smart service routing based on entity domain
- Improve logging to show which service is being called
2025-12-05 22:46:07 +01:00
c22f51e7b0 HA payload fixed 2025-12-05 22:41:48 +01:00
8968a84fcd Checks for HA API result 2025-12-05 22:33:24 +01:00
257e4c2062 Dockerised and prepared with .env 2025-12-05 22:09:44 +01:00
a3b13c5fe6 added monitoring script for Pandora 2025-12-05 21:59:09 +01:00
058eeb5246 Initial commit 2025-12-05 20:53:04 +00:00