OpenGarage › Forums › Comments, Suggestions, Requests › Request: SmartThings Integration › Reply To: Request: SmartThings Integration
lawrence_jeff
@codahq – One challenge off the bat is the HTTPS requirement of smart things, this isn’t available in the current OpenGarage codebase, as all the web calls it currently makes are http. Looks like the change to add SSL would eat a good bit of the ESP’s limited memory
Is it an option to bridge via one of the existing supported solutions – for instance use the change notification to IFTTT to have it then call your update endpoint? Or I saw mention of a MQTT -> Smartbridge adapter that could potentially pickup the change notification from MQTT and then make the HTTPS call on the OG’s behalf
The IFTTT option could at least operate without another device but the MQTT would need something on your network like Node-red to make the HTTPS call