ericvitale / ST-Shady

Apache License 2.0
9 stars 19 forks source link

Spring Window Fashions DH Issue #1

Open shawnsplace opened 6 years ago

shawnsplace commented 6 years ago

I just setup a 2 new blinds and when I added them to smartthings they were automatically detected as Spring Window Fashions Shades and so used the Springs Window Fashions Shade DH.

They seem to work ok like this when controlling them individually using smartthings but once I setup a shady group they seem to open/on ok but they won't close/off using the shady group. The percentages seem to work ok.

I have two other blinds previously setup using your z-wave blind device handler and they always have worked fine in shady.

Can you please take a look at this?

Thank You!

ericvitale commented 6 years ago

Can you change the log level for the device in the device settings to debug and post some logs from the ide when you open and close?

ericvitale commented 6 years ago

This is an issue with the DH. I've submitted a pull request to the ST repository with a fix.

https://github.com/SmartThingsCommunity/SmartThingsPublic/pull/3316

shawnsplace commented 6 years ago

Eric,

Thanks for looking into this. Do you still want the logs? If so do you want them from shady or from the actual shades themselves?

ericvitale commented 6 years ago

No need for the logs. I'm sure it will take ST a while to fix this issue. If you want to manually adjust the Shady DH that you have installed...

Change this line

From selectedShades.on() to selectedShades.open()

Change this line

From selectedShades.off() to selectedShades.close()

Do you know how to modify them on your install in the ST IDE?

fun4stuff commented 5 years ago

Has this been fixed yet or doing still need to change the code as described above?

I have zwave motorized shades from zebra blinds that work well with the spring window fashion shades DH but don't work with the shady group DH.