I’m working with home assistant for a few weeks now but I’m having some issues with triggering scenes with the Fibaro dimmer. I looked every other topic and it looks like everything is right.
I changed the fibaro dimmer config settings.
I also checked the log for the scene ids.
But my automation doesn’t work when triggering the button in front of the Fibaro dimmer.
For the people with the same problem in the feature, stumbling onto this topic, could you maybe describe what the problem was and what you did to resolve it?
–edit–
I think I see the problem, comparing your code with mine. The entity should be the zwave-entity, not the light-entity connected to it and you are missing a dash in front of the ‘platform: event’ line (not sure if the last one is really a problem if there is only one trigger)
This shoud work (double-check the correct entity_id to use, must start with zwave):
I indeed got it working by changing the entity_id of the trigger. Apparently the entity_id for incoming scene data and putting the light on are both different.