jjpavlik / homemetrics

1 stars 0 forks source link

Debug information in one of the rotating slots from the LCD #7

Closed jjpavlik closed 4 years ago

jjpavlik commented 4 years ago

Why not showing some debug/stats information from the Arduino like:

I think this data should be collected by collector.py through some of the undefined control messages and then pushed to the Arduino on one of the available slots (slot 3 for example).

Maybe even I should consider increasing the number of slots (currently 4) to separate this information?

jjpavlik commented 4 years ago

It'd be nice if a Red LED went ON if any errors are detected in the Arduino :)

jjpavlik commented 4 years ago

Done. Unfortunately there's something wrong with the counters. I was expecting the unsigned long (32 bits theoretically anyways) counters would not wrap around like the unsigned int (16 bits). However I keep seeing the Rx/Tx bytes counters wrapping around many times a day.