anthonywebb / homebridge-cbus

CBus plugin for homebridge
MIT License
35 stars 20 forks source link

Lock mechanism accessory #69

Closed peterconn closed 5 years ago

peterconn commented 7 years ago

Hey guys,

How do you go about adding lock mechanism as an accessory "type" in config.json? Im currently using a shutter relay in which i have only used the open contact terminal. i have set the failsafe relay on shutter relay to 5 sec so when i tell siri to unlock, 5 sec later it relocks the strike, so in regards to unlocking and locking its fine. The issue i have is when i tell her to unlock it again i have to command to lock the door so the state of the shutter switch on homekit changes to closed prior to asking to unlock., or i manually push the shutter button so it changes state to closed then ask her to unlock.

hope this makes sense,

Thanks in advance

Pete

PhilPearson commented 6 years ago

A bell press might be better suited to this. { "type": "switch", "id": "9", "name": "Unlock", "activeDuration": "5 sec" }

peterconn commented 6 years ago

@PhilPearson, thanks Phil I’ll give that a shot.

peterconn commented 6 years ago

@PhilPearson, I tried with what you said, it works as an on off switch to lock and unlock the door though I have to ask Siri to turn on the front door as appose to open or unlock. I had it working with a shutter option where I can ask to open door and that worked though it would remain open and would not turn back to close.

PhilPearson commented 6 years ago

@peterconn, the only thing I can think of is to hack the shutter accessory code for your own use. The code would look pretty similar to the trigger accessory I recently posted. Its not something I would be adding to this repository due as the use case is pretty limited.