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.

Nothing is happening

See original GitHub issue

I installed this through HACS, added required configuration like mentioned in the docs, rebooted HA at least a dozen times, added the debug logs to the Logger but no new entities are created and nothing in the logs. It’s like the component is never there, although I uninstalled it and reinstalled it multiple times… am I missing a step?

here’s my configs

powercalc:
  scan_interval: 00:01:00
  power_sensor_naming: "{} Power Sensor"
  energy_sensor_naming: "{} kWh consumed"
  create_energy_sensors: true
  create_utility_meters: true

And my sensors

- platform: powercalc
  entity_id: light.lampe_a_gauche
  name: lampe_a_gauche_energy_consumed

- platform: powercalc
  entity_id: light.lampe_a_droite
  name: lampe_a_droite_energy_consumed

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
nepozscommented, Oct 28, 2021

@bramstroker Yes, I worded it wrong 1, autodetection works only with Hue Bridge 2. LUT profile can be used only if LUT file exists (in powercalc integration or delivered by user in custom folder) 3. every other situation needs configuration without LUT profile

0reactions
bramstrokercommented, Oct 28, 2021

The documentation make it sound like this component works with all devices

It work with all devices (in supported domains, so not only switch and light), but autodetection LUT mode works only with Hue Bridge (in current version, maybe other configuration will be supported in future), so in any other case you must define configuration properly using any other than LUT mode or you must provide your own LUT file (and if it has sufficient quality it can be published also using PR).

This is not entirely correct. You can also use LUT mode without the Hue bridge when you have any of the supported models. With the Hue bridge you can leave out the model and manufacturer keys. But you can just do the following when you have the Signify LCT010 but not the Hue bridge.

sensor:
  - platform: powercalc
    entity_id: light.livingroom_floorlamp
    manufacturer: signify
    model: LCT010
Read more comments on GitHub >

github_iconTop Results From Across the Web

Nothing Is Happening to Me (Official Lyric Video) - Citizens
Music video for Nothing Is Happening to Me (Official Lyric Video) performed by ...
Read more >
Do You Feel Like Nothing Is Happening in Your Life? Read This
1. First, seriously take it as a sign. Feeling—or rather, thinking—nothing's ever happening in your life is actually a great start.
Read more >
Nothing Happening: Lennon, Lisa - Amazon.com
Finally, the book that many have been waiting for, is here. Whether you're feeling stuck, tired of seeking or just in love with...
Read more >
When You Feel Like Nothing is Happening | Wake Up Cloud
It always is. Just because I feel like nothing is happening doesn't make it so. Life is constantly changing. There is always something...
Read more >
What should I do if nothing is happening good in my life for the ...
Nothing good ever happens to me. I'm 30 and I'm always reminded I'm a failure. What's the point of living? It isn't “life”,...
Read more >

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