I’m using the QT OpenZWave beta + Mosquitto add-ons, but they don’t seem to create entities that will work in these automations. For the entities I get:
I realise that the battery level sensor is not relevant for this automation, but none of the others will work either. I’m seeing the scene_id in the OpenZWave log (10, 20, 30, 40 for the buttons 1, 2, 3, 4 respectively), but it doesn’t seem to be associated with any of the known entities.
Does anyone have any idea on what I’m doing wrong? Thanks.
Looking at that code, a couple of things now strike me.
I used zwave.scene_activated as the event type - but is this for the older zwave integration? I’m using the OpenZwave (Beta) + MQTT - so is there another id namespace that I should be using?
I tried all the entity ids for the remote, with no difference - nothing worked.
You’re right, your problem is the event_type.
In the “Old” Zwave integration, it trigger zwave.scene_activated but the “new” one trigger ozw.scene_activated.
I’m not sure about the event_data/entity_id … but battery entity seem strange.
Now, I would have expected the Button 1 automation to have a scene_id of 10 (since that is what I see in the ozw log), yet it has to be set to 1 as shown for the button press to work.
And I’ve tried different values for the Button 3 automation, e.g. 2, 3, ‘30’, 30, but nothing seems to work when I press button 3…