AEON HEM

Discussions about existing Z-Wave device and their usage with Z-Way/Z-Cloud/Z-Box
Post Reply
philbest
Posts: 4
Joined: 11 Apr 2013 19:50

AEON HEM

Post by philbest »


Sensor and Meter from AEON.
philbest
Posts: 4
Joined: 11 Apr 2013 19:50

Value Update with URL

Post 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.
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

You need to run

Post 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.
philbest
Posts: 4
Joined: 11 Apr 2013 19:50

Thank you ! It's working fine

Post by philbest »

Thank you ! It's working fine !!

it's ok to poll every 10 secondes?
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

the less you poll, the better

Post by PoltoS »

the less you poll, the better the network is ;)
Post Reply