Open mjhcdk opened 2 years ago
I may be jumping the gun blindly here but could it be that you have legacy_mode==false
for the remote? I remember spending hours debugging a problem that just didn't make sense only to realize I had changed this legacy mode to false
(as Z2M recommends) hours before..
Blueprint name
Controller - Philips 324131092621 Hue Dimmer switch
Home Assistant Core Version
2021.12.1
Home Assistant Installation Type
Home Assistant Supervised
Description
Hi, seems there might be an issue with the action names triggered from Z2M is with "_" while the blueprint (
Version 2021.11.19 ) is using "-" in action names i.e for off_press. This is causing no action is performed when the automation/blueprint is triggered.
Mq log entry: MQTT publish: topic 'zigbee2mqtt/lænestol_dim', payload '{"action":"off_press","battery":69.5,"last_seen":"2021-12-14T00:42:48+01:00","linkquality":129,"update":{"state":"idle"},"update_available":null}'
in Blueprint automation zigbee2mqtt: button_on_short:
z2m - Device info.
Zigbee Model RWL021 Zigbee Manufacturer Philips Description Hue dimmer switch Firmware version 6.1.1.28573 Manufacturer Philips Model 324131092621
Automation YAML config
To Reproduce
Expected behavior
when pressing the off button (4) it should trigger the action_button_off_short: The same goes for the other actions.
Actual Behaviour
No action is performed See screenshot below
Additional Details
Screenshots
Additional context
No response