-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hue dimmer switch not working with the new HA update #41
Comments
Just to add, I still have the old dimmer switch. |
The Anycase, the best way to check the new events is with the Developers-tools->Events page. Listen to |
Not only that, it seems that events no longer have number states under the event field and instead have:
|
@mateuszdrab I was able to reproduce your findings. The code in common.py has a reference to the old values: PRESET_FOH_MAPPING = { As a consequence FOH Switches like the Niko stopped functioning. |
I've resolved my issues by essentially moving away from using this component. I just trigger my automations from the hue events directly, I think this is neater than triggering based on a sensor. I have also bought the hue tap switch a few days ago and was also able to incorporate additional logic to it thanks to the events. |
I updated to the latest HA and OS and also updated eventsensor. However, I cannot figure out how to get my hue dimmer switches to work. When I go to Developor Tools and click the button on my hue dimmer switch, the state does not change.
Under the event sensor configuration, I first changed the following:
- I did these for all of them.
- I restarted HA and that didnt work.
- That didnt work either
Here is a screenshot
The text was updated successfully, but these errors were encountered: