PM25 and PM10: bad report on domoticz over Wifi - 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: PM25 and PM10: bad report on domoticz over Wifi (/showthread.php?tid=41) |
PM25 and PM10: bad report on domoticz over Wifi - nmaster - 01-06-2017 Hi, I just wanted to add PM25 and PM10 on my domoticz using wifi. It actually send the CO2 value for both sensors. I put correct IDXs of my dummy sensors. I have right values on the config tool. I'm using vESPrino v1.16 build20161217 firmware. Other sensors are OK, I use it for weeks now. RE: PM25 and PM10: bad report on domoticz over Wifi - admin - 01-06-2017 Aahh maybe i've done some mistake. I cannot check it right now. Can you check on the Generic Services -> HTTP page, what http calls exactly are configured. if they are wrong you can remove the '#' in front of the urls. Then use PM25 and PM10 placeholders. And on the domoticz page remove the Host. This way they will be stored correctly. In the evening i will check it RE: PM25 and PM10: bad report on domoticz over Wifi - nmaster - 01-06-2017 Here is what I get: #http://odroid.home.my:8080/json.htm?type=command¶m=udevice&idx=140&nvalue=%CO2% #http://odroid.home.my:8080/json.htm?type=command¶m=udevice&idx=139&nvalue=0&svalue=%TEMP%;%HUM%;0;%PRES%;0 #http://odroid.home.my:8080/json.htm?type=command¶m=udevice&idx=141&nvalue=%CO2% #http://odroid.home.my:8080/json.htm?type=command¶m=udevice&idx=142&nvalue=%CO2% It seems %CO2% on the 2 last lines makes the wrong values to be sent. I've replaced placeholders, deleted the "#" and domoticz host and now it's fine. By the way it's an issue in the setup utility ? RE: PM25 and PM10: bad report on domoticz over Wifi - admin - 01-06-2017 (01-06-2017, 02:03 PM)nmaster Wrote: Here is what I get: Great will fix it in the eveningĀ .. some copy and paste error |