makair-control-ui icon indicating copy to clipboard operation
makair-control-ui copied to clipboard

Calculate the number of hours of operation

Open Benhalor opened this issue 5 years ago • 3 comments
trafficstars

In order to facilitate maintenance, display

  • The number of hours the machine has been ventilating
  • The number of hours the machine power has been ON

Benhalor avatar Sep 28 '20 14:09 Benhalor

This implies being able to:

  1. count these durations
  2. persist them on FS (across reboots)
  3. display them on a Maintenance screen/modal

dsferruzza avatar Oct 17 '20 11:10 dsferruzza

I guess this should be done from the firmware, written to its permanent EEPROM memory (it's like an "uptime" log, or a car's odometer), and then sent to the UI through the telemetry protocol (to be shown in a machine information box, which could also show the machine serial, more software build information, etc...).

valeriansaliou avatar Oct 29 '20 21:10 valeriansaliou

Ping @Benhalor we could use the EEPROM to store this as well.

valeriansaliou avatar Jan 02 '21 14:01 valeriansaliou