Aeotec Nano Shutter on STSC (v3)

Hi all:

Amazing all the information that can be found on this community! I have been able to set a complete new installation at home just reading this forum.

The only open point I still have at home, and apologies if this has been solved somewhere but I have not been able to find it, is how to manage the Aeotec Nano Shutter (3 of them!) with the STSC app. On the Classic version I can open / stop / close them, as well as using a direct association on wallmotes, but on the STSC app I only get the “network or server error”.

I have added at the metadata on the device handler “vid: “generic-shade”, ocfDeviceType: “oic.d.blind”” as suggested on some treads, but no changes at all.

Any suggestion will be much appreciated, as I cannot add the shutters to any scene!

Thanks!

After you made the change to the DTH, did you switch the assigned DTH and then switch it back?

Hi:

Many thanks for your suggestion. Indeed, I changed the DTH to another and then back again to the original one (with the metadata modifications) and, although device icon and tiles have changed (so at least something changed!), I still get the message “A network or server error occurred…”

Do you have any other clue?

Thanks!

Manel

I need help.
1 - My 3 way switch does not work.
2 - The device does not work on v3.

https://aeotec.freshdesk.com/support/solutions/articles/6000198855-nano-shutter-smartthings-custom-device-handler-

Follows the my code:
def refresh() {
commands([
zwave.basicV1.basicGet(),
zwave.configurationV1.configurationSet(parameterNumber: 85,size: 1, scaledConfigurationValue: 1), //set operation mode 1 (S1 = UP, S2 = DOWN)
zwave.configurationV1.configurationSet(parameterNumber: 80,size: 1, scaledConfigurationValue: 2), //report Basic Report to update status when controlled via switch
//zwave.configurationV1.configurationSet(parameterNumber: 120,size: 1, scaledConfigurationValue: 2),
//(Sets S1 external switch mode): 1 = reserved, 2 = 3-way switch mode, 3 = Push button mode, 4 = automatic identification mode
//zwave.configurationV1.configurationSet(parameterNumber: 121,size: 1, scaledConfigurationValue: 1),
//(Sets S1 external switch mode): 1 = reserved, 2 = 3-way switch mode, 3 = Push button mode, 4 = automatic identification mode
zwave.configurationV1.configurationSet(parameterNumber: 35,size: 1, scaledConfigurationValue: 30) //sets the total up/down time in seconds, this setting is used to calibrate the total up and down time.
])
}

Custom Device handler for Nano Shutter has been updated for easier accessable parameter settings.

Thank you so much, it worked perfectly on ST Classic.
Unsuccessful ST Connect, any suggestions, already tried to rename it to “Z-Wave Switch Generic” but to no avail.

The new SmartThings app doesn’t currently have options for hub connected device settings