AEON HEM
Value Update with URL
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.
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
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
Thank you ! It's working fine !!
it's ok to poll every 10 secondes?
it's ok to poll every 10 secondes?
the less you poll, the better
the less you poll, the better the network is 
