Jump to content
C4 Forums | Control4

RyanE's Web Events Driver and SSL/HTTPS


c4007

Recommended Posts

  • 2 months later...

On 11/27/2017 at 9:25 PM, zaphod said:

Thanks Ryan, either this should be rewritten or other similar drivers return that would take more info or in a more updated fashion.  It would be nice to be able to pass in more info rather than just a command - perhaps a command plus some arguments.

There are a few things around that allow C4 to interface with the outside world - IFTTT Maker driver (which should really be renamed to the IFTTT Webhooks driver since IFTTT has renamed Maker to Webhooks), and a recent Webhooks driver.  It would also be nice to have integration with MQTT.

It would be nice if there was a full REST API but there is the (undocumented) SOAP interface.

I stumbled across this earlier and thought you may be interested.

My Berto IFTTT driver, https://github.com/davidmassot/Berto/blob/master/src/Berto_IFTTT/README.md, enables secure HTTPS connections direct to the Control4 director, an IFTTT webhooks driver using an SSL server on the Control4 side.

I have a library that handles HTTP and HTTPS server connections so creating an SSL version of the web events driver would be relatively straight forward but given IFTTT I've never really bothered about it but if there is a requirement...

MQTT is also covered, see https://github.com/davidmassot/Berto.

Thanks

David

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.