arachnetech / homebridge-mqttthing

A plugin for Homebridge allowing the integration of many different accessory types using MQTT.
Apache License 2.0
462 stars 104 forks source link

Lock after some time #623

Open normanmaurer opened 1 year ago

normanmaurer commented 1 year ago

I wonder if it is possible to have the lock automatically lock again after some amount of time. Something similar to what is supported by a switch:

turnOffAfterms

Any idea ?

normanmaurer commented 1 year ago

Seems like this is a duplicate of https://github.com/arachnetech/homebridge-mqttthing/issues/580.

While I already do this via tasmota (as suggested in the issue) I would like to do this in the plugin itself. I mainly would like to do this as I would like to be more flexible and also would like to create an automation to basically have the lock unlocked during the day but have it locked by default during the night.

jat80 commented 7 months ago

Seems like this is a duplicate of #580.

While I already do this via tasmota (as suggested in the issue) I would like to do this in the plugin itself. I mainly would like to do this as I would like to be more flexible and also would like to create an automation to basically have the lock unlocked during the day but have it locked by default during the night.

As I too suggested and used the tasmota firmware to achieve this, Like @normanmaurer mentions, having it in the plugin would enable more flexibility in automations. Could this happen @arachnetech ?