-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New EnergyMeter class for Wifi module, replace counter from OpenEvse …
…module Published properties: - session_elapsed : sec - session_energy : wh - total_energy : kwh - total_day : kwh - total_week : kwh - total_month : kwh - total_year : kwh - total_switches : number of times the relay has been commutated Evse counter is imported one time only. If counter is manually reset again, it won't import it the second time. add new api endpoint /emeter DELETE { "hard": 0|1 , "import": 0|1} edited api.yml
- Loading branch information
Showing
15 changed files
with
892 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.