-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Expose energy usage for outlets/switches #190
Conversation
Mhhh, I don’t really understand why continuous integration fails, weird that a git clone error happens only with node 14. Any ideas? |
Great job, thanks for the contribution! I re-run the failed job and now it has passed. so should we keep the minstep now? |
Great. Let's merge without min step, removing those was a conscious choice |
Thanks @lstrojny again, really appreciate it :) |
Thank you! |
Hi everyone and thanks @lstrojny for this great work. |
@Casualtek Can you post your schema? This can be solved, let's see your schema first. |
Hi @lstrojny , do you have the data not get updated issue after homebridge reboot? #268 (comment) |
Apps like Eve Home support showing energy usage information. Additionally plugins like https://www.npmjs.com/package/homebridge-prometheus-exporter can export energy usage data into a timeseries DB. This adds support for watts, voltage and amperes.
The supported energy statistics are modeled exactly after https://github.com/plasticrake/homebridge-tplink-smarthome. The custom characteristics are basically verbatim copies.
Demo