Smarthome UI device status
Posted: 17 Oct 2015 10:15
I noticed that the device status, if changed manually on the device (ie. turning on a switch via a pushbutton) does not get updated in the smarthome UI. I always have to wait until the next poll to see the correct device state. However, when tailing the logfile, I can clearly see that the device immediately reports the new state via it's controller association. It also shows the correct state in the Expert UI.
Is this a configuration issue (do i need to add a module or set something for the UI to be in sync), or a bug with the Smarhome UI? The device is a Philio dual binary switch with zway v2.1.1
Code: Select all
[2015-10-17 09:05:06.566] [D] [zway] RECEIVED: ( 01 09 00 04 00 02 03 25 03 FF 2A )
[2015-10-17 09:05:06.566] [D] [zway] SENT ACK
[2015-10-17 09:05:06.566] [D] [zway] SETDATA devices.2.data.lastReceived = 0 (0x00000000)
[2015-10-17 09:05:06.566] [D] [zway] SETDATA devices.2.instances.0.commandClasses.37.data.level = True
[2015-10-17 09:05:06.576] [D] [zway] RECEIVED: ( 01 09 00 04 00 02 03 25 03 FF 2A )
[2015-10-17 09:05:06.576] [D] [zway] SENT ACK
[2015-10-17 09:05:06.576] [D] [zway] SETDATA devices.2.data.lastReceived = 0 (0x00000000)
[2015-10-17 09:05:06.576] [D] [zway] SETDATA devices.2.instances.0.commandClasses.37.data.level = True