Hello!
I'm looking for an elegant solution to the problem of counting pulses on an ESP8266 device after power loss.
The three counter values are not persisted upon cold restart, power off, or firmware upload, but are persisted (recovered) after a warn reset or processor deep freeze (Plugin Generic - Pulse Counter).
I would like to propose using the 56 bytes of SRAM memory of the RTC DS1307 chip to store the Plugin Generic - Pulse Counter values.
At the moment, an alternative solution is to use a PCF8583 with different firmware.
Hello!
I'm looking for an elegant solution to the problem of counting pulses on an ESP8266 device after power loss.
The three counter values are not persisted upon cold restart, power off, or firmware upload, but are persisted (recovered) after a warn reset or processor deep freeze (Plugin Generic - Pulse Counter).
I would like to propose using the 56 bytes of SRAM memory of the RTC DS1307 chip to store the Plugin Generic - Pulse Counter values.
At the moment, an alternative solution is to use a PCF8583 with different firmware.