kenm
(Ken Mitchell)
1
This seems like it should be very simple but I can’t get a button on an Aeotec Minimote to toggle a plug module.
Here is what I see in the Activity log:
MM-1 fired Scene Activation CC ‘value notification’ event for ‘Scene ID’: ‘1’
I created an automation with a Device trigger for MM-1 and "Scene Activation on Endpoint 0’ with a value of 1.
I never get a trigger.
If I uncheck ‘Value’, it triggers and Activity shows:
triggered by event ‘zwave_js_value_notification’
Clearly I’m confused. What am I doing wrong?
Post the formatted YAML of your automation.
kenm
(Ken Mitchell)
3
Thanks. Here you go.
alias: Katie Light MM-1 Toggle
description: ""
triggers:
- device_id: 15b1a8483c046f615bedbfbcbfd676aa
domain: zwave_js
type: event.value_notification.scene_activation
property: sceneId
property_key: null
endpoint: 0
command_class: 43
subtype: Endpoint 0
trigger: device
value: 1
conditions: []
actions:
- type: toggle
device_id: f1fcf2eacb601b4a7131a5ee271349e4
entity_id: d126b4af9689de1429895073a4fc9ae2
domain: switch
mode: single
kenm
(Ken Mitchell)
4
I found a blueprint from @freshcoast so I’m going to focus on getting that setup.
1 Like