skrollme / homebridge-eveatmo

Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather
Apache License 2.0
69 stars 7 forks source link

Neatmo Bticino intercom open gate #85

Open xuncia opened 4 weeks ago

xuncia commented 4 weeks ago

Netatmo Bticino intercom 100x16E with firmware 2.0 is able to open the gate in the entrance using setstate api command with this parameter:

{ "app_identifier": "app_security", "home": { "id": “xxxxxxxxxxx”, "modules": [ { "id": “xxxxxxxxxxxxx”, "bridge": “xx:xx:xx:xx:xx:xx”, "lock": false } ] } }

the setstate api need also the authentication method with the refresh token, can it be implement in your plugin as a new gate device as a button to push to open it? thank you