Closed syphernl closed 2 years ago
Error is caused by lack of Hue Signe in this array:
https://github.com/diyhue/diyHue/blob/beta/BridgeEmulator/lights/light_types.py#L61
Here the arch names are converted from V1 api to V2 api. I think it must be huesigne: hue_signe
but i need to check before i add it there.
GitHubMain diyHue software repo. Contribute to diyhue/diyHue development by creating an account on GitHub.
This issue has been automatically marked as stale because it has not been verified. If this is still an issue, please provide the more information so that we are able to understand the issue. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed as it has not had any recent activity. Thank you for your contributions.
Describe the bug After configuring the lights in the Hue app, the hue app started to load indefinitly. In the console an error is shown (see logs)
Steps to Reproduce
signe
iconExpected behavior
Logs
Docker Info (please complete the following information):
Checklist
Additional context Oddly, the
huesigne
reference is not found in the configuration at all. The Hue Signe bulb is configured by diyHue as such inconfig/lights.yaml
:After restarting the Hue app started working again and shows all bulbs. Once you change its icon to signe again it immediately starts failing which gets resolved after a reboot (but then the icon reverted again):
IIRC, when I used the HA integration rather than the Hue Bridge pairing I was able to change the icons just fine.