pimatic / rfcontroljs

nodejs modul with protocol support for different 433mhz switches and weather stations for the RFControl Arduino library.
GNU General Public License v3.0
49 stars 54 forks source link

Added home easy advanced #38

Closed Xento closed 9 years ago

Xento commented 9 years ago

When sending the message is one bit longer than the received one, but it works. Original: 110001111001011110001111001101001101110101010110101100011 Send: 1100011110010111100011110011010011011101010110110101100011

Could not test the groupfeature because I only have simple wallswitches without "all on/off" button. The unit seems to be the same on all switches.

sweetpi commented 9 years ago

Could you convert this to a corresponding coffeescript file in src?

Xento commented 9 years ago

I will try my best. How to compile it? Is it the same as the other files that it is compiled when I start pimatic?

sweetpi commented 9 years ago

Info about the compilation process can be found in the readme: https://github.com/pimatic/rfcontroljs#preparation

Xento commented 9 years ago

I now created the coffescript file