Meatty:
I guess I’m slightly different, but not for the material things - all devices that “upgraded” to edge have stopped working completely. They all show as “off” in the app and on my.smartthings.com , and when I try to turn them on, on the app, I get a network or server error, on my.smartthings.com I get nothing. they have nothing in their logs, no history.
I have 146 devices, the vast majority of which are GE Zwave switches or dimmers. A very few (maybe 5) of the devices seem to have been spared the upgrade, and are therefore still working. Those devices appear to have a fingerprint of 0000-0000-0000.
I have 2 drivers. (zwave sensor and zwave switch). There seem to be several different fingerprints (e.g. 0063-4944-3235, 0063-4944-3038, 0063-4952-3135) - I can’t go through them all. I’m running V2 Hardware.
Repairing the network does not fix the problem. I cannot delete the devices - when I try, the app just spins - I did not try force deleting yet.
I do not have a memory error when I try to add a new device.
I’ve installed the CLI on my windows machine. when I type smartthings.exe edge:drivers, I get “no items found”
Any advice would be greatly appreciated - my wife is pretty unhappy with her non-working house!
If you have GE switches and dimmers, I would suggest using @philh30 ’s drivers that provide more capabilities than the standard drivers. Install the driver(s) to the hub and change the driver in the ST app by selecting the device and using the “Change Driver” option in the dropdown menu.
In addition to using the CLI, I would suggest checking the status of your devices using the API Browser from @TAustin . In addition to checking status, you can delete devices and manage several other aspects that were formerly available in the IDE.
This is an Edge driver for GE/Jasco/Honeywell Z-Wave switches, dimmers, fans, outlets, and plug-ins, covering the range of generations from the legacy non-Plus devices to the current Z-Wave Plus devices with central scene support. Depending on the capabilities of the particular model, the driver supports:
Setting configuration parameters
Adding nodes to association groups 2 (load) and 3 (double tap)
Double/triple tap button events
Hub is automatically added to association group 3 for models that support double tap but do not support central scene
[Screenshot_20211225-124212]
The list of fingerprints currently included can be found here . If you have a model that’s not included, let me know and I’ll look into adding it.
To install:
Use the following link to enroll in the channel and i…
This is an Edge driver for GE/Jasco Z-Wave motion switches and dimmers, including models 24770, 26931, 26932 and 26933. This driver provides all of the functionality that is included in my main driver for GE/Jasco/Honeywell z-wave switches , while also adding several configuration parameters to the detail view and exposing them to automations:
[Screenshot_20211230-224649]
The list of fingerprints currently included can be found here . If you have a model that’s not included, let me know and I’ll look into adding it.
Please note that, as of December 2021, Edge is in beta and therefore this driver should also be treated as such.
To install:
Use the following link to enroll in the channel and install the driver on your hub: Channel Invitation
If your device is already using an Edge driv…
NOTICE!!: SmartThings has now released its own equivalent of this app here , so you may prefer to use that instead.
I have a browser-based web app that provides a point-and-click way to explore most of the SmartThings API. For the non-technical, this gives you access to an important SmartThings resource without having to learn tools like Postman, curl, or the CLI. You don’t even need a computer: a tablet or even smartphone can be used. For the more technically inclined, it provides much faster and more convenient access to those commonly-accessed CLI commands. Although I originally thought of it as a portal for the non-technical, I’ve actually found it quite useful to use during my own development activities.
This is not intended as a replacement or ‘competitor’ to the CLI, mysmart…