#I can't create button cards with Zwave for some reason

1 messages · Page 1 of 1 (latest)

balmy escarp
#

After some testing in Z-Wave JS UI, I found that these to options control the light switch part for a Zooz Zen30

left side controls the On button and the other controls the Off button.

So I got the tap behavior set to Perform Action and the action is set to zwave_js: Set a value (advanced)

I tried to set the Area ID, Device ID and the Entity IDs but they all give back the same error message

Failed to perform the action zwave_js/set_value. No zwave_js nodes found for given targets

I don't get what I need to call the specific action called [2-38-1-Up] Perform a level change (Up)

↓Below is the debug info for the specific action, any help would be appreciated

      "id": "2-38-1-Up",
      "nodeId": 2,
      "toUpdate": false,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 1,
      "property": "Up",
      "propertyName": "Up",
      "type": "boolean",
      "readable": false,
      "writeable": true,
      "label": "Perform a level change (Up)",
      "ccSpecific": {
        "switchType": 2
      },
      "stateless": false,
      "commandClassVersion": 4,
      "list": true,
      "states": [
        {
          "text": "Start",
          "value": true
        },
        {
          "text": "Stop",
          "value": false
        }
      ],
      "value": true,
      "lastUpdate": 1743559528338,
      "newValue": true
    },```
unique wigeon