arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.18k stars 4.81k forks source link

RF Bridge Saving Codes... struggling #1181

Closed ins4neuk closed 6 years ago

ins4neuk commented 6 years ago

Can any one help me with saving codes on the rf bridge please i'm struggling with getting them to save.

I can get the device to see the codes when i press the button but i have no idea on assigning it to a key. every time i press a key or do one of the rfkey commands i just always get a console line "stat/sonoff/RESULT = {"RfKey1":"Learning active"}"

JulianNaumann commented 4 years ago

Hi all, I still have issues learning the RF codes of my remote socket. I have a Sonoff RF Bridge and try to learn the On/Off codes for this socket: https://www.amazon.de/CSL-Funksteckdosen-Fernbedienung-LEDStatusanzeige-Kindersicherungsschutz/dp/B081K73NY3/ I have the latest Portisch Firmware (0x04) installed on the Bridge, and 8.2.0(tasmota).

Here is the console log:

15:56:43 CMD: rfkey2 2
15:56:43 MQT: stat/sonoff/RESULT = {"RfKey2":"Start learning"}
15:56:44 MQT: tele/sonoff/RESULT = {"Time":"2020-06-14T15:56:44","RfRaw":{"Data":"AAA055"}}
15:57:15 MQT: tele/sonoff/RESULT = {"Time":"2020-06-14T15:57:15","RfRaw":{"Data":"AAA255"}}

Once I enter rfkey2 2, the bridge beeps, but there is no red LED on, which I thought should be on? Also there is no "learning failed" message.

I was able to sniff the codes of the remote with the the rfraw command, but sending the resulting 0xB0 code does not work reliably, only about 10% of the times.

Anybody got any ideas?