sinricpro / feature-requests

Feature request tracker for Sinric Pro
0 stars 0 forks source link

Support for SettingsController in the Scene page on website #18

Closed marcoaltomonte closed 1 year ago

marcoaltomonte commented 1 year ago

I would like to setup multiple light scenario on my esp32 light. The simplest way I thought of was to create a new Scene on the website, sending a specific if/key value to the SettingsController of my device. However, I can't find a "Setting" action in the Action combobox (just set powerstate, color, ...). Would it be possible to add it?

kakopappa commented 1 year ago

Have you thought of creating a custom device type for this and use a mode controller with the different modes for each scenario.

SettingsController is not meant to do this.

On Sat, 3 Dec 2022 at 5:40 PM Marco Altomonte @.***> wrote:

I would like to setup multiple light scenario on my esp32 light. The simplest way I thought of was to create a new Scene on the website, sending a specific if/key value to the SettingsController of my device. However, I can't find a "Setting" action in the Action combobox (just set powerstate, color, ...). Would it be possible to add it?

— Reply to this email directly, view it on GitHub https://github.com/sinricpro/feature-requests/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZAZZWUWEJOQSKEQ77VGN3WLMPQ5ANCNFSM6AAAAAASSVWUMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marcoaltomonte commented 1 year ago

Thanks. I didn't know about custom devices. It's unfortunate that google home is not supported: I will wait for it!