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

Livolo. Only "SCENE x" command is working. going from 1040 to 1043 on RFXCOM and 2.11.0. #98

Open
MosesHill opened this issue Jul 12, 2020 · 11 comments

Comments

@MosesHill
Copy link

let working commands:

msg.payload = 'Toggle' -- I have tried with 'Toggle 5'
msg.topic = 'LIVOLO_APPLIANCE/1522/5'

This does also not work:
msg.payload = 'Off' -- I have tried with 'Group Off'
msg.topic = 'LIVOLO_APPLIANCE/1520/0'

Nothing works.

@maxwellhadley
Copy link
Owner

I don't think anything should have changed, but I will take a look - might take me a couple of days to get round to it though

@MosesHill
Copy link
Author

MosesHill commented Jul 13, 2020 via email

@maxwellhadley
Copy link
Owner

Did you update the firmware & the node at the same time?

@MosesHill
Copy link
Author

MosesHill commented Jul 13, 2020 via email

@maxwellhadley
Copy link
Owner

OK, I can see why toggle isn't working: it's a change I introduced when I added the rfx-fan-out node in version 2.10.0 released on 14th February. Many fan types have associated lights which can generally only be toggled on & off. However, the group off command is not affected by the error, and works OK for me.

I notice in your original message the address is different in the group off command example, msg.topic = 'LIVOLO_APPLIANCE/1520/0' instead of msg.topic = 'LIVOLO_APPLIANCE/1522/0' to match the toggle command example. Can you please check you have the correct address? The correct way of sending a group command (any command, if the device supports it) is to replace the unit code - the number after the last '/' in the topic - with 0, and to leave the command unchanged.

@MosesHill
Copy link
Author

MosesHill commented Jul 18, 2020 via email

@maxwellhadley
Copy link
Owner

OK thanks for clearing that up - I found & fixed the toggle bug (I had forgotten to add an else clause) but I was worried in case I had missed another problem. I will merge the fix and publish an update later this evening. Off on a cycle ride first!

@maxwellhadley
Copy link
Owner

Fixed in 2.11.1

@MosesHill
Copy link
Author

MosesHill commented Jul 19, 2020 via email

@maxwellhadley maxwellhadley reopened this Jul 19, 2020
@maxwellhadley
Copy link
Owner

I think this may be related to #99 - something in the installation seems to be breaking. Are you using Home Assistant and/or Docker?

@MosesHill
Copy link
Author

MosesHill commented Jul 20, 2020 via email

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

2 participants