Page 1 of 1

(SOLVED) Humidity sensor value change

Posted: Saturday 07 November 2015 21:09
by usky73
Hi
I am trying to connect some thermal & humidity sensors using the update device option : dummy device creation and a php setting using the command describe in the wiki :

Code: Select all

IP/json.htm?type=command&param=udevice&idx=IDX&nvalue=45&svalue=HUM;HUM_STAT
I did an example with this values :

Code: Select all

IP/json.htm?type=command&param=udevice&idx=IDX&nvalue=45&svalue=34;3
The HUM_STAT value is sometimes considered but the humidity is not taken in account.

Do you have any idea ?

Re: Humidity sensor value change

Posted: Sunday 08 November 2015 10:33
by gizmocuz
If it is for a humidity only sensor (so not a temp+hum combo) the format should be

IP/json.htm?type=command&param=udevice&idx=IDX&nvalue=HUM&svalue=HUM_STAT

I corrected the wiki, hope it works now

Re: Humidity sensor value change

Posted: Sunday 08 November 2015 16:31
by usky73
It works perfecly.
Thanks a lot !