systant/server
ryan f965bf5802 Add connection verification to prevent false success on MQTT failures
- Add wait_for_connection() to test actual MQTT connectivity after start_link
- Use publish_sync with timeout to verify broker is reachable
- Properly fail startup if MQTT broker is unavailable
- Add clear timeout and connection error messages

This fixes the issue where systant reported 'connected successfully'
even when the MQTT broker was unreachable.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-09 19:00:42 -07:00
..
config Restructure as monorepo and add flake packages/apps 2025-08-02 19:54:17 -07:00
lib Add connection verification to prevent false success on MQTT failures 2025-08-09 19:00:42 -07:00
rel Restructure as monorepo and add flake packages/apps 2025-08-02 19:54:17 -07:00
test Restructure as monorepo and add flake packages/apps 2025-08-02 19:54:17 -07:00
.formatter.exs Restructure as monorepo and add flake packages/apps 2025-08-02 19:54:17 -07:00
mix.exs Implement comprehensive TOML-based configuration system 2025-08-05 21:02:02 -07:00
mix.lock Implement comprehensive TOML-based configuration system 2025-08-05 21:02:02 -07:00
systant.toml Add Home Assistant MQTT auto-discovery integration 2025-08-08 20:38:34 -07:00
systant.toml.example Add Home Assistant MQTT auto-discovery integration 2025-08-08 20:38:34 -07:00