Enhance POE project with health check server, sensor tracking, and dynamic MQTT topic structure. Updated configuration for multiple Modbus hosts and added alerting system for sensor failures and recoveries. Improved logging and error handling throughout the application.

This commit is contained in:
Naab2k3
2025-06-23 09:14:40 +07:00
parent ad87c01f34
commit 81ab6191da
15 changed files with 752 additions and 222 deletions

View File

@ -1,2 +1,3 @@
pymodbus>=3.5.0
paho-mqtt>=1.6.0
paho-mqtt>=1.6.0
requests>=2.28.0