home-assistant/core

Hue integration doesnt work anymore

Opened this issue · 1 comments

The problem

Hello,

for almost one week my lights are not working anymore with Alexa. 3/5 show "device doesnt answer" and the other 2 doesnt react at all.

how can I troubleshoot this? I was already trying to delete and add them again but it did not work.

What version of Home Assistant Core has the issue?

2024.10.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

emulated_hue:
  listen_port: 80
  host_ip: 192.168.*.***
  expose_by_default: false
  entities:
    switch.kerze1:
       name: "Kerze1"
       hidden: false
    switch.kerze2:
       name: "Kerze2"
       hidden: false
    light.lampeX:
       name: "LampeX"
       hidden: false   
    light.lampe1:
       name: "Lampe1"
       hidden: false
    light.lampe2:
       name: "Lampe2"
       hidden: false
    light.lampe3:
       name: "Lampe3"
       hidden: false
    switch.lichterkette:
       name: "Lichterkette"
       hidden: false

Anything in the logs that might be useful for us?

No response

Additional information

No response

Hey there @bdraco, @Tho85, mind taking a look at this issue as it has been labeled with an integration (emulated_hue) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of emulated_hue can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign emulated_hue Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


emulated_hue documentation
emulated_hue source
(message by IssueLinks)