I’m creator of Garadget - open source WiFi garage door controller.
I’ve got several requests from our customers who consider switching their home automation to Homey system and asked about adding its support to the growing list of Garadget integrations.
Our controller supports open and well documented oAuth/REST API and local MQTT protocol. Is anybody interested in helping develop Garadget integration for Homey?
Jamie,
This looks like a great start because Garadget uses Particle platform.
For an average consumer it would be preferred to use a Garadget specific integration so they don’t have to fill in the gaps like parsing of the messages and authentication.
The particle.io app I developed quite quickly. Use it for my own Photon devices, have quite a few - including one for controlling my garage door
I agree that for best end user experience it probably makes sense to have a custom app for Garadget.
There is one issue with the standard particle.io javascript library. For Events there is a known problem with not reconnecting after a network disconnect. I hope we can see that released in a not too distant future. https://github.com/particle-iot/particle-api-js/issues/95
For others out there I am encountering some calibration issues with MQTT status message for opening the door given 2 messages (opening and open) are sent unlike only 1 with closing (close). If I explicitly filter open versus opening status with Flow logic it doesn’t seem to trap. Still fiddling, but 95% there.
Thanks again for the tip @Satoer and OOTB capability @garadget (Denis).