Control Livolo switches from Raspberry Pi
This is based LivoloTx with modification for using the wiringPi library.
Info collected from Arduino forum thread
Typically remote IDs are 16 bit unsigned value but not all of them are valid. Keycodes are 7 bit values.
Remote ID calculation: remoteID = 1 + N*3;
Where N is any integer number you choose starting from 0 to 21884 (should not exceed 65535)
Examples: 1,4,7,10,13,...,6400,6403,6406....
Keycodes for full size remote:
Keycodes for mini remote: