systant/server/lib/systant
ryan 505aede8d3 Fix config file loading and MQTT connection error handling
Config file loading fixes:
- Fix tilde expansion in config paths (~/.config/systant/systant.toml)
- Add detailed debug logging for config file search paths
- Properly expand home directory paths with System.user_home()

MQTT connection improvements:
- Add clearer connection status logging with broker host:port
- Improve error handling in connection callback
- Better error messages when connection fails or is lost
- More detailed initial connection logging

These fixes address production deployment issues where config files
aren't found and MQTT connection errors aren't properly reported.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-09 18:54:42 -07:00
..
application.ex Restructure as monorepo and add flake packages/apps 2025-08-02 19:54:17 -07:00
command_executor.ex Complete secure MQTT command system with clean JSON responses 2025-08-05 22:40:26 -07:00
config.ex Fix config file loading and MQTT connection error handling 2025-08-09 18:54:42 -07:00
ha_discovery.ex Change Home Assistant device name and manufacturer/model 2025-08-08 21:17:46 -07:00
mqtt_client.ex Fix config file loading and MQTT connection error handling 2025-08-09 18:54:42 -07:00
mqtt_handler.ex Fix config file loading and MQTT connection error handling 2025-08-09 18:54:42 -07:00
system_metrics.ex Implement network throughput monitoring instead of cumulative bytes 2025-08-08 21:02:29 -07:00