Hello,
I'm fighting with Home Easy appliances. Unfortunately the Hacking wiki page does refer in this matter to... a not existing site.
In the end I know three things:
- The protocol consists of 24 bits (I've found it out by RCswitch library readying the remote and came sure when read some lines of the Home Easy library.
- There are 3 data types inside - the sender, the recipent and the on/off bit
- The last bit makes the change between on and off.
One set is like this:
0101 0100 0101 0001 0001 0101 - on
0101 0100 0101 0001 0001 0100 - off
The very outdated library interprets this signals as:
Sender: 7
Recipent: 11
boolean: On/off (respectively)
What i need is the recipe how to create new codes for new appliances. I have a cheap remote with only one channel - two buttons, (this is where i have the code from). Now i have more sockets and want to conrol them separately. Each socket can learn the code so .. if i know how to creat new codes like the one above - i will be able to teach a different one to each socket.
Thanks for your input.