question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hue Iris: „Model not found in library“

See original GitHub issue

Hello,

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:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bramstrokercommented, Sep 11, 2021

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

1reaction
bramstrokercommented, Sep 11, 2021

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.

Screenshot 2021-09-11 at 13 17 46
Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found