ghoss / HomeWizard

433MHz Arduino Receiver Code for HomeWizard / Easy Funk System Home Control Transmitters
GNU General Public License v3.0
1 stars 0 forks source link

Is there a spin on / off? #2

Open EWdG opened 6 years ago

EWdG commented 6 years ago

With your "snoop" sketch at https://github.com/ghoss/HomeWizard I have the telegrams from the handheld transmitter of the company Smartwares "Flamingo SF-501 Control" to a so-called intermediate socket of Smartwares "FLAMINGO SF-501P Switch 10.046.01" recorded. When I press ON the transmitter I get the message Off on the monitor and vice versa. Is there a spin or do I interpret something wrong? capture _2018-06-03-05-31-36

ghoss commented 6 years ago

I have only been able to develop and test my code with "HomeWizard" light switches, so it could be possible at this point that another manufacturer might use the on/off bit in the protocol the opposite way for communication between their products.

I plan to add a function to capture "raw" packets for debugging purposes once I receive my ordered 433MHz module. I would then appreciate if you could capture some packets from your devices so I can take a look at them to see if there are also other differences compared to my HomeWizard device transmissions.

micw commented 5 years ago

Same here with this switch: https://www.amazon.de/gp/product/B00WI2H736/ The receiver (same manufacturer) works (switches on when I press "on" although my arduino logs "off"). I just swapped it in my code ;)

Edit: Thank you for that great library!