Page 1 of 1

Wintop iTemp unable to refresh temperature automaticaly

Posted: 09 Jul 2013 19:04
by capi
Hi,

My WinTop iTemp zwave temperature sensor is well integrated in my network on my razberry.

The issue is that I have to wakeup manually and refresh manually via Gui in order to get temperature sensor value updated.
Wakeup interval is set at 600s thus I'm expecting temperature to be refreshed every 10 minutes.

Did anyone get the same kind of problem ?

Thanks in advance,

Regards,
Pierre

You first have to issue a

Posted: 09 Jul 2013 19:04
by pz1
If you are using Razberry, you first have to issue a
zway.devices[N].instances[X].SensorMultilevel.Get()
command, next round you can get the temp with
zway.devices[N].instances[X].SensorMultilevel.data[Y].val.value

I guess something similar for Z-Cloud

See graph

Posted: 09 Jul 2013 19:04
by capi

Almost Solved

Posted: 09 Jul 2013 19:04
by capi
Hi,

Thanks for your help.
Problem is now partially solved.
In fact temperature is not updated every 5 minutes even if wakeup is set every 600s and the 2 commands are sent every 5 minutes.
I get update at a very variable frequency from every 10 minutes to every 4 hours...

Any clue ?

Regards,