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 Dimmer and Switch bug fixes #2818

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Livolo Dimmer and Switch bug fixes #2818

merged 1 commit into from
Jul 21, 2021

Conversation

Piscator74
Copy link
Contributor

Already commented on these bugs quite a while back and finally found some time to commit the fixes.
See discussions:

For the update in fromZigbee.js:
I left the original code (msg.data[10] === 7), but that does not work for me.

For the updates in devices.js:
That fixes exceptions related to endpoints (and actually makes the dimmer work in combination with the fix above).

Your branch is up to date with 'origin/fix_livolo'.

Changes to be committed:
    modified:   converters/fromZigbee.js
    modified:   devices/livolo.js
@Koenkk
Copy link
Owner

Koenkk commented Jul 21, 2021

Thanks!

@Koenkk Koenkk merged commit 5a7a61e into Koenkk:master Jul 21, 2021
@resh1309
Copy link

Can I ask a question regarding the Livolo switch. Will this fix be working only with zigbee2mqtt or do you need the Livolo gateway to connect to zigbee2mqtt?

@Piscator74
Copy link
Contributor Author

The livolo dimmer needs to pair one time with the original livolo gateway. After that, you can pair it with zigbee2mqtt and you do not need the livolo gateway anymore. This is an open issue and is discussed in the links above.

The livolo 2-gang switch should work flawlessly.

Note that you cannot connect a Livolo gateway to zigbee2mqtt. That works only with the Livolo app and is proprietary.

@resh1309
Copy link

Thank you for your reply!

I bought the following livolo switch
https://www.livolo.nl/a-64026688/modules-sr-touchschakelaar/livolo-module-sr-zwart-dimmer-universeel-zigbee-wifi-livolo-app/#description

Any experience on this one?

When the livolo switch is paired with the livolo hub, you say that it is possible after that to pair with zigbee2mqtt. Is that only on channel 26 or is that then not necessary anymore to add in yml script?

You also refer to the open issue 1 time registration on luvolo hub, those are still in discussion? Do you mean you are still aiming to get livolo switches up and running without 1 time registration on livolo hub?

@Piscator74
Copy link
Contributor Author

I have a similar dimmer and it works great.

For all the livolo devices you need to configure the 'advanced' settings it as is on the man pages. It will take you some time to set it up when you are trying it for the first time.

This is an open source project, so anyone who has time and the inclination, can fix it.

advanced:
  log_level: info
  ext_pan_id:
    - 33
    - 117
    - 141
    - 25
    - 0
    - 75
    - 18
    - 0
  channel: 26

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

Successfully merging this pull request may close these issues.

3 participants