Charmed Quark Systems, Ltd. - Support Forums and Community
Set value via HTTP Call - Printable Version

+- Charmed Quark Systems, Ltd. - Support Forums and Community (https://www.charmedquark.com/vb_forums)
+-- Forum: General Discussion (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=3)
+--- Forum: CQC Support (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=9)
+--- Thread: Set value via HTTP Call (/showthread.php?tid=10993)



Set value via HTTP Call - simplextech - 01-07-2020

I've tried searching and I find nothing.  I'm looking to see if there's a existing way to update/change a device value or variable via a HTTP call?

Example use:

I run Xeoma for my cameras and it sends a HTTP call to a variable for motion detection On/Off.  This works great with my ISY and variables.  I want to transition this directly to CQC if possible.

Blue Iris has the same functionality of using HTTP or MQTT.  I'd rather not have to switch to Blue Iris to use MQTT only because BI is far more resource intensive than Xeoma which I run in a docker container on my UnRAID server already.


RE: Set value via HTTP Call - Dean Roddey - 01-07-2020

Look at the "HTTP-Based Trigger Driver". You can configure it to be connected to and accept HTTP calls. Though, it isn't going to allow you to do fancy parsing of content. It's mostly only useful if the URL itself (and the query parameters of it) have the information you need. It's treated like any other IR/trigger device so you can configure actions to run in response to URLs. query parameters show up as parameters to the action so you can react to those.


RE: Set value via HTTP Call - simplextech - 01-07-2020

Found it. I don't need fancy for the Xeoma integration just ability for basic GET requests and set a bool value is all.