-
Notifications
You must be signed in to change notification settings - Fork 24
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
Nodes get disconnected and others are still connected #23
Comments
Hey @mabunixda, as I have no Alexa I can not test this. Maybe @thmeger can double check if this behavior lies in Alexa or in node-red-contrib-loxone. The connected/disconnected info is only updated on a full-deploy. That's where #12 ist related as this bit of information in the editor needs to be better. Cheers, |
I don't have any problems controlling blinds with Node-RED and Alexa via Loxone. |
It is a Loxone problem - the central blinds elements ( "type":"CentralJalousie" ) cannot be controlled via the api. When i change the webservice node to the dedicated blinds then it works as expected. I do not understand those design principles of loxone software ... |
I'm with you. Just for my head: Can you control |
Yeah you are right ... got it: /FullDown and /FullUp are the correct commands |
Hi,
i just began integrating our blinds into node-red with alexa and i am observing this pattern:
Some blinds work correct via alexa. The function block just sets Up/Down as payload when On/Off is sent.
On the other side blinds that do not work, the gets no status update after a command is sent via alexa. At this time also other nodes get no status shown in node-red.
In the console output is no error reported :(
Is this issue related to #12 ?
Martin
The text was updated successfully, but these errors were encountered: