Wintop iTemp unable to refresh temperature automaticaly

Discussions about existing Z-Wave device and their usage with Z-Way/Z-Cloud/Z-Box
Post Reply
capi
Posts: 9
Joined: 02 Jun 2013 01:35

Wintop iTemp unable to refresh temperature automaticaly

Post 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
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

You first have to issue a

Post 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
Since 29-12-2016 I am no longer a moderator for this forum
capi
Posts: 9
Joined: 02 Jun 2013 01:35

See graph

Post by capi »

capi
Posts: 9
Joined: 02 Jun 2013 01:35

Almost Solved

Post 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,
Post Reply