Ok, so sorry if I am hijacking your question but I think mine is the same. Also using the new openzwave integration and have successfully added my wall-c switch. is included successfully and showing button presses. But I do not seem them in home assistant/node-red.
Below the current setting in openzwave. I have tried to also change all 4 “Command to Control Group” to “Send Scenes” but that was not helpful too. I think this is the same question as your because I also do only see 1 entity in home assistant.
EDIT: Yes I see in mqtt explorer the scenes are sent, example:
OpenZWave/1/node/4/instance/1/commandclass/91/value/1688849933058068/ shows:
{
"Label": "Scene 6",
"Value": {
"List": [
{
"Value": 0,
"Label": "Inactive"
},
{
"Value": 1,
"Label": "Pressed 1 Time"
},
{
"Value": 2,
"Label": "Key Released"
},
{
"Value": 3,
"Label": "Key Held down"
}
],
"Selected": "Pressed 1 Time",
"Selected_id": 1
"Selected": "Inactive",
"Selected_id": 0
},
"Units": "",
"ValueSet": true,
"ValuePolled": false,
"ChangeVerified": false,
"Min": 0,
"Max": 0,
"Type": "List",
"Instance": 1,
"CommandClass": "COMMAND_CLASS_CENTRAL_SCENE",
"Index": 6,
"Node": 4,
"Genre": "User",
"Help": "",
"ValueIDKey": 1688849933058068,
"ReadOnly": true,
"WriteOnly": false,
"Event": "valueChanged",
"TimeStamp": 1591959075
"TimeStamp": 1591959076
}
Edit: I can see output via MQTT in node-red:
But that is not desirable.




