ZigBeeForDomoticZ plugin Wiki

Livolo corner and faq

Overview

Purpose is to document the findings around the Livolo switches and how to get them working with Zigate and the plugin. It is the result of Google findings and own sniffing

Warning

Livolo seems not following the Zigbee standard. Some of the results are :

Prerequisites

Pairing process

  1. Put the Zigate on Channel 26.
    1. You can use the Web GUI by going into Settings page and then putting 26 for the channel.
    2. Still on the Web GUI, you need to go to the Admin page and then do a Software Reset of the Zigate.

    The the Zigate should be on Channel 26. You can cross-check that in the Logs, or in the notifications widget.

  2. Switch the Zigate into Pairing mode, make sure that Domoticz accept new hardware

  3. Trigger the pairing process on the Livolo switch by pressing the livolo switch 6 seconds until you hear a bip

After a while the Livolo should be paired and 2 Widgets should have been created on Domoticz.

PS:

Livolo on channel 11

It looks like a paired Livolo switch on channel 26, can be moved to channel 11. In order to get the Livolo switch to channel 11 - and only 11 - follow the following steps:

The Livolo switch must already be paired on channel 26.

  1. Setup the Zigate channel to 11. Use the Web GUI Settings page and set the channel to 11
  2. Do a Zigate Software reset. Use the Web GUI Admin page and do Zigate Reset

After a while, the Livolo should be switching automatically to channel 11.

Unfortunatly, if you get power outage, you’ll have to delete the corresponding widgets from Domoticz and redo the pairing process on Channel 26.

One model name for 2 products

On and OFF

On and OFF are not based on the Cluster 0x0006, but rather on cluster 0x0008. Don’t ask me why … Livolo migh have a reason for that !

On the Cluster 0x0008 (Level Control) Livolo are using those 2 parameters.

  1. Level which the level you want to move. This is used for the On or Off command
  2. Transition period which express the time to move from the current state to the new one. This is used for the Gang selection (Left or Righ)
Command Level
On 0x6C (108)
Off 0x01 (1)
Gang selection Transition
Left 0x0001 (1)
Right 0x0002 (2)

For exemple if you want to Switch On Gang Right, you’ll have to do Level 0x6C with Transition 0x0002

Advanced

References