A question to Aeotec Nano Shutter owners

Has anyone successfully paired and integrated the Aeotec Nano Shutter using their custom device handler, particularly into a custom smartapp? I want to know if all of the functions (on/off/stop), the states and the calibrations works properly.

This is the device handler I was looking at: https://aeotec.freshdesk.com/support/solutions/articles/6000198855-nano-shutter-smartthings-custom-device-handler-

Also if anyone would be interested in trying his device out with my custom smartapp that would be really appreciated because it will confirm/deny if my code is working correctly.

Thank you!

1 Like

Can I get your code for smart app?

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.
])
}

@Renato_Bastos

Just FYI, Nano Shutter device handler on Aeotecs support page is updated, you can change the parameter settings through the preference page in SmartThings Classic.

It might be easier to manage with the new update and test with the different external switch modes on Parameter 121 and 120 for S1 and S2 switch controls.

Hello

Do you know if it is possivel to control a Aeotec with the Fibaro code?