fdegier / homebridge-jablotron-alarm

Homebridge plugin for connecting Jablotron JA-100 alarm systems to Homekit.
The Unlicense
26 stars 6 forks source link

Peripherals block/activate support #104

Open softko opened 6 months ago

softko commented 6 months ago

Hello, in mobile app I'm able to block and then activate back any peripheral (Settings->Peripherals). I'm using it for example for guest room right now (motion sensor device), which is under one section. When we have guests, I block it in the app, so I can arm the section as usually, but blocked device will not trigger alarm, even when the section, in which the device is, is armed. It would be good to be able to block/activate it via bridge also. At least get the list of the peripherals would be really useful, so I can make some reminder, that I have some blocked (because sometimes I forget to activate it again).

Thank you.

fdegier commented 5 months ago

Thanks for reporting, I have never tried to do it but since it's possible in the app it should also be possible in Homekit. But it might become very messy as we would need to create a switch per device. I'll explore the API for possibilities next time when I'm in the API.

softko commented 5 months ago

Yea, I didn't think about it. You will see what's possible ;).