Hue Iris: „Model not found in library“
See original GitHub issueHello,
first, let my say thank you for this gorgeous component, easily got my first units running. Although my Hue Iris won’t recognised:
Logger: custom_components.powercalc.sensor
Source: custom_components/powercalc/sensor.py:240
Integration: Power consumption (documentation, issues)
First occurred: 10. September 2021, 23:20:50 (1 occurrences)
Last logged: 10. September 2021, 23:20:50
Skipping sensor setup light.hue_iris: Model not found in library (manufacturer: signify, model: 929002376401)
Now I am unsure what I can do on my own to get it to work. I tried without luck
sensor:
- platform: powercalc
entity_id: light.hue_iris
manufacturer: signify
model: 929002376401
Is there any other possibility than using the measure tool (afraid to be out of my depth).
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Haha 🤣 You can go to releases and than at the latest release under assets you find a zip with the source code. Here is a link to the latest: https://github.com/bramstroker/homeassistant-powercalc/archive/refs/tags/v0.7.0.zip
Hmm, looks like your Iris light also supports color mode color_temp. In this PR #87 @smonesi added measurements for LLC010, but on his installation this light only supports hs mode (color control).
I did have a look into Zigbee database, but the Iris light you have is 4th generation, which is another model than LLC010. 929002376401 is the correct modelid as you had in your initial configuration, however this light is not supported yet (nobody has contributed measurements for that light). So you’ll have to wait until someone can take the measurements, or do it yourself if you have a smart plug. Have a look at the tooling in
utils/measure_v2
. There will be a manual soon.