Post Requests for Zwave Edge Drivers Here (community-created)

They’re not a match by MSR fingerprint, they will likely match by zwave device type or cluster. The Beta Edge Zwave Switch driver includes:

zwaveGeneric:
  - id: "GenericSwitch/1"
    deviceLabel: Switch
    commandClasses:
      supported:
        - 0x25 # binary switch
    deviceProfileName: switch-binary
  - id: "GenericSwitch/2"
    deviceLabel: Switch
    genericType: 0x10 # GENERIC_TYPE_SWITCH_BINARY
    deviceProfileName: switch-binary
  - id: "GenericSwitch/3"
    deviceLabel: Dimmer Switch
    genericType: 0x02 # GENERIC_TYPE_SWITCH_BINARY
    deviceProfileName: switch-binary
  - id: "GenericDimmerSwitch/1"
    deviceLabel: Dimmer Switch
    commandClasses:
      supported:
        - 0x26 # switch multilevel
    deviceProfileName: switch-level
  - id: "GenericDimmerSwitch/2"
    deviceLabel: Dimmer Switch
    genericType: 0x11 # GENERIC_TYPE_SWITCH_MULTILEVEL
    deviceProfileName: switch-level

Those devices are bound to match one of these.

People really should be installing the base beta drivers before looking for a more specific driver. Consider it the same as the built in drivers from before. Install all Beta drivers for the types of devices you have. Have a zwave smoke alarm? Install the Beta Zwave Smoke Alarm driver first before going fishing for a more specific driver.

2 Likes