I did use scene_id: 1 aswell. when i look in the Zwave logging “OZW_Log.txt” I see this.
2017-06-30 10:04:46.079 Detail, Node004, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x05, 0x5b, 0x03, 0xc7, 0x00, 0x01, 0x6f
2017-06-30 10:04:46.079 Detail,
2017-06-30 10:04:46.079 Info, Node004, Received Central Scene set from node 4: scene id=1 in 0 seconds. Sending event notification.
2017-06-30 10:04:46.079 Warning, Node004, No ValueID created for Scene 1
As node configuration options i used
11: Command to Control Group A
Central Scene to Gateway (default)
Should i not get scene 11 then in my logging?
i did set the configuration to the Wallc-s and wake-up the switch.
Node config options: group A to D to “Send Scenes”
Node group associations: Zwave controller to group A to D
Now I do get Scene_ID 11 in the logging
2017-07-01 09:00:00.289 Info, Node004, Received Scene Activation set from node 4: scene id=11 via configuration. Sending event notification.
i tried your solution, only i’m still getting the log:
Info, Node005, Received Central Scene set from node 5: scene id=1 in 0 seconds. Sending event notification.
2017-08-07 20:58:30.535 Warning, Node005, No ValueID created for Scene 1
is there any step in between after the zwave config change?
yes, that worked. only there is a 10 second delay between pressing the button and the scene been activated. is that your experience as well or should it be a lot faster?
Most importantly, you need to set the Wall Switch to send scenes. Once youve got that you’ll notice that each button sends a unique code for click, double click, hold and release.
You will most likely be able to use that wall switch in the next release.
There is a PR (https://github.com/home-assistant/home-assistant/pull/9178) which implements CentralScene. I just tried it last night and it works fine. Although I just tried a simple scene change yet.
@gfvpelt, just wanted to post here that YOU DA MAN! I searched in dozens of threads here, on Reddit, on Github, etc. and your information did the trick, especially post #4 about the wakeup requirement.
So I need to wakeup the device, make the config & group association changes, then check the log there for the scene number and use that in automations.
This is on the POPP 009303 Wall Controller in my case.