Page 1 of 1

Scenes with Custom devices?

Posted: Wed Aug 30, 2023 11:55 am
by hasan_
I currently have the following devices (using Android):

READ: CO2 (Custom), and Temperature
WRITE: 3 Switches

In 'Scenes', it says "You don't have any device that supports this."

I was wondering what devices support scenes? or do I need to program it differently to add Scenes capability? Will Scenes be available soon for custom devices too?

Thanks,
Hasan

Re: Scenes with Custom devices?

Posted: Wed Aug 30, 2023 12:05 pm
by ESP_Piyush
With esp-idf based rainmaker, you need to call esp_rmaker_scenes_enable() and for Arduino, you need to call RMaker.enableScenes() to enable scenes support in the firmware.