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

Task: add ongoing accumulation to SMS for the edge case of missed transmissions #3

Open
StephenPeacock opened this issue Nov 1, 2024 · 1 comment

Comments

@StephenPeacock
Copy link

Adding total accumulated use time over many days, SMS's or transmits helps keep a reality check on missed transmissions. When the time_in_use is correctly set to zero after each transmit, it leaves no history to verify. An example: if I miss the SMS from last night, I do not know if the pump worked. If I have an accumulated time_in_use count as well, I can average that time over two days. At least I know the pump worked.

@cavnit
Copy link

cavnit commented Dec 19, 2024

You can use this lib for extremely efficient logging https://github.com/siara-cc/sqlite_micro_logger_c

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

No branches or pull requests

2 participants