ptz0n / homebridge-verisure

 Platform plugin for Homebridge allowing to manage and control Verisure devices.
https://www.npmjs.com/package/homebridge-verisure
MIT License
66 stars 15 forks source link

How can i arm and disarm ? #23

Closed ghost closed 6 years ago

ghost commented 6 years ago

Only things this done is temp status for me, how can i arm and disarm ? Also: Smartcamera was not supported.

dhogborg commented 6 years ago

There is experimental support for arm/disarming the alarm (and more!) in this fork of the plugin: https://github.com/dhogborg/homebridge-verisure/

I've been using this without issue for quite some time now, though the typescript variant that I just published is quite young and only used on test bench. I will post updates to this conversation when it matures.

For the impatient, here is a preview: https://www.npmjs.com/package/homebridge-verisure-ts

ZEEN0j commented 6 years ago

I got it working and see all my units temperatures using npm install -g homebridge-verisure-ts. But how do I arm and disarm?

What is "ignore_alarms": ["00000000000"], // alarm serial no? What serial no?

thanks

Merlinuf commented 6 years ago

Well everything works for me but nor ARM/DISARM its not even showing up! Please help! What serial should be inserted here ignore_alarms": ["00000000000"]

hoefs commented 6 years ago

@ZEEN0j & @Merlinuf & @dhogborg any update on this? How do we get our alarm visible?

Merlinuf commented 6 years ago

Nope, i have every accessorys but not the arm/disarm cant get why

Merlinuf commented 6 years ago

And What does the ignore alarm do?

hoefs commented 6 years ago

Same for me. Everything shows up, but I can't see alarm/disarm.

ptz0n commented 6 years ago

We now have a dev release with support for alarm, see: #27