-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fibaro plugin: Get power consumption from devices. #4273
Comments
@dynek, thanks for the work with the Fibaro plugin. Please let me know if I can help you to test some functionality if you decide to implement this. |
This definitely is possible and straightforward, let me find some time to work on this. Note to self property name seems to be "energy" in "properties". |
Hi, that would be appreciated. But "energy" is the wrong field, it should be "power". "energy" contains accumulated consumption (which is not particularly interesting). |
Cumulative power use may end up being more useful actually, since when paired with the Also, perhaps of interest, here is an example of a query to calculate kWh based on sampling the current watts: |
@mathiasahlen you are correct I missed the "power" property. |
Thanks for the tip @danielnelson, that looks really interesting and probably also very useful, I'll try it when I get home from my vacation. |
Worked on this but I'm having a hard time getting deps updated to give build a try, I keep getting messages like:
etc, etc, etc. Used to work and I can't seem to understand what's wrong :-/ Edit: |
I guess this can be closed "in favor" of the PR |
Closed in #4343 |
Fibaro plugin: Get power consumption from devices.
Proposal:
Implement functionality to gather power consumption from devices.
Current behavior:
Only collects power state (On/Off).
Desired behavior:
Read (and collect) data from the "power": field/variable for the devices in the Fibaro API.
Use case:
To build graphs based om power consumption.
The text was updated successfully, but these errors were encountered: