Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z-Wave Shades (Somfy) #40

Open
mriksman opened this issue Jul 1, 2016 · 1 comment
Open

Z-Wave Shades (Somfy) #40

mriksman opened this issue Jul 1, 2016 · 1 comment

Comments

@mriksman
Copy link

mriksman commented Jul 1, 2016

When I change the Target Position, I get;
[wink] Changing target property 'position' of the undefined called Kitchen to 0
But nothing happens.
I put in some logging lines of code to see where the code fails, line 83 of wink-accessory.js;

    } else if (this.device.desired_state[sProperty] == undefined) {
        callback(Error("Unsupported"));
        return;
    }

When I comment out these lines, it progresses thorough and the blinds operate. However, as there is no feedback from these blinds, I get a message saying;
[wink] Unable to determine if update was successful.

I am curious as to how commenting those lines out worked. Surely if this was 'undefined', the write to the API wouldn't have worked, and the blinds wouldn't have operated?

@mriksman mriksman changed the title Water Sensor (leakSMART) and Z-Wave Shades Z-Wave Shades (Somfy) Jul 2, 2016
@mriksman
Copy link
Author

mriksman commented Jul 3, 2016

Looking at Winkathome.net, it seems that desired_state.position is null. So even though a write occurs, and the control works; Wink must set this value to null afterwards?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant