Replies: 13 comments
-
hm. ok, i guess we could convert auto-off from binary yes/no to no/yes, homekit only/yes, physical only/yes, both. |
Beta Was this translation helpful? Give feedback.
-
Yeah sounds good |
Beta Was this translation helpful? Give feedback.
-
@rojer I have been thinking about this more, would it be posible to add a 2nd Auto Off timer that is only started if the relay is turned on via HomeKit ? So 1 for physical switch and 1 for homekit side. This would then allow the default auto off be say 20mins (used to turn off lights if some accidently left them on), but if relay was turned on via a HomeKit action, we could set that auto off for say 3 mins. and on every time the relay is turned on it resets. i know homekit supports a "Turn Off after xxx", but i have found that it does not work well, and the count down reset does not always action on sensor detection. |
Beta Was this translation helpful? Give feedback.
-
ok as the main shelly code has added more suport for other things since this request I'll update it here. Can we add support for multiple auto timers as follows.
each of these timers need to work independently, but of cause if a timer is already started, and the physicle switch or HomeKit is actioned it stops the timer, and each can be set at same time with differant timer lengths. ie @rojer , @timoschilling is this something you could add ? |
Beta Was this translation helpful? Give feedback.
-
Thanks andyblac, the 3rd option is exactly what I requested in the #466. |
Beta Was this translation helpful? Give feedback.
-
in general, we tend to delegate all the "smarts" to homekit controllers. that said, if features are easy to implement and non-intrusive, i see no problem. |
Beta Was this translation helpful? Give feedback.
-
and point 1 / 2 ? doable ? , just HomeKit "turn off after" is awfull does not work reliably. |
Beta Was this translation helpful? Give feedback.
-
now, this is a bit too complicated to my taste. is it possible to do with automations instead? |
Beta Was this translation helpful? Give feedback.
-
not really, HomeKit "turn off after" is awfull does not work reliably. |
Beta Was this translation helpful? Give feedback.
-
3 mins is about HomeKit max, else it just seems to forget to turn it off again, or did last time i tried to use it. |
Beta Was this translation helpful? Give feedback.
-
since this is not present in the stock firmware and there is already "turn off after" feature in homekit, i think this would be an overreach on our part. i am fine with implementing (3) - per-request auto off time override for the API, that's easy to do. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@rojer can we go back to your 1st sugestion then?
and option 3 aswell. |
Beta Was this translation helpful? Give feedback.
-
By this I mean if a Light was turned on via a sensor in HomeKit, activate the auto off, as now the auto off is reset on every time the light is turn on.
It would be good that the auto off does not get activated if someone turns of the light manaully via the physical switch, of course this need to be a checkbox for the user to decide how the auto off should be activated.
Beta Was this translation helpful? Give feedback.
All reactions