Closed rplevka closed 4 years ago
ok, so I actually looked into your code and see there's the run
method. things are much more clear now :)
python yfmos.py run --command DOWN --profile kitchen --host http://192.168.1.148
Sorry for bothering you ;)
Hello, first of all, thanks a lot for all the hard work here!
I followed the instructions and was probably successful in pairing my sonoff RF bridge (tasmota + portisch rf fw) with my somfy shades motor. I sniffed one of the B1 messages, ran it through your script and sent the generated B0 message back via
RfRaw
command via console (the motor was in pairing mode and it confirmed receiving the pairing instruction by moving the shades up/down). However, I have no clue how to carry on... am i supposed to return to the bucket-sniffing mode and capture the codes from all the buttons of my remote, and send them out via bucket-transferring mode? Tried that - no luck.Thanks for hints and sorry as this probably out of scope of this project