Central Scene values are not set as "stateless" #6455
-
Checklist
Describe the issueWhat is happening? Testing out some new HA functionality to represent value notifications as event entities. These support Central Scene devices. An entity should be created for each key attribute (at least I think that's how it works). These entities are not being created. The discovery schema for these relies on the event values to have a "39-91-0-scene-001": {
"endpoint": 0,
"commandClass": 91,
"commandClassName": "Central Scene",
"property": "scene",
"propertyKey": "001",
"propertyName": "scene",
"propertyKeyName": "001",
"ccVersion": 3,
"metadata": {
"type": "number",
"readable": true,
"writeable": false,
"label": "Scene 001",
"min": 0,
"max": 255,
"states": {
"0": "KeyPressed",
"1": "KeyReleased",
"2": "KeyHeldDown",
"3": "KeyPressed2x",
"4": "KeyPressed3x",
"5": "KeyPressed4x",
"6": "KeyPressed5x"
},
"stateful": true,
"secret": false
}
}, What did you expect to happen instead? The CS values should show Steps to reproduce the behavior:
Anything else we should know? Software versionszwave-js-ui: 9.2.3.1454eca Device informationManufacturer: HomeSeer Checklist
Upload Logfile |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
👋 Hey @kpine! It looks like you attached a logfile, but its filename doesn't look like it a driver log that came from Z-Wave JS. Please double-check that you uploaded the correct logfile. If you did, disregard this comment. As a reminder, here's how to create one: |
Beta Was this translation helpful? Give feedback.
Fixed by #6457 and #6458