Skip to content

Domoticz integration

ualex73 edited this page Apr 24, 2016 · 3 revisions

To integrate with Domoticz, the Custom URL function is used. The URL is in the form:

http://server:port/json.htm?type=command&param=udevice&nvalue=0&idx=1&svalue=%s

  • server:port - your http or https port of Domoticz. If you use user/pass they can be added as http://user:pass@server:port
  • IDX parameter - this is the IDX id of the device
  • %s - this is replaced with the actual CO2 PPM Value

In Domoticz you need to create a "Dummy" Device, and then add a "Virtual Sensor" to it of type "Air Quality"

Once the connection is setup, you can configure the Interval and PPM Threshold values on the CO2 monitor - how often to send the data.