hardtechnology / EfergyMQTT

Integration of the Efergy Power Monitors with the MQTT Protocol and ESP8266
15 stars 3 forks source link

Fix LOST/OFF Routines both using TX_age #9

Closed hardtechnology closed 7 years ago

hardtechnology commented 7 years ago

OFF and LOST Routines conflict with both using TX_Age[] to track the transmitter packets. This leads to OFF never being called as LOST updates the status. Resolution: Implement LOST counter

hardtechnology commented 7 years ago

RESOLVED: Lost packet counter implemented.