Control Livolo switches / Livolo switch library

Spc,

I'm a newbie on GIT, but I think I managed to create a share to my repository (fingers crossed). You should be able to find the Livolo sniffer code at: GitHub - platenspeler/LamPI-3.x: LamPI in node.js and then in subdir receivers/sniffer. For raspberry: Sniffer contains support for klikaanklikuit, action/impuls, Livolo, Kopou and a few other remotes with 24-bit codes...

  • unpack the branch in dir /home/pi/ (or use your own)
  • cd /home/pi/receivers/sniffer
  • make
  • sudo ./sniffer -v -s -t
    The flags are for: verbose + statistics (per remote) + test (gives all pulse timings too).

You will have to modify the interrupt handling/registration in the main program which is (slightly) different for Arduino. Probably the timing is almost equal for both devices so that should not be a problem.

Let me know if you encounter difficulties with GIT or so.

regards,

Maarten