RavenSystem / esp-homekit-devices

Advanced firmware to add native Apple HomeKit and custom configurations, compatible with any SoC based on ESP32, ESP32-S, ESP32-C and ESP8266 series. (Shelly, Sonoff, Electrodragon, Tuya...)
Other
2.76k stars 361 forks source link

Auto-off (like water valve) or longer inching time for all dev types? #340

Closed kittmark closed 5 years ago

kittmark commented 5 years ago

Would it be possible to set auto-off time (in Eve) for switches dev types or have a longer inching time, like up to 120min instead of up to 12s? If doing it on the same slide is incovenient, you could implement a toggle option between “short inching” (=1) and “long inching” (=2) and no inching (=0)...

peros550 commented 5 years ago

+1

RavenSystem commented 5 years ago

Impossible with RavenCore: Not enough resources to add the necessary custom HomeKit characteristics. With HAA will be possible because you will set as a float outside HomeKit.

kittmark commented 5 years ago

I see, thanks for the answer.