Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate the number of hours of operation #21

Open
Benhalor opened this issue Sep 28, 2020 · 3 comments
Open

Calculate the number of hours of operation #21

Benhalor opened this issue Sep 28, 2020 · 3 comments

Comments

@Benhalor
Copy link
Collaborator

Benhalor commented Sep 28, 2020

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
@dsferruzza
Copy link
Member

dsferruzza commented Oct 17, 2020

This implies being able to:

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

@valeriansaliou
Copy link
Member

valeriansaliou commented Oct 29, 2020

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants