Homeseer HS-WD100+ and central scene

Discussions about existing Z-Wave device and their usage with Z-Way/Z-Cloud/Z-Box
Post Reply
jswim788
Posts: 22
Joined: 12 Sep 2016 23:40

Homeseer HS-WD100+ and central scene

Post by jswim788 »

Is there any plan to support the central scene command class of the Homeseer HS-WD100+ dimmer?

This device in Z-way adds two binary buttons that get "on" messages when the paddle of the dimmer is pressed up or down. The message includes a "keyAttribute" that indicates if the paddle is tapped 1, 2, or 3 times. But there doesn't seem to be any way to access this keyAttribute. Should the binary buttons be changed to multilevel devices that could be set based on this received keyAttribute? Then the user could base actions based on the level that was set. Or is there a better way to do this?

Until this is added, is there any way to access this? The brute force and very ugly method is to tail the log file and look for these events. Any other work around?

Sample received message below:

Code: Select all

[2016-12-10 19:14:14.088] [D] [zway] RECEIVED: ( 01 0B 00 04 00 09 05 5B 03 13 03 01 B5 )
[2016-12-10 19:14:14.088] [D] [zway] SENT ACK
[2016-12-10 19:14:14.088] [D] [zway] SETDATA controller.data.incomingPacket.nodeId = 9 (0x00000009)
[2016-12-10 19:14:14.088] [D] [zway] SETDATA controller.data.incomingPacket.frameType = "singlecast"
[2016-12-10 19:14:14.088] [D] [zway] SETDATA controller.data.incomingPacket = **********
[2016-12-10 19:14:14.088] [D] [zway] SETDATA devices.9.data.lastReceived = 0 (0x00000000)
[2016-12-10 19:14:14.088] [D] [zway] SETDATA devices.9.instances.0.commandClasses.91.data.sequence = **********
[2016-12-10 19:14:14.088] [D] [zway] SETDATA devices.1.instances.0.commandClasses.91.data.srcNodeId = 9 (0x00000009)
[2016-12-10 19:14:14.088] [D] [zway] SETDATA devices.1.instances.0.commandClasses.91.data.srcInstanceId = 0 (0x00000000)
[2016-12-10 19:14:14.088] [D] [zway] SETDATA devices.1.instances.0.commandClasses.91.data.keyAttribute = 3 (0x00000003)
[2016-12-10 19:14:14.088] [D] [zway] SETDATA devices.1.instances.0.commandClasses.91.data.currentScene = 1 (0x00000001)
[2016-12-10 19:14:14.088] [D] [zway] SETDATA devices.9.instances.0.commandClasses.91.data.keyAttribute = 3 (0x00000003)
[2016-12-10 19:14:14.088] [D] [zway] SETDATA devices.9.instances.0.commandClasses.91.data.currentScene = 1 (0x00000001)
[2016-12-10 19:14:14.106] [I] [core] Notification: device-info (device-OnOff): {"dev":" (9.0.0.1) Button","l":"on"}
jswim788
Posts: 22
Joined: 12 Sep 2016 23:40

Re: Homeseer HS-WD100+ and central scene

Post by jswim788 »

Anyone? Is there a plan to support the keyAttribute for Central Scene? Seems like this will be more and more common in the future.
Post Reply