Page 1 of 1

AEON HEM

Posted: 20 Apr 2013 11:34
by philbest

Sensor and Meter from AEON.

Value Update with URL

Posted: 20 Apr 2013 11:34
by philbest
Hello,

I'me using http request to get the value of my sensor and meter like this :

http://192.168.2.22:8083/ZWaveAPI/Run/d ... .val.value

It's working very well, but i've always the same value ... How can i update the value with HTTP URL ?

Thanks.

You need to run

Posted: 20 Apr 2013 11:34
by PoltoS
You need to run commandClasses[50].Get() to ask for update. You can also usie setInterval to make polling. Do never poll FLiRS devices too often.

Thank you ! It's working fine

Posted: 20 Apr 2013 11:34
by philbest
Thank you ! It's working fine !!

it's ok to poll every 10 secondes?

the less you poll, the better

Posted: 20 Apr 2013 11:34
by PoltoS
the less you poll, the better the network is ;)