RFXtrx / Coco switch button_pressed events in 0.113

Yes, that’s the problem. The brightness_pct parameter should be passed as data to the light.turn_on service call. This should work:

      sequence:
      - service: light.turn_on
        data:
          brightness_pct: 30
        entity_id: light.hue_white_lamp_3, light.hue_filament_bulb_1

If you setup the automation using the front-end, you shouldn’t have to deal with these details.

Thanks Peter, that was the issue.

Converting my YAML automations is a todo for the future to create them in the frontend.
Thanks for the help.

Hello!

Go to developer tools --> events

Listen for rfxtrx_event

1 Like