-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Invalid event types for Hue tap (8718696743133) device #8631
Comments
After I wrote an external converter with the added actions, there are no more errors and the events now have the correct status.
|
May I just ask which model of light switches you use for the modules inside the Hue Tap? I'm currently looking to do the same with mine :) |
I have been using this set for a long time. |
Since switching to version 2.0.0 and activating the 'Home Assistant experimental event entities' function, I get errors in Home Assistant and therefore cannot use the event types. With the old style mqtt trigger and listen to the topic the automations still work.
I use the modules inside the Hue tap (labeled with enocean PTM 215Z) in light switches with double rockers. As soon as I hold down both buttons up or down, these errors occur.
In the code for the device philips.ts, I could see that the other possible states are missing in the expose part.
zigbee-herdsman-converters/src/devices/philips.ts
Line 3221 in 45fa046
Is it possible to add the other 4 states so that I can use the device to its full extent via the event function?
exposes: [e.action(['press_1', 'press_2', 'press_3', 'press_4', 'press_1_and_2', 'release_1_and_2', 'press_3_and_4', 'release_3_and_4'])],
Device info
Possible actions
The text was updated successfully, but these errors were encountered: