-
Notifications
You must be signed in to change notification settings - Fork 2
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¶m=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.