![]() |
[SOLVED] Vair-monitor temp+hum not showing up in Domoticz - Printable Version +- vThings Forums (http://forum.vair-monitor.com) +-- Forum: vThings (http://forum.vair-monitor.com/forumdisplay.php?fid=1) +--- Forum: vAir Monitor (CO2, Dust, Tempereature, etc..) (http://forum.vair-monitor.com/forumdisplay.php?fid=2) +--- Thread: [SOLVED] Vair-monitor temp+hum not showing up in Domoticz (/showthread.php?tid=55) |
[SOLVED] Vair-monitor temp+hum not showing up in Domoticz - Krispijn Beek - 02-01-2017 I've received the vair temperature and humility meter a while ago, but haven't had the time to install before. After some figuring out I managed to connect the SI7021 to wifi and to make it send it's values by http request. It receives a 200 reply from my raspberry pi on which I have Domoticz running, but the values don't show up in domoticz. I did create several dummy values for hum/temp. The SI7021 shows the following log file± Code: [sendNowCond Just being curious what I´m doing wrong. Response code 200 seems like a connection is made to Domoticz. Hope you can help. RE: Vair-monitor temp+hum not showing up in Domoticz - admin - 02-02-2017 hmmm.. check if the url is correct 192.168.178.30:8080/json.htm?temp=19.85=vAir this =vAir seems to e wrong or ? maybe the domoticz cannot parse it like this also as far as i know in Domoticz, you need to create some Virtual Sensor, and get it's ID in the Domoticz Page in the Config tool you enter this id, and hten it automatically generates the id there are those svalue, nvalue, etc.. RE: Vair-monitor temp+hum not showing up in Domoticz - Krispijn Beek - 02-02-2017 (02-02-2017, 06:23 AM)admin Wrote: hmmm.. check if the url is correct Thanks!!! Forgot to fill in the IDx parameter of my virtual sensor at the Domoticz tab of the vThings - Device Configuration Tool. It is working great now :-) The svalue, nvalue etc are created automatically by the vThings - Device Configuration Tool. Kind regards, Krispijn |