Fan/Light Switch Disconnection Issue Thread

For what it’s worth, I was having the same issue with the canopy not responding all of a sudden (neither fan nor light), even after flipping the breaker several times. I upgraded the firmware to 1.36 (I don’t know what it was before) and it started working again but I couldn’t tell you why.

Similar experience last night. Commanded via Alexa to set Living Room Fan to Medium.

The switch reacted, but the canopy unit did not turn on.

Commanded A to set to Low, switch reacted, canopy did nothing.

Walked over and pushed the “level up” button on the fan, and it IMMEDIATELY responded and set to Medium (since it had increased from Low per my button press).

Finnicky… but glad to hear they are on it.

Also, while @EricM_Inovelli is troubleshooting, could you also work with the software engineer to resolve the bug indicated here:
https://github.com/zwave-js/node-zwave-js/issues/2159

Temp fix here:
https://github.com/zwave-js/node-zwave-js/pull/2167

@blhoward2 knows way more about this than I do. Essentially the Supervision CC isn’t being closed out by the switch.

Date switch was purchased: June 14th
Approximate distance from switch to fan canopy: 5 feet
Approximate internal temperature (in house) and external: 72
temperature (outside): 80
What is your hub/gateway (ie: SmartThings, Hubitat, etc)?: Homeseer (although I haven’t ever paired this to it)
What firmware version are you on (if you don’t know, leave blank, but it’s helpful)?
Have you made any parameter changes? No
Approximate wattage of your bulbs: LED bulbs at about 7W
Does the disconnection happen when using the fan, the light or both? Was disconnected from the day I hooked it up.
Do you notice any patterns (ie: time of day, time since last disconnection, etc)? None to note

Thanks!

New experience last night, made sure to log.

Commanded fan via switch press, no result, LED bar went to medium.
Commanded fan low via side switch, no result, LED bar went to low.
Commanded light on, no result, LED bar went to 100%.
Commanded light off, no result (already off), LED bar went to 0%.
Commanded light on via level up, LIGHT TURNED ON to 1%, and the switch started working for all commands after (turned fan on to medium, light up to 100%, etc.).

One 1-gang box, the other is a 2-gang box. Both have issues. The one with the 1-gang box is our bedroom so I notice the issues there more often.

Both are plastic.

It’s been a few days now, and I have to say the switch is behaving worse than before I updated (from 1.31). It fails to respond more frequently.

An update on my previous post: my switch has mysteriously started working again, just as mysteriously as it stopped. I tried turning the light on randomly about a week ago and it worked. I tried both light and fan again just now and it worked. I will continue to monitor it. I’m not aware of anything that has changed with the switch, my wifi network, or anything else in my house. It has been cooler and rainy lately.

My 2nd (of 2) fan switch has stopped working… more or less the same stats as my first from post #15 above.

EDIT: …and now 1/2, the one I posted about in post #15 above, is working. Light, fan, light dimming, fan speed, all work. I’ve made zero hardware changes since my original post in his thread. I’ve upgraded HA core and ZwaveJS to MQTT a few times. I’ve made no firmware changes to anything.

@rmeador - my first of two switches ‘randomly’ started working around the same time as yours did. Are you on HA? Did you upgrade to core 2021.7.1 today? I can’t think of anything else to ask that would explain two switches suddenly beginning to work at the same time in two separate networks.

@EricM_Inovelli – can you let people know what you did to fix yours step by step? I think you mentioned you tried a few times to reset the connection, right? Sorry, I would post it, but I honestly can’t remember what you did.

Just an update, the samples we sent to the manufacturer are finally through customs, so we should be getting some sort of preliminary report this week or early next. We have a call with them tomorrow.

5 Likes

Date switch was purchased

Jun 26, 2020 from inovelli.com

Approximate distance from switch to fan canopy

14’

Approximate internal temperature (in house) and external temperature (outside)

inside 22d C
outside 30d C

What is your hub/gateway (ie: SmartThings, Hubitat, etc)?

Home Assistant

What firmware version are you on (if you don’t know, leave blank, but it’s helpful)?

1.31

Have you made any parameter changes?

Instant on, ramp rate, etc. Full current settings below.

Approximate wattage of your bulbs

4 x 8.5w (plus Aeotec Bypass)

Does the disconnection happen when using the fan, the light or both?

It’s currently disconnected, not sure how/when

Do you notice any patterns (ie: time of day, time since last disconnection, etc)?

No pattern noticed, just not responding and can’t reconnect

Here’s my full node settings exported from Home Assistant/Z-Wave JS:

