We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this issue we can discuss, plan, and mention it in the commits where the formula is modified.
Main task will be to build a simple CPP main program that counts how much seconds the switch is on and based on this inputs:
#define DEVICE_CONSUMPTION_WATTS 100 double DEVICE_KW_HOUR_COST = 0.4;
The text was updated successfully, but these errors were encountered:
#8 Add basic calculation to rtc/ds3231-switch.cpp
b31ab43
#8 start adding PCF8563 RTC suport
9a7d6e7
#8 PCF switch C3 version. Pending issues
3f8f1f8
#8 PCF8563 switch is working and counting consumption by minute
4d7919f
#8 1st version PCF8563 ready to be tested
f524f7c
#8 Count also per seconds w/ PCF8563 RTC @goran-mahovlic
bf29111
martinberlin
No branches or pull requests
In this issue we can discuss, plan, and mention it in the commits where the formula is modified.
Main task will be to build a simple CPP main program that counts how much seconds the switch is on and based on this inputs:
The text was updated successfully, but these errors were encountered: