I am using a Broadlink RM4 to control a ‘dumb’ LED strip. The RM4 replicates the commands from the hand held remote using the Remote: Send Command service.
I would like to use the ESP32-s3-box-3 to control the LED strip. The commands are in a series of scripts which when run work properly. So far I can on action Devices from the esp32-s3-box-3.
I have tried Helpers, automations, etc but the esp32-s3-box seems to only control devices.
Has anyone found a way to run scripts from the esp32-s3-box?
Let me rephrase my comment.
It is Service Calls on the ESP32-s3-box that I haven’t explicitly used.
Maybe I’m overthinking it. It’s creating/linking a service call to the ESP32-s3-box and to the voice action. I have automations/scripts to issue the Remote:Send Command. Its linking them to a voice action.
I’m getting there, I think.
All sorted. I can use the automations from the device page in ESPHome. Once I get there, it is quite straight forward.
Thanks for your efforts.