Posts: 9
Threads: 1
Joined: Dec 2016
Reputation:
0
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.
Posts: 327
Threads: 19
Joined: Aug 2016
Reputation:
6
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
Posts: 9
Threads: 1
Joined: Dec 2016
Reputation:
0
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 ?