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

Nodes get disconnected and others are still connected #23

Closed
mabunixda opened this issue Feb 14, 2018 · 5 comments
Closed

Nodes get disconnected and others are still connected #23

mabunixda opened this issue Feb 14, 2018 · 5 comments

Comments

@mabunixda
Copy link
Contributor

Hi,

i just began integrating our blinds into node-red with alexa and i am observing this pattern:
nodered-loxone-notconnected

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

@codmpm
Copy link
Owner

codmpm commented Feb 14, 2018

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.
Nevertheless all nodes are "connected" as long as the single connection to the miniserver is online.

Cheers,
Patrik

@thmeger
Copy link
Collaborator

thmeger commented Feb 14, 2018

I don't have any problems controlling blinds with Node-RED and Alexa via Loxone.
Please try to create a little Dashboard-button or use a normal inject node to start the specific nodes in that flow and see whether that works in lieu of using Alexa node.

@mabunixda
Copy link
Contributor Author

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 gonna update to the latest beta right now and test if there is work still the same. If yes, i gonna open a bug.

@codmpm
Copy link
Owner

codmpm commented Feb 15, 2018

I'm with you.
I have not tested node-red-contrib-loxone to the latest beta, yet.

Just for my head: Can you control CentralJalousie from the smartphone-app?

@mabunixda
Copy link
Contributor Author

Yeah you are right ... got it: /FullDown and /FullUp are the correct commands

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

3 participants