{
  "id": 32,
  "name": "Fan_Stairs",
  "loc": "Main_floor",
  "values": [
    {
      "id": "32-38-0-targetValue",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 0,
      "property": "targetValue",
      "propertyName": "targetValue",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Target value",
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": false,
      "value": 1,
      "lastUpdate": 1625963090162,
      "newValue": 1
    },
    {
      "id": "32-38-0-duration",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 0,
      "property": "duration",
      "propertyName": "duration",
      "type": "duration",
      "readable": true,
      "writeable": true,
      "label": "Transition duration",
      "stateless": false,
      "list": false,
      "value": {
        "value": 0,
        "unit": "seconds"
      },
      "lastUpdate": 1625963090164,
      "newValue": {
        "value": 0,
        "unit": "seconds"
      }
    },
    {
      "id": "32-38-0-currentValue",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 0,
      "property": "currentValue",
      "propertyName": "currentValue",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Current value",
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": false,
      "value": 70,
      "isCurrentValue": true,
      "targetValue": "38-0-targetValue",
      "lastUpdate": 1626237872074,
      "newValue": 70
    },
    {
      "id": "32-38-0-Up",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 0,
      "property": "Up",
      "propertyName": "Up",
      "type": "boolean",
      "readable": true,
      "writeable": true,
      "label": "Perform a level change (Up)",
      "ccSpecific": {
        "switchType": 2
      },
      "stateless": false,
      "list": false,
      "lastUpdate": 1625963090250
    },
    {
      "id": "32-38-0-Down",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 0,
      "property": "Down",
      "propertyName": "Down",
      "type": "boolean",
      "readable": true,
      "writeable": true,
      "label": "Perform a level change (Down)",
      "ccSpecific": {
        "switchType": 2
      },
      "stateless": false,
      "list": false,
      "lastUpdate": 1625963090255
    },
    {
      "id": "32-50-0-value-65537",
      "nodeId": 32,
      "commandClass": 50,
      "commandClassName": "Meter",
      "endpoint": 0,
      "property": "value",
      "propertyName": "value",
      "propertyKey": 65537,
      "propertyKeyName": "Electric_kWh_Consumed",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Electric Consumed [kWh]",
      "ccSpecific": {
        "meterType": 1,
        "rateType": 1,
        "scale": 0
      },
      "stateless": false,
      "unit": "kWh",
      "list": false,
      "value": 12.471,
      "lastUpdate": 1625963090258,
      "newValue": 12.471
    },
    {
      "id": "32-50-0-deltaTime-65537",
      "nodeId": 32,
      "commandClass": 50,
      "commandClassName": "Meter",
      "endpoint": 0,
      "property": "deltaTime",
      "propertyName": "deltaTime",
      "propertyKey": 65537,
      "propertyKeyName": "65537",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Electric Consumed [kWh] (prev. time delta)",
      "ccSpecific": {
        "meterType": 1,
        "rateType": 1,
        "scale": 0
      },
      "stateless": false,
      "unit": "s",
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090261,
      "newValue": 0
    },
    {
      "id": "32-50-0-value-66049",
      "nodeId": 32,
      "commandClass": 50,
      "commandClassName": "Meter",
      "endpoint": 0,
      "property": "value",
      "propertyName": "value",
      "propertyKey": 66049,
      "propertyKeyName": "Electric_W_Consumed",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Electric Consumed [W]",
      "ccSpecific": {
        "meterType": 1,
        "rateType": 1,
        "scale": 2
      },
      "stateless": false,
      "unit": "W",
      "list": false,
      "value": 98.2,
      "lastUpdate": 1625963090262,
      "newValue": 98.2
    },
    {
      "id": "32-50-0-deltaTime-66049",
      "nodeId": 32,
      "commandClass": 50,
      "commandClassName": "Meter",
      "endpoint": 0,
      "property": "deltaTime",
      "propertyName": "deltaTime",
      "propertyKey": 66049,
      "propertyKeyName": "66049",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Electric Consumed [W] (prev. time delta)",
      "ccSpecific": {
        "meterType": 1,
        "rateType": 1,
        "scale": 2
      },
      "stateless": false,
      "unit": "s",
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090266,
      "newValue": 0
    },
    {
      "id": "32-50-0-reset",
      "nodeId": 32,
      "commandClass": 50,
      "commandClassName": "Meter",
      "endpoint": 0,
      "property": "reset",
      "propertyName": "reset",
      "type": "boolean",
      "readable": false,
      "writeable": true,
      "label": "Reset accumulated values",
      "stateless": false,
      "list": false,
      "lastUpdate": 1625963090268
    },
    {
      "id": "32-50-0-previousValue-65537",
      "nodeId": 32,
      "commandClass": 50,
      "commandClassName": "Meter",
      "endpoint": 0,
      "property": "previousValue",
      "propertyName": "previousValue",
      "propertyKey": 65537,
      "propertyKeyName": "65537",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Electric Consumed [kWh] (prev. value)",
      "ccSpecific": {
        "meterType": 1,
        "rateType": 1,
        "scale": 0
      },
      "stateless": false,
      "unit": "kWh",
      "list": false,
      "lastUpdate": 1625963090271
    },
    {
      "id": "32-50-0-previousValue-66049",
      "nodeId": 32,
      "commandClass": 50,
      "commandClassName": "Meter",
      "endpoint": 0,
      "property": "previousValue",
      "propertyName": "previousValue",
      "propertyKey": 66049,
      "propertyKeyName": "66049",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Electric Consumed [W] (prev. value)",
      "ccSpecific": {
        "meterType": 1,
        "rateType": 1,
        "scale": 2
      },
      "stateless": false,
      "unit": "W",
      "list": false,
      "lastUpdate": 1625963090275
    },
    {
      "id": "32-91-0-slowRefresh",
      "nodeId": 32,
      "commandClass": 91,
      "commandClassName": "Central Scene",
      "endpoint": 0,
      "property": "slowRefresh",
      "propertyName": "slowRefresh",
      "type": "boolean",
      "readable": true,
      "writeable": true,
      "description": "When this is true, KeyHeldDown notifications are sent every 55s. When this is false, the notifications are sent every 200ms.",
      "label": "Send held down notifications at a slow rate",
      "stateless": false,
      "list": false,
      "value": true,
      "lastUpdate": 1625963090277,
      "newValue": true
    },
    {
      "id": "32-91-0-scene-001",
      "nodeId": 32,
      "commandClass": 91,
      "commandClassName": "Central Scene",
      "endpoint": 0,
      "property": "scene",
      "propertyName": "scene",
      "propertyKey": "001",
      "propertyKeyName": "001",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Scene 001",
      "stateless": true,
      "min": 0,
      "max": 255,
      "list": true,
      "states": [
        {
          "text": "KeyPressed",
          "value": 0
        },
        {
          "text": "KeyReleased",
          "value": 1
        },
        {
          "text": "KeyHeldDown",
          "value": 2
        },
        {
          "text": "KeyPressed2x",
          "value": 3
        },
        {
          "text": "KeyPressed3x",
          "value": 4
        },
        {
          "text": "KeyPressed4x",
          "value": 5
        },
        {
          "text": "KeyPressed5x",
          "value": 6
        }
      ],
      "lastUpdate": 1626237725284
    },
    {
      "id": "32-91-0-scene-002",
      "nodeId": 32,
      "commandClass": 91,
      "commandClassName": "Central Scene",
      "endpoint": 0,
      "property": "scene",
      "propertyName": "scene",
      "propertyKey": "002",
      "propertyKeyName": "002",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Scene 002",
      "stateless": true,
      "min": 0,
      "max": 255,
      "list": true,
      "states": [
        {
          "text": "KeyPressed",
          "value": 0
        },
        {
          "text": "KeyReleased",
          "value": 1
        },
        {
          "text": "KeyHeldDown",
          "value": 2
        },
        {
          "text": "KeyPressed2x",
          "value": 3
        },
        {
          "text": "KeyPressed3x",
          "value": 4
        },
        {
          "text": "KeyPressed4x",
          "value": 5
        },
        {
          "text": "KeyPressed5x",
          "value": 6
        }
      ],
      "lastUpdate": 1626237720672
    },
    {
      "id": "32-91-0-scene-003",
      "nodeId": 32,
      "commandClass": 91,
      "commandClassName": "Central Scene",
      "endpoint": 0,
      "property": "scene",
      "propertyName": "scene",
      "propertyKey": "003",
      "propertyKeyName": "003",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Scene 003",
      "stateless": true,
      "min": 0,
      "max": 255,
      "list": true,
      "states": [
        {
          "text": "KeyPressed",
          "value": 0
        }
      ],
      "lastUpdate": 1626019846460
    },
    {
      "id": "32-91-0-scene-004",
      "nodeId": 32,
      "commandClass": 91,
      "commandClassName": "Central Scene",
      "endpoint": 0,
      "property": "scene",
      "propertyName": "scene",
      "propertyKey": "004",
      "propertyKeyName": "004",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Scene 004",
      "stateless": false,
      "min": 0,
      "max": 255,
      "list": true,
      "states": [
        {
          "text": "KeyPressed",
          "value": 0
        }
      ],
      "lastUpdate": 1625963090290
    },
    {
      "id": "32-91-0-scene-005",
      "nodeId": 32,
      "commandClass": 91,
      "commandClassName": "Central Scene",
      "endpoint": 0,
      "property": "scene",
      "propertyName": "scene",
      "propertyKey": "005",
      "propertyKeyName": "005",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Scene 005",
      "stateless": true,
      "min": 0,
      "max": 255,
      "list": true,
      "states": [
        {
          "text": "KeyPressed",
          "value": 0
        }
      ],
      "lastUpdate": 1625963935348
    },
    {
      "id": "32-91-0-scene-006",
      "nodeId": 32,
      "commandClass": 91,
      "commandClassName": "Central Scene",
      "endpoint": 0,
      "property": "scene",
      "propertyName": "scene",
      "propertyKey": "006",
      "propertyKeyName": "006",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Scene 006",
      "stateless": false,
      "min": 0,
      "max": 255,
      "list": true,
      "states": [
        {
          "text": "KeyPressed",
          "value": 0
        }
      ],
      "lastUpdate": 1625963090294
    },
    {
      "id": "32-112-0-1",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 1,
      "propertyName": "Light Dimming Speed (Z-Wave)",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light Dimming Speed (Z-Wave)",
      "default": 4,
      "stateless": false,
      "min": 0,
      "max": 98,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Immediate",
          "value": 0
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090297,
      "newValue": 0
    },
    {
      "id": "32-112-0-2",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 2,
      "propertyName": "Light Dimming Speed",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light Dimming Speed",
      "default": 99,
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Immediate",
          "value": 0
        },
        {
          "text": "Synced with Parameter 1",
          "value": 99
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090300,
      "newValue": 0
    },
    {
      "id": "32-112-0-3",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 3,
      "propertyName": "Light Ramp Rate (Z-Wave)",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light Ramp Rate (Z-Wave)",
      "default": 99,
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Immediate",
          "value": 0
        },
        {
          "text": "Synced with Parameter 1",
          "value": 99
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090303,
      "newValue": 0
    },
    {
      "id": "32-112-0-4",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 4,
      "propertyName": "Light Ramp Rate",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light Ramp Rate",
      "default": 99,
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Immediate",
          "value": 0
        },
        {
          "text": "Synced with Parameter 1",
          "value": 99
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090309,
      "newValue": 0
    },
    {
      "id": "32-112-0-5",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 5,
      "propertyName": "Minimum Light Level",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Minimum Light Level",
      "default": 1,
      "stateless": false,
      "min": 1,
      "max": 45,
      "list": false,
      "value": 20,
      "lastUpdate": 1625963090313,
      "newValue": 20
    },
    {
      "id": "32-112-0-6",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 6,
      "propertyName": "Maximum Light Level",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Maximum Light Level",
      "default": 99,
      "stateless": false,
      "min": 55,
      "max": 99,
      "list": false,
      "value": 70,
      "lastUpdate": 1625963090314,
      "newValue": 70
    },
    {
      "id": "32-112-0-7",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 7,
      "propertyName": "Minimum Fan Level",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Minimum Fan Level",
      "default": 1,
      "stateless": false,
      "min": 1,
      "max": 45,
      "list": false,
      "value": 1,
      "lastUpdate": 1625963090318,
      "newValue": 1
    },
    {
      "id": "32-112-0-8",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 8,
      "propertyName": "Maximum Fan Level",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Maximum Fan Level",
      "default": 99,
      "stateless": false,
      "min": 55,
      "max": 99,
      "list": false,
      "value": 99,
      "lastUpdate": 1625963090320,
      "newValue": 99
    },
    {
      "id": "32-112-0-10",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 10,
      "propertyName": "Auto Off Light Timer",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Auto Off Light Timer",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 32767,
      "unit": "seconds",
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090326,
      "newValue": 0
    },
    {
      "id": "32-112-0-11",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 11,
      "propertyName": "Auto Off Fan Timer",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Auto Off Fan Timer",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 32767,
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090330,
      "newValue": 0
    },
    {
      "id": "32-112-0-12",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 12,
      "propertyName": "Default Light Level",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Default Light Level",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Last State",
          "value": 0
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090335,
      "newValue": 0
    },
    {
      "id": "32-112-0-13",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 13,
      "propertyName": "Default Light Level (Z-Wave)",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Default Light Level (Z-Wave)",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Last State",
          "value": 0
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090336,
      "newValue": 0
    },
    {
      "id": "32-112-0-14",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 14,
      "propertyName": "Default Fan Speed",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Default Fan Speed",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "Last State",
          "value": 0
        },
        {
          "text": "Low",
          "value": 33
        },
        {
          "text": "Medium",
          "value": 66
        },
        {
          "text": "High",
          "value": 99
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090338,
      "newValue": 0
    },
    {
      "id": "32-112-0-15",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 15,
      "propertyName": "Default Fan Speed (Z-Wave)",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Default Fan Speed (Z-Wave)",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "Last State",
          "value": 0
        },
        {
          "text": "Low",
          "value": 33
        },
        {
          "text": "Medium",
          "value": 66
        },
        {
          "text": "High",
          "value": 99
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090340,
      "newValue": 0
    },
    {
      "id": "32-112-0-16",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 16,
      "propertyName": "Light Brightness After Power Restored",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light Brightness After Power Restored",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 100,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "Last State",
          "value": 100
        }
      ],
      "value": 100,
      "lastUpdate": 1625963090343,
      "newValue": 100
    },
    {
      "id": "32-112-0-17",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 17,
      "propertyName": "Fan Speed After Power Restored",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Fan Speed After Power Restored",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 100,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "Low",
          "value": 33
        },
        {
          "text": "Medium",
          "value": 66
        },
        {
          "text": "High",
          "value": 99
        },
        {
          "text": "Last State",
          "value": 100
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090345,
      "newValue": 0
    },
    {
      "id": "32-112-0-18",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 18,
      "propertyName": "Light LED Indicator Color",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "Uses a scaled hue value (realHue / 360 * 255).",
      "label": "Light LED Indicator Color",
      "default": 170,
      "stateless": false,
      "min": 0,
      "max": 255,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Red",
          "value": 0
        },
        {
          "text": "Orange",
          "value": 21
        },
        {
          "text": "Yellow",
          "value": 42
        },
        {
          "text": "Green",
          "value": 85
        },
        {
          "text": "Cyan",
          "value": 127
        },
        {
          "text": "Blue",
          "value": 170
        },
        {
          "text": "Violet",
          "value": 212
        },
        {
          "text": "Pink",
          "value": 234
        }
      ],
      "value": 170,
      "lastUpdate": 1625963090351,
      "newValue": 170
    },
    {
      "id": "32-112-0-19",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 19,
      "propertyName": "Light LED Strip Brightness",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light LED Strip Brightness",
      "default": 5,
      "stateless": false,
      "min": 0,
      "max": 10,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "10%",
          "value": 1
        },
        {
          "text": "20%",
          "value": 2
        },
        {
          "text": "30%",
          "value": 3
        },
        {
          "text": "40%",
          "value": 4
        },
        {
          "text": "50%",
          "value": 5
        },
        {
          "text": "60%",
          "value": 6
        },
        {
          "text": "70%",
          "value": 7
        },
        {
          "text": "80%",
          "value": 8
        },
        {
          "text": "90%",
          "value": 9
        },
        {
          "text": "100%",
          "value": 10
        }
      ],
      "value": 5,
      "lastUpdate": 1625963090354,
      "newValue": 5
    },
    {
      "id": "32-112-0-20",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 20,
      "propertyName": "Fan LED Indicator Color",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "Uses a scaled hue value (realHue / 360 * 255).",
      "label": "Fan LED Indicator Color",
      "default": 170,
      "stateless": false,
      "min": 0,
      "max": 255,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Red",
          "value": 0
        },
        {
          "text": "Orange",
          "value": 21
        },
        {
          "text": "Yellow",
          "value": 42
        },
        {
          "text": "Green",
          "value": 85
        },
        {
          "text": "Cyan",
          "value": 127
        },
        {
          "text": "Blue",
          "value": 170
        },
        {
          "text": "Violet",
          "value": 212
        },
        {
          "text": "Pink",
          "value": 234
        }
      ],
      "value": 170,
      "lastUpdate": 1625963090357,
      "newValue": 170
    },
    {
      "id": "32-112-0-21",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 21,
      "propertyName": "Fan LED Strip Brightness",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Fan LED Strip Brightness",
      "default": 5,
      "stateless": false,
      "min": 0,
      "max": 10,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "10%",
          "value": 1
        },
        {
          "text": "20%",
          "value": 2
        },
        {
          "text": "30%",
          "value": 3
        },
        {
          "text": "40%",
          "value": 4
        },
        {
          "text": "50%",
          "value": 5
        },
        {
          "text": "60%",
          "value": 6
        },
        {
          "text": "70%",
          "value": 7
        },
        {
          "text": "80%",
          "value": 8
        },
        {
          "text": "90%",
          "value": 9
        },
        {
          "text": "100%",
          "value": 10
        }
      ],
      "value": 5,
      "lastUpdate": 1625963090359,
      "newValue": 5
    },
    {
      "id": "32-112-0-22",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 22,
      "propertyName": "Light LED Strip Brightness When Off",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light LED Strip Brightness When Off",
      "default": 1,
      "stateless": false,
      "min": 0,
      "max": 10,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "10%",
          "value": 1
        },
        {
          "text": "20%",
          "value": 2
        },
        {
          "text": "30%",
          "value": 3
        },
        {
          "text": "40%",
          "value": 4
        },
        {
          "text": "50%",
          "value": 5
        },
        {
          "text": "60%",
          "value": 6
        },
        {
          "text": "70%",
          "value": 7
        },
        {
          "text": "80%",
          "value": 8
        },
        {
          "text": "90%",
          "value": 9
        },
        {
          "text": "100%",
          "value": 10
        }
      ],
      "value": 1,
      "lastUpdate": 1625963090362,
      "newValue": 1
    },
    {
      "id": "32-112-0-23",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 23,
      "propertyName": "Fan LED Strip Brightness When Off",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "This is the intensity of the Fan LED strip when the switch is off. This is useful for users to see the light switch location when the lights are off. Range: 0-10 Default: 1",
      "label": "Fan LED Strip Brightness When Off",
      "default": 1,
      "stateless": false,
      "min": 0,
      "max": 10,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "10%",
          "value": 1
        },
        {
          "text": "20%",
          "value": 2
        },
        {
          "text": "30%",
          "value": 3
        },
        {
          "text": "40%",
          "value": 4
        },
        {
          "text": "50%",
          "value": 5
        },
        {
          "text": "60%",
          "value": 6
        },
        {
          "text": "70%",
          "value": 7
        },
        {
          "text": "80%",
          "value": 8
        },
        {
          "text": "90%",
          "value": 9
        },
        {
          "text": "100%",
          "value": 10
        }
      ],
      "value": 1,
      "lastUpdate": 1625963090363,
      "newValue": 1
    },
    {
      "id": "32-112-0-26",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 26,
      "propertyName": "Light LED Strip Timeout",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "When light LED strip intensity is set to 0, this setting allows the LED strip to turn on temporarily while being adjusted",
      "label": "Light LED Strip Timeout",
      "default": 3,
      "stateless": false,
      "min": 0,
      "max": 10,
      "unit": "seconds",
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Disable",
          "value": 0
        }
      ],
      "value": 3,
      "lastUpdate": 1625963090367,
      "newValue": 3
    },
    {
      "id": "32-112-0-27",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 27,
      "propertyName": "Fan LED Strip Timeout",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "When the fan LED strip intensity is set to 0, this setting allows the LED strip to turn on temporarily while being adjusted.",
      "label": "Fan LED Strip Timeout",
      "default": 3,
      "stateless": false,
      "min": 0,
      "max": 10,
      "unit": "seconds",
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Disable",
          "value": 0
        }
      ],
      "value": 3,
      "lastUpdate": 1625963090370,
      "newValue": 3
    },
    {
      "id": "32-112-0-28",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 28,
      "propertyName": "Active Power Reports",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "The power level change that will result in a new power report being sent.",
      "label": "Active Power Reports",
      "default": 10,
      "stateless": false,
      "min": 0,
      "max": 100,
      "unit": "%",
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Disable",
          "value": 0
        }
      ],
      "value": 10,
      "lastUpdate": 1625963090372,
      "newValue": 10
    },
    {
      "id": "32-112-0-29",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 29,
      "propertyName": "Periodic Power & Energy Reports",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "Time period between consecutive power & energy reports being sent.",
      "label": "Periodic Power & Energy Reports",
      "default": 3600,
      "stateless": false,
      "min": 0,
      "max": 32767,
      "list": false,
      "value": 3600,
      "lastUpdate": 1625963090376,
      "newValue": 3600
    },
    {
      "id": "32-112-0-30",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 30,
      "propertyName": "Energy Reports",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "The energy level change that will result in a new energy report being sent.",
      "label": "Energy Reports",
      "default": 10,
      "stateless": false,
      "min": 0,
      "max": 100,
      "list": false,
      "value": 10,
      "lastUpdate": 1625963090376,
      "newValue": 10
    },
    {
      "id": "32-112-0-31",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 31,
      "propertyName": "Local Protection",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Local Protection",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 3,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "None",
          "value": 0
        },
        {
          "text": "light",
          "value": 1
        },
        {
          "text": "fan",
          "value": 2
        },
        {
          "text": "Both",
          "value": 3
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090379,
      "newValue": 0
    },
    {
      "id": "32-112-0-24-2130706432",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 24,
      "propertyName": "Light LED Effect Type",
      "propertyKey": 2130706432,
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light LED Effect Type",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 5,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "Solid",
          "value": 1
        },
        {
          "text": "Slow Blink",
          "value": 2
        },
        {
          "text": "Fast Blink",
          "value": 3
        },
        {
          "text": "Chase",
          "value": 4
        },
        {
          "text": "Pulse",
          "value": 5
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090381,
      "newValue": 0
    },
    {
      "id": "32-112-0-24-16711680",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 24,
      "propertyName": "Light LED Effect Duration",
      "propertyKey": 16711680,
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "1 to 60 = seconds, 61 to 120 = minutes (minus 60), 121 - 254 = hours (minus 120), 255 = indefinitely",
      "label": "Light LED Effect Duration",
      "default": 255,
      "stateless": false,
      "min": 1,
      "max": 255,
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090383,
      "newValue": 0
    },
    {
      "id": "32-112-0-24-65280",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 24,
      "propertyName": "Light LED Effect Brightness",
      "propertyKey": 65280,
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Light LED Effect Brightness",
      "default": 3,
      "stateless": false,
      "min": 0,
      "max": 10,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "10%",
          "value": 1
        },
        {
          "text": "20%",
          "value": 2
        },
        {
          "text": "30%",
          "value": 3
        },
        {
          "text": "40%",
          "value": 4
        },
        {
          "text": "50%",
          "value": 5
        },
        {
          "text": "60%",
          "value": 6
        },
        {
          "text": "70%",
          "value": 7
        },
        {
          "text": "80%",
          "value": 8
        },
        {
          "text": "90%",
          "value": 9
        },
        {
          "text": "100%",
          "value": 10
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090384,
      "newValue": 0
    },
    {
      "id": "32-112-0-24-255",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 24,
      "propertyName": "Light LED Effect Color",
      "propertyKey": 255,
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "Uses a scaled hue value (realHue / 360 * 255).",
      "label": "Light LED Effect Color",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 255,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Red",
          "value": 0
        },
        {
          "text": "Orange",
          "value": 21
        },
        {
          "text": "Yellow",
          "value": 42
        },
        {
          "text": "Green",
          "value": 85
        },
        {
          "text": "Cyan",
          "value": 127
        },
        {
          "text": "Blue",
          "value": 170
        },
        {
          "text": "Violet",
          "value": 212
        },
        {
          "text": "Pink",
          "value": 234
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090387,
      "newValue": 0
    },
    {
      "id": "32-112-0-25-2130706432",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 25,
      "propertyName": "Fan LED Effect Type",
      "propertyKey": 2130706432,
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Fan LED Effect Type",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 5,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "Solid",
          "value": 1
        },
        {
          "text": "Slow Blink",
          "value": 2
        },
        {
          "text": "Fast Blink",
          "value": 3
        },
        {
          "text": "Chase",
          "value": 4
        },
        {
          "text": "Pulse",
          "value": 5
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090391,
      "newValue": 0
    },
    {
      "id": "32-112-0-25-16711680",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 25,
      "propertyName": "Fan LED Effect Duration",
      "propertyKey": 16711680,
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "1 to 60 = seconds, 61 to 120 = minutes (minus 60), 121 - 254 = hours (minus 120), 255 = indefinitely",
      "label": "Fan LED Effect Duration",
      "default": 255,
      "stateless": false,
      "min": 1,
      "max": 255,
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090393,
      "newValue": 0
    },
    {
      "id": "32-112-0-25-65280",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 25,
      "propertyName": "Fan LED Effect Brightness",
      "propertyKey": 65280,
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Fan LED Effect Brightness",
      "default": 3,
      "stateless": false,
      "min": 0,
      "max": 10,
      "list": true,
      "allowManualEntry": false,
      "states": [
        {
          "text": "Off",
          "value": 0
        },
        {
          "text": "10%",
          "value": 1
        },
        {
          "text": "20%",
          "value": 2
        },
        {
          "text": "30%",
          "value": 3
        },
        {
          "text": "40%",
          "value": 4
        },
        {
          "text": "50%",
          "value": 5
        },
        {
          "text": "60%",
          "value": 6
        },
        {
          "text": "70%",
          "value": 7
        },
        {
          "text": "80%",
          "value": 8
        },
        {
          "text": "90%",
          "value": 9
        },
        {
          "text": "100%",
          "value": 10
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090397,
      "newValue": 0
    },
    {
      "id": "32-112-0-25-255",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 25,
      "propertyName": "Fan LED Effect Color",
      "propertyKey": 255,
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "Uses a scaled hue value (realHue / 360 * 255).",
      "label": "Fan LED Effect Color",
      "default": 0,
      "stateless": false,
      "min": 0,
      "max": 255,
      "list": true,
      "allowManualEntry": true,
      "states": [
        {
          "text": "Red",
          "value": 0
        },
        {
          "text": "Orange",
          "value": 21
        },
        {
          "text": "Yellow",
          "value": 42
        },
        {
          "text": "Green",
          "value": 85
        },
        {
          "text": "Cyan",
          "value": 127
        },
        {
          "text": "Blue",
          "value": 170
        },
        {
          "text": "Violet",
          "value": 212
        },
        {
          "text": "Pink",
          "value": 234
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090397,
      "newValue": 0
    },
    {
      "id": "32-112-0-51",
      "nodeId": 32,
      "commandClass": 112,
      "commandClassName": "Configuration",
      "endpoint": 0,
      "property": 51,
      "propertyName": "param051",
      "type": "any",
      "readable": true,
      "writeable": true,
      "label": "param051 (property)",
      "stateless": false,
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090400,
      "newValue": 0
    },
    {
      "id": "32-114-0-manufacturerId",
      "nodeId": 32,
      "commandClass": 114,
      "commandClassName": "Manufacturer Specific",
      "endpoint": 0,
      "property": "manufacturerId",
      "propertyName": "manufacturerId",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Manufacturer ID",
      "stateless": false,
      "min": 0,
      "max": 65535,
      "list": false,
      "value": 798,
      "lastUpdate": 1625963090403,
      "newValue": 798
    },
    {
      "id": "32-114-0-productType",
      "nodeId": 32,
      "commandClass": 114,
      "commandClassName": "Manufacturer Specific",
      "endpoint": 0,
      "property": "productType",
      "propertyName": "productType",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Product type",
      "stateless": false,
      "min": 0,
      "max": 65535,
      "list": false,
      "value": 14,
      "lastUpdate": 1625963090405,
      "newValue": 14
    },
    {
      "id": "32-114-0-productId",
      "nodeId": 32,
      "commandClass": 114,
      "commandClassName": "Manufacturer Specific",
      "endpoint": 0,
      "property": "productId",
      "propertyName": "productId",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Product ID",
      "stateless": false,
      "min": 0,
      "max": 65535,
      "list": false,
      "value": 1,
      "lastUpdate": 1625963090408,
      "newValue": 1
    },
    {
      "id": "32-117-0-local",
      "nodeId": 32,
      "commandClass": 117,
      "commandClassName": "Protection",
      "endpoint": 0,
      "property": "local",
      "propertyName": "local",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Local protection state",
      "stateless": false,
      "list": true,
      "states": [
        {
          "text": "Unprotected",
          "value": 0
        },
        {
          "text": "ProtectedBySequence",
          "value": 1
        },
        {
          "text": "NoOperationPossible",
          "value": 2
        }
      ],
      "value": 0,
      "lastUpdate": 1625963090410,
      "newValue": 0
    },
    {
      "id": "32-134-0-libraryType",
      "nodeId": 32,
      "commandClass": 134,
      "commandClassName": "Version",
      "endpoint": 0,
      "property": "libraryType",
      "propertyName": "libraryType",
      "type": "any",
      "readable": true,
      "writeable": false,
      "label": "Library type",
      "stateless": false,
      "list": false,
      "value": 3,
      "lastUpdate": 1625963090413,
      "newValue": 3
    },
    {
      "id": "32-134-0-protocolVersion",
      "nodeId": 32,
      "commandClass": 134,
      "commandClassName": "Version",
      "endpoint": 0,
      "property": "protocolVersion",
      "propertyName": "protocolVersion",
      "type": "any",
      "readable": true,
      "writeable": false,
      "label": "Z-Wave protocol version",
      "stateless": false,
      "list": false,
      "value": "7.13",
      "lastUpdate": 1625963090415,
      "newValue": "7.13"
    },
    {
      "id": "32-134-0-firmwareVersions",
      "nodeId": 32,
      "commandClass": 134,
      "commandClassName": "Version",
      "endpoint": 0,
      "property": "firmwareVersions",
      "propertyName": "firmwareVersions",
      "type": "any",
      "readable": true,
      "writeable": false,
      "label": "Z-Wave chip firmware versions",
      "stateless": false,
      "list": false,
      "value": [
        "1.31"
      ],
      "lastUpdate": 1625963090417,
      "newValue": [
        "1.31"
      ]
    },
    {
      "id": "32-135-0-80-3",
      "nodeId": 32,
      "commandClass": 135,
      "commandClassName": "Indicator",
      "endpoint": 0,
      "property": 80,
      "propertyName": "Node Identify",
      "propertyKey": 3,
      "propertyKeyName": "On/Off Period: Duration",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "Sets the duration of an on/off period in 1/10th seconds. Must be set together with \"On/Off Cycle Count\"",
      "label": "Node Identify - On/Off Period: Duration",
      "ccSpecific": {
        "indicatorId": 80,
        "propertyId": 3
      },
      "stateless": false,
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090419,
      "newValue": 0
    },
    {
      "id": "32-135-0-80-4",
      "nodeId": 32,
      "commandClass": 135,
      "commandClassName": "Indicator",
      "endpoint": 0,
      "property": 80,
      "propertyName": "Node Identify",
      "propertyKey": 4,
      "propertyKeyName": "On/Off Cycle Count",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "Sets the number of on/off periods. 0xff means infinite. Must be set together with \"On/Off Period duration\"",
      "label": "Node Identify - On/Off Cycle Count",
      "ccSpecific": {
        "indicatorId": 80,
        "propertyId": 4
      },
      "stateless": false,
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090421,
      "newValue": 0
    },
    {
      "id": "32-135-0-80-5",
      "nodeId": 32,
      "commandClass": 135,
      "commandClassName": "Indicator",
      "endpoint": 0,
      "property": 80,
      "propertyName": "Node Identify",
      "propertyKey": 5,
      "propertyKeyName": "On/Off Period: On time",
      "type": "number",
      "readable": true,
      "writeable": true,
      "description": "This property is used to set the length of the On time during an On/Off period. It allows asymetic On/Off periods. The value 0x00 MUST represent symmetric On/Off period (On time equal to Off time)",
      "label": "Node Identify - On/Off Period: On time",
      "ccSpecific": {
        "indicatorId": 80,
        "propertyId": 5
      },
      "stateless": false,
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090424,
      "newValue": 0
    },
    {
      "id": "32-38-1-targetValue",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 1,
      "property": "targetValue",
      "propertyName": "targetValue",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Target value",
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": false,
      "value": 0,
      "lastUpdate": 1625963090425,
      "newValue": 0
    },
    {
      "id": "32-38-1-duration",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 1,
      "property": "duration",
      "propertyName": "duration",
      "type": "duration",
      "readable": true,
      "writeable": true,
      "label": "Transition duration",
      "stateless": false,
      "list": false,
      "value": {
        "value": 0,
        "unit": "seconds"
      },
      "lastUpdate": 1625963090427,
      "newValue": {
        "value": 0,
        "unit": "seconds"
      }
    },
    {
      "id": "32-38-1-currentValue",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 1,
      "property": "currentValue",
      "propertyName": "currentValue",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Current value",
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": false,
      "value": 99,
      "isCurrentValue": true,
      "targetValue": "38-1-targetValue",
      "lastUpdate": 1626238265505,
      "newValue": 99
    },
    {
      "id": "32-38-1-Up",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 1,
      "property": "Up",
      "propertyName": "Up",
      "type": "boolean",
      "readable": true,
      "writeable": true,
      "label": "Perform a level change (Up)",
      "ccSpecific": {
        "switchType": 2
      },
      "stateless": false,
      "list": false,
      "lastUpdate": 1625963090492
    },
    {
      "id": "32-38-1-Down",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 1,
      "property": "Down",
      "propertyName": "Down",
      "type": "boolean",
      "readable": true,
      "writeable": true,
      "label": "Perform a level change (Down)",
      "ccSpecific": {
        "switchType": 2
      },
      "stateless": false,
      "list": false,
      "lastUpdate": 1625963090494
    },
    {
      "id": "32-38-2-targetValue",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 2,
      "property": "targetValue",
      "propertyName": "targetValue",
      "type": "number",
      "readable": true,
      "writeable": true,
      "label": "Target value",
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": false,
      "value": 1,
      "lastUpdate": 1625963090497,
      "newValue": 1
    },
    {
      "id": "32-38-2-duration",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 2,
      "property": "duration",
      "propertyName": "duration",
      "type": "duration",
      "readable": true,
      "writeable": true,
      "label": "Transition duration",
      "stateless": false,
      "list": false,
      "value": {
        "value": 0,
        "unit": "seconds"
      },
      "lastUpdate": 1625963090499,
      "newValue": {
        "value": 0,
        "unit": "seconds"
      }
    },
    {
      "id": "32-38-2-currentValue",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 2,
      "property": "currentValue",
      "propertyName": "currentValue",
      "type": "number",
      "readable": true,
      "writeable": false,
      "label": "Current value",
      "stateless": false,
      "min": 0,
      "max": 99,
      "list": false,
      "value": 99,
      "isCurrentValue": true,
      "targetValue": "38-2-targetValue",
      "lastUpdate": 1626238271335,
      "newValue": 99
    },
    {
      "id": "32-38-2-Up",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 2,
      "property": "Up",
      "propertyName": "Up",
      "type": "boolean",
      "readable": true,
      "writeable": true,
      "label": "Perform a level change (Up)",
      "ccSpecific": {
        "switchType": 2
      },
      "stateless": false,
      "list": false,
      "lastUpdate": 1625963090589
    },
    {
      "id": "32-38-2-Down",
      "nodeId": 32,
      "commandClass": 38,
      "commandClassName": "Multilevel Switch",
      "endpoint": 2,
      "property": "Down",
      "propertyName": "Down",
      "type": "boolean",
      "readable": true,
      "writeable": true,
      "label": "Perform a level change (Down)",
      "ccSpecific": {
        "switchType": 2
      },
      "stateless": false,
      "list": false,
      "lastUpdate": 1625963090593
    }
  ],
  "groups": [
    {
      "text": "Lifeline",
      "endpoint": 0,
      "value": 1,
      "maxNodes": 5,
      "isLifeline": true,
      "multiChannel": true
    },
    {
      "text": "Basic Set Light",
      "endpoint": 0,
      "value": 2,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Switch MultiLevel Set Light",
      "endpoint": 0,
      "value": 3,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Switch MultiLevel Start/Stop Light",
      "endpoint": 0,
      "value": 4,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Basic Set Fan",
      "endpoint": 0,
      "value": 5,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Switch MultiLevel Set Fan",
      "endpoint": 0,
      "value": 6,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Switch MultiLevel Start/Stop Fan",
      "endpoint": 0,
      "value": 7,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Lifeline",
      "endpoint": 1,
      "value": 1,
      "maxNodes": 1,
      "isLifeline": true,
      "multiChannel": true
    },
    {
      "text": "On/Off Control",
      "endpoint": 1,
      "value": 2,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Switch Multilevel Set",
      "endpoint": 1,
      "value": 3,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Sw Multi Start/Stop",
      "endpoint": 1,
      "value": 4,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Lifeline",
      "endpoint": 2,
      "value": 1,
      "maxNodes": 1,
      "isLifeline": true,
      "multiChannel": true
    },
    {
      "text": "On/Off Control",
      "endpoint": 2,
      "value": 2,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Switch Multilevel Set",
      "endpoint": 2,
      "value": 3,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    },
    {
      "text": "Sw Multi Start/Stop",
      "endpoint": 2,
      "value": 4,
      "maxNodes": 5,
      "isLifeline": false,
      "multiChannel": true
    }
  ],
  "neighbors": [
    1,
    6,
    19,
    22,
    23,
    24,
    27,
    28,
    29,
    31,
    33
  ],
  "ready": true,
  "available": true,
  "hassDevices": {
    "light_dimmer": {
      "type": "light",
      "object_id": "dimmer",
      "discovery_payload": {
        "command_topic": "homeassistant/Main_floor/Fan_Stairs/38/0/targetValue/set",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/38/0/currentValue",
        "state_value_template": "{{ 0 if value_json.value == 0 else 255 }}",
        "brightness_command_topic": "homeassistant/Main_floor/Fan_Stairs/38/0/targetValue/set",
        "brightness_scale": 99,
        "brightness_state_topic": "homeassistant/Main_floor/Fan_Stairs/38/0/currentValue",
        "brightness_value_template": "{{ value_json.value }}",
        "on_command_type": "last",
        "payload_on": 255,
        "payload_off": 0,
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_dimmer",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-38-0-currentValue"
      },
      "discoveryTopic": "light/Main_floor-Fan_Stairs/dimmer/config",
      "values": [
        "38-0-currentValue",
        "38-0-targetValue"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_electric_kwh_value": {
      "type": "sensor",
      "object_id": "electric_kwh_value",
      "discovery_payload": {
        "value_template": "{{ value_json.value }}",
        "device_class": "power",
        "unit_of_measurement": "kWh",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/value/65537",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/value/65537",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_electric_kwh_value",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-50-0-value-65537"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/electric_kwh_value/config",
      "values": [
        "50-0-value-65537"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_electric_kwh_deltatime": {
      "type": "sensor",
      "object_id": "electric_kwh_deltatime",
      "discovery_payload": {
        "value_template": "{{ value_json.value }}",
        "device_class": "power",
        "unit_of_measurement": "s",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/deltaTime/65537",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/deltaTime/65537",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_electric_kwh_deltatime",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-50-0-deltaTime-65537"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/electric_kwh_deltatime/config",
      "values": [
        "50-0-deltaTime-65537"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_electric_w_value": {
      "type": "sensor",
      "object_id": "electric_w_value",
      "discovery_payload": {
        "value_template": "{{ value_json.value }}",
        "device_class": "power",
        "unit_of_measurement": "W",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/value/66049",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/value/66049",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_electric_w_value",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-50-0-value-66049"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/electric_w_value/config",
      "values": [
        "50-0-value-66049"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_electric_w_deltatime": {
      "type": "sensor",
      "object_id": "electric_w_deltatime",
      "discovery_payload": {
        "value_template": "{{ value_json.value }}",
        "device_class": "power",
        "unit_of_measurement": "s",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/deltaTime/66049",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/deltaTime/66049",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_electric_w_deltatime",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-50-0-deltaTime-66049"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/electric_w_deltatime/config",
      "values": [
        "50-0-deltaTime-66049"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_electric_kwh_previousvalue": {
      "type": "sensor",
      "object_id": "electric_kwh_previousvalue",
      "discovery_payload": {
        "value_template": "{{ value_json.value }}",
        "device_class": "power",
        "unit_of_measurement": "kWh",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/previousValue/65537",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/previousValue/65537",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_electric_kwh_previousvalue",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-50-0-previousValue-65537"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/electric_kwh_previousvalue/config",
      "values": [
        "50-0-previousValue-65537"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_electric_w_previousvalue": {
      "type": "sensor",
      "object_id": "electric_w_previousvalue",
      "discovery_payload": {
        "value_template": "{{ value_json.value }}",
        "device_class": "power",
        "unit_of_measurement": "W",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/previousValue/66049",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/50/0/previousValue/66049",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_electric_w_previousvalue",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-50-0-previousValue-66049"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/electric_w_previousvalue/config",
      "values": [
        "50-0-previousValue-66049"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_scene_state_slowrefresh": {
      "type": "sensor",
      "object_id": "scene_state_slowrefresh",
      "discovery_payload": {
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/slowRefresh",
        "value_template": "{{ value_json.value | default('') }}",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/slowRefresh",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_scene_state_slowrefresh",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-91-0-slowRefresh"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/scene_state_slowrefresh/config",
      "values": [
        "91-0-slowRefresh"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_scene_state_scene_001": {
      "type": "sensor",
      "object_id": "scene_state_scene_001",
      "discovery_payload": {
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/001",
        "value_template": "{{ value_json.value | default('') }}",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/001",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_scene_state_scene_001",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-91-0-scene-001"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/scene_state_scene_001/config",
      "values": [
        "91-0-scene-001"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_scene_state_scene_002": {
      "type": "sensor",
      "object_id": "scene_state_scene_002",
      "discovery_payload": {
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/002",
        "value_template": "{{ value_json.value | default('') }}",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/002",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_scene_state_scene_002",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-91-0-scene-002"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/scene_state_scene_002/config",
      "values": [
        "91-0-scene-002"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_scene_state_scene_003": {
      "type": "sensor",
      "object_id": "scene_state_scene_003",
      "discovery_payload": {
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/003",
        "value_template": "{{ value_json.value | default('') }}",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/003",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_scene_state_scene_003",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-91-0-scene-003"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/scene_state_scene_003/config",
      "values": [
        "91-0-scene-003"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_scene_state_scene_004": {
      "type": "sensor",
      "object_id": "scene_state_scene_004",
      "discovery_payload": {
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/004",
        "value_template": "{{ value_json.value | default('') }}",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/004",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_scene_state_scene_004",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-91-0-scene-004"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/scene_state_scene_004/config",
      "values": [
        "91-0-scene-004"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_scene_state_scene_005": {
      "type": "sensor",
      "object_id": "scene_state_scene_005",
      "discovery_payload": {
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/005",
        "value_template": "{{ value_json.value | default('') }}",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/005",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_scene_state_scene_005",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-91-0-scene-005"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/scene_state_scene_005/config",
      "values": [
        "91-0-scene-005"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "sensor_scene_state_scene_006": {
      "type": "sensor",
      "object_id": "scene_state_scene_006",
      "discovery_payload": {
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/006",
        "value_template": "{{ value_json.value | default('') }}",
        "json_attributes_topic": "homeassistant/Main_floor/Fan_Stairs/91/0/scene/006",
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_scene_state_scene_006",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-91-0-scene-006"
      },
      "discoveryTopic": "sensor/Main_floor-Fan_Stairs/scene_state_scene_006/config",
      "values": [
        "91-0-scene-006"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "light_dimmer_1": {
      "type": "light",
      "object_id": "dimmer_1",
      "discovery_payload": {
        "command_topic": "homeassistant/Main_floor/Fan_Stairs/38/1/targetValue/set",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/38/1/currentValue",
        "state_value_template": "{{ 0 if value_json.value == 0 else 255 }}",
        "brightness_command_topic": "homeassistant/Main_floor/Fan_Stairs/38/1/targetValue/set",
        "brightness_scale": 99,
        "brightness_state_topic": "homeassistant/Main_floor/Fan_Stairs/38/1/currentValue",
        "brightness_value_template": "{{ value_json.value }}",
        "on_command_type": "last",
        "payload_on": 255,
        "payload_off": 0,
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_dimmer_1",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-38-1-currentValue"
      },
      "discoveryTopic": "light/Main_floor-Fan_Stairs/dimmer_1/config",
      "values": [
        "38-1-currentValue",
        "38-1-targetValue"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    },
    "light_dimmer_2": {
      "type": "light",
      "object_id": "dimmer_2",
      "discovery_payload": {
        "command_topic": "homeassistant/Main_floor/Fan_Stairs/38/2/targetValue/set",
        "state_topic": "homeassistant/Main_floor/Fan_Stairs/38/2/currentValue",
        "state_value_template": "{{ 0 if value_json.value == 0 else 255 }}",
        "brightness_command_topic": "homeassistant/Main_floor/Fan_Stairs/38/2/targetValue/set",
        "brightness_scale": 99,
        "brightness_state_topic": "homeassistant/Main_floor/Fan_Stairs/38/2/currentValue",
        "brightness_value_template": "{{ value_json.value }}",
        "on_command_type": "last",
        "payload_on": 255,
        "payload_off": 0,
        "device": {
          "identifiers": [
            "zwavejs2mqtt_0xdb258b77_node32"
          ],
          "manufacturer": "Inovelli",
          "model": "Red Series Fan + Light Switch (LZW36)",
          "name": "Main_floor-Fan_Stairs",
          "sw_version": "1.31"
        },
        "name": "Main_floor-Fan_Stairs_dimmer_2",
        "unique_id": "zwavejs2mqtt_0xdb258b77_32-38-2-currentValue"
      },
      "discoveryTopic": "light/Main_floor-Fan_Stairs/dimmer_2/config",
      "values": [
        "38-2-currentValue",
        "38-2-targetValue"
      ],
      "persistent": false,
      "ignoreDiscovery": false
    }
  },
  "failed": false,
  "inited": true,
  "hexId": "0x031e-0x000e-0x0001",
  "dbLink": "https://devices.zwave-js.io/?jumpTo=0x031e:0x000e:0x0001:1.31",
  "manufacturerId": 798,
  "productId": 1,
  "productType": 14,
  "productLabel": "LZW36",
  "productDescription": "Red Series Fan + Light Switch",
  "manufacturer": "Inovelli",
  "firmwareVersion": "1.31",
  "protocolVersion": 3,
  "zwavePlusVersion": 2,
  "zwavePlusNodeType": 0,
  "zwavePlusRoleType": 5,
  "nodeType": 1,
  "endpointsCount": 2,
  "endpointIndizes": [
    1,
    2
  ],
  "isSecure": false,
  "supportsSecurity": false,
  "supportsBeaming": true,
  "isControllerNode": false,
  "isListening": true,
  "isFrequentListening": false,
  "isRouting": true,
  "keepAwake": false,
  "maxDataRate": 100000,
  "deviceClass": {
    "basic": 4,
    "generic": 17,
    "specific": 0
  },
  "deviceId": "798-1-14",
  "status": "Alive",
  "interviewStage": "Complete",
  "statistics": {
    "commandsTX": 24,
    "commandsRX": 104,
    "commandsDroppedRX": 0,
    "commandsDroppedTX": 0,
    "timeoutResponse": 1
  },
  "lastActive": 1626238271337,
  "_name": "Fan_Stairs (Main_floor)"
}
1 Like

My switch stopped working again yesterday and hasn’t come back. So that didn’t last long. The weather and everything else is unchanged. It seems random.

And no, @DeltaNu1142, I use SmartThings and haven’t updated anything to my knowledge.

Mine are both working as of this morning, the first time that’s happened in a month or so. I have no explanation.

Funny thing… My switch has been working fine since the last 2-3 weeks also. I have no explanation or changes.

Mine seem to be at their normal 75% reliability.

  • Date switch was purchased - Sept 15, 2020
  • Approximate distance from switch to fan canopy - 10ft
  • Approximate internal temperature (in house) and external temperature (outside) - 65-72F
  • What is your hub/gateway (ie: SmartThings, Hubitat, etc)? ISY with HomeAssistant to control
  • What firmware version are you on (if you don’t know, leave blank, but it’s helpful)?
  • Have you made any parameter changes? None
  • Approximate wattage of your bulbs - was 15W LED with Aeotec resister but lights would never go off, switched to Incandesant 40W.
  • Does the disconnection happen when using the fan, the light or both? More so noticed on the light. Fan is left on most of the time.
  • Do you notice any patterns (ie: time of day, time since last disconnection, etc)? Do not.

Here is a video of the challenge: https://photos.app.goo.gl/SWaEbkPUjyEmWkiX6

My light’s behavior has been consistent with what you’re experiencing, @mecheng.

Until, that is, I lost connection totally… now nothing works.

@JordanB that is not good. I have this switch in my Airbnb unit. If that does out, the wife factor will be greatly affected.

I bought a bunch of fan/light switches a while back and they have been nothing but trouble (this thread and the parent thread document the issues pretty well). It looks like I missed an update. I’m still on firmware version 1.31.

My problem is I cannot flash the firmware. I am running HomeSeer, which does not yet support flashing .gbl files. So, I followed the instructions to install Z-Wave PC Controller 5 and try to update it that way. Because I have home seer, which uses a USB z-wave stick I thought I could skip the remove and include instructions and just flash the LZW36… it didn’t work. So, I went through the full instructions step by step to completely remove, then re-add the a node and flash it. No success. I tried different options, but I always come back with the same error “Unable to receive”. I even tried moving the controller right next to the switch. Still nothing.

Any help or advice on how to flash v1.36 would be highly appreciated!

Here is a screenshot of one of my attempts (along with the log).

P.S. I am using a HomeSeer SmartStick+ z-stick. I was just doing some reading and it looks like it is a 500 series device. Should that work? or do I need a 700 Series z-stick (since a .gbl is a 700 series update)?

As a follow-up to my post 5 days ago (#61 above), one of my two fan/light switches has stopped responding. Z-wave control of the switch works fine, but the fan and light won’t respond. Originally it was the other one that wasn’t working.

I realize that just saying, “oh, this other one isn’t working now” isn’t that helpful, but I really don’t have anything to attribute it to. Whether one or the other or both switches are going to work or not work seems completely random, but when it happens, it happens for several days at a time.