[ST Edge] Driver for GE/Jasco/Honeywell Z-Wave Switches, Dimmers, Fans, Outlets, and Plug-Ins

Is this driver still the best solution for Enbrighten Smart Fan controller switch? My model number isn’t listed in the fingerprints: 0063/4944/3533

Can it be added?

Thanks!

Phil no longer develops on ST and @csstup took over support for the GE/Jasco drivers. He created a consolidated driver for all the GE/Jasco switches and dimmers and that fingerprint is included in his driver. Subscribe to his channel here and install the Z-Wave Switch CS driver on your hub.

Thanks much. I’ll do that. :slight_smile:

The Z-Wave Switch CS driver now supports the Eaton Zwave Plus Smart Outlet model RFTR9605 with its settings and associations.

Subscribe to the driver here.

- id: "001A/5244/0505"
deviceLabel: Eaton Outlet
manufacturerId: 0x001A
productType: 0x5244
productId: 0x0505

Hi, I just got an Enbrighten 58433 switch that is showing support for the current driver packs. It just shows up as switch-binary. Is there a way to get support for this device and if so what can I do to assist with this?

Use Z-Wave Switch CS, subscribe to the driver here. Change your device using the 3 dot menu, Drivers, Change Driver to Z-Wave Switch CS once installed.

Hey Corey, thanks for the quick reply! I added and added all available drivers and it doesn’t show up as available in the app or via cli for that device.

Hey Corey, ignore my last statement, removing the device and adding it back in fixed the issue. Thanks for your help, I’ll be buying you a coffee!

Hi Corey,

I just got 8 Ultra Pro 800 series switches, I would have prefered more of the older ones I already have but I couldn’t find them. The Manufacturer code is 0063-4952-3534, it doesn’t appear to be in the CSstup driver

Can you give the model numbers? One is a 5 digit number, the other 3 letters and 4 numbers. Or a link to the product.

ZWN4017 and 76605 Amazon link:

UltraPro 800 Series Z-Wave On/Off Switch 4pk, Long Range 800LR, Direct 3-Way (No Add-On Switch Needed), Smart Hub Required, Compatible with Alexa, Google Home, 76605 Amazon.com: UltraPro 800 Series Z-Wave On/Off Switch 4pk, Long Range 800LR, Direct 3-Way (No Add-On Switch Needed), Smart Hub Required, Compatible with Alexa, Google Home, 76605 : Everything Else

Added 3 models (2 others were similar)

  - id: "0063/4952/3436"
    deviceLabel: UltraPro Switch 76601
    manufacturerId: 0x0063
    productType: 0x4952
    productId: 0x3436
    deviceProfileName: ge-switch-scene-led
  - id: "0063/4952/3439"
    deviceLabel: UltraPro Switch 76603
    manufacturerId: 0x0063
    productType: 0x4952
    productId: 0x3439
    deviceProfileName: ge-switch-scene-led      
  - id: "0063/4952/3534"
    deviceLabel: UltraPro Switch 76605
    manufacturerId: 0x0063
    productType: 0x4952
    productId: 0x3534
    deviceProfileName: ge-switch-scene-led

The driver will update on its own within the next 12 hours, or if you change to another driver and back to Zwave Switch CS it should refresh immediately.

Could you please add the driver for this model dimmer?

model # ZWN3020

Thank you so much!

What’s the 5 digit model number? Should be something like 59xxx. Or a link to the product you ordered may help as well.

Thanks!

I just got an Enbrighten 800 series switch and it doesn’t appear to be supported yet. It’s model # 76592. This is the Amazon link: Enbrighten 800 Series Z-Wave On/Off Toggle Switch, Long Range 800LR, Quick Fit, Simple Wire, Direct 3-Way (No Add-On Switch Needed), Smart Hub Required, Compatible with Alexa, Google Home, 76592 - Amazon.com

I have two Enbrighten outlets using the standard Z-Wave Switch driver. Does this driver add more functionality?

Generally, the stock drivers don’t allow for changing certain settings and/or other features that the community developed drivers do. Would need to know specific Mfg/Model info to say for sure. You can get that info from the 3-dot menu on the device card by clicking on Information.

Here’s what I have

The Z-Wave Switch CS driver maintained by @csstup supports your device. It offers these capabilities:

name: ge-outlet-scene
components:
- id: main
  capabilities:
  - id: switch
    version: 1
  - id: button
    version: 1
  - id: firmwareUpdate
    version: 1
  - id: refresh
    version: 1
  categories:
  - name: SmartPlug
metadata:
  deviceType: SmartPlug
  ocfDeviceType: oic.d.smartplug
  deviceTypeId: SmartPlug
preferences:
  - title: "LED Indicator"
    name: ledIndicator
    description: "Turn LED indicator on"
    required: true
    preferenceType: enumeration
    definition:
      options:
        0: "Turn on when switch is off"
        1: "Turn on when switch is on"
        2: "Always off"
      default: 0
  - title: "Association Group 2"
    name: assocGroup2
    description: "Enter a comma delimited list of hex IDs to be turned on/off with the switch load (5 node max)"
    required: true
    preferenceType: string
    definition:
      stringType: text
      default: ""
  - title: "Association Group 3"
    name: assocGroup3
    description: "Enter a comma delimited list of hex IDs to be turned on/off with switch double tap (5 node max)"
    required: true
    preferenceType: string
    definition:
      stringType: text
      default: ""

You can subscribe to his channel here, enroll your hub, and install the driver. Switch the device to the driver using the mobile app or the AWA. If the device behaves peculiarly after switching, exclude the device from your hub and re-pair it so that the driver goes through all the lifecycle events from the start.