Arduino-HomeKit-ESP8266 icon indicating copy to clipboard operation
Arduino-HomeKit-ESP8266 copied to clipboard

Dynamic accessories for Somfy RTS implementation

Open lenoxys opened this issue 4 years ago • 0 comments
trafficstars

Hello,

Thanks for your work!

I managed to control one Somfy RTS blind through your code. My challenge is I've 10 of them which means having 30 variables because I've to handle "CURRENT_POSITION", "POSITION_STATE", "TARGET_POSITION") for each blind.

I would like to use an array from a config file to make it proper.

I saw that it is possible to do dynamic services, but I'm looking for dynamic accessories since the blind need to be on different room which is not possible if you address them in services. https://github.com/maximkulkin/esp-homekit-demo/tree/master/examples/dynamic_services

Here is the code I've written : https://github.com/lenoxys/Arduino-HomeKit-ESP8266/tree/master/examples/SomfyStore

Any ideas ?

Regards, Lenoxys

lenoxys avatar Feb 02 '21 13:02 lenoxys