-
Notifications
You must be signed in to change notification settings - Fork 24
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
Energy consumption measuring support [INSPELNING] #92
Comments
Ah that's fantastic, very eager to get my hands on them and help where possible once / if they arrive in the UK. |
Hey, thank you for the request, this sounds interesting. all_devices = dirigera_hub.get("/devices")
print(all_devices) It will print all devices registered in your hub. You can post just the part about the new plug, then we can start integrating. |
Thanks for the instructions - once I get my hands on the plug I'll happily contribute the JSON data if no one has done it already by that point. 👍 |
Wanted to give a heads up: apparently the INSPELNING should be unofficially available in some countries through the physical stores, looking at Koenkk/zigbee2mqtt#23961. There's also some information, possibly usable for direct implementation. |
Support is added in Release v1.2.0 |
Background
As of yesterday, IKEA launched the INSPELNING plug (in the United States, and also France) which is capable of turning its powering device(s) on/off but also measuring their energy consumption. It coincides with IKEA's earlier announcement to support end users with energy consumption readings through their own proprietary mobile apps.
Feature Request
Is it possible to add support for energy consumption readings originating from the INSPELNING, to allow for outputting said data to use it in other tools?
The outlet code might provide base support for controlling the state of plugged in devices, but the energy consumption readings need to be added in to fully support the new plug.
A quick scan of the documentation shows that I should be able to help debug/figure out an implementation of its messages by listening to the Update Events (feel free to correct me if I'm mistaken). Once I get my hands on some INSPELNING outlets, I would love to support regarding developing the support for them.
The text was updated successfully, but these errors were encountered: