-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not really learning Codes Sonoff rf bridge #287
Comments
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): Well acutally i need to press some buttons and save it to get to the learning mode, but i just could learn on button1 something the rest of the buttons wont learn something. |
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): The Bridge is still beeping two times when i press on my remote, its like the bridge is not coming out of learning mode |
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): Ok i found the problem elsewhere, the rfbridge has a new layout and causes the problem. |
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): I just played around with tasmota and im also just able to learn one code in tasmota, thats it. Something happend there so its totally incompatible. |
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): Also have the one with the gold antenna. You wont get further with espurna than one code and i think it was just an accident that this was saved ... |
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): You see the codes that you send in the console of tasmota and you can manually configure the buttons. backlog rfsync 10090; rflow 350; rfhigh 950; rfcode #551; rfkey1 4 for example this is the configuration for button 1, you need to change rfkey2 4 for the next |
Original comment by mountaindude (Bitbucket: mountaindude, GitHub: mountaindude): Just to confirm this is an issue, I am seeing the same issue here, with just received Itead bridge. |
Original comment by mountaindude (Bitbucket: mountaindude, GitHub: mountaindude): I still cannot get the Espurna firmware to get into learning mode, but I did find a workaround:
I have confirmed the above with a few different RF outlets and remotes, works flawlessly so far. I have not been able to capture incoming transmissions from RF temperature sensors though, which was the main reason for getting an ITEAD bridge... |
Original comment by mountaindude (Bitbucket: mountaindude, GitHub: mountaindude): Looks like the workaround works for some RF, but not others. --- Edit --- Either way - it is a pretty cumbersome process to manually dig up the codes for all outlets (if you have many outlets, at least), so I would argue that fixing the Espurna code is also a priority. |
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): @mountaindude {"app":"ESPURNA","version":"1.10.0","host":"bridge","ip":"192.168.178.51","mac":"60:01:94:8F:34:B6","rssi":"-76","uptime":"300","freeheap":"24136","relay/0":"0","relay/1":"0","relay/2":"0","relay/3":"0","relay/4":"0","relay/5":"0","vcc":"3190","time":"2017-11-28 03:47:00"} |
Original comment by mountaindude (Bitbucket: mountaindude, GitHub: mountaindude): @tscheerio That looks like a reasonable status message. When you then press a button on an RF remote control, the bridge's hardware will (hopefully!) pick it up and forward it to the Espurna firmware, which will in turn send it out over MQTT. Interestingly enough, multiple presses on the same button result in slightly different rf codes. But that's only expected I guess, those RF remotes are pretty cheap and the timing of the signals they generate will vary a bit over time, resulting in slightly different rf codes. The problem is that the bridge/Espurna only recognise (as far as I can tell) some 433MHz remotes, namely the ones with fixed, pre-set codes. I have had zero success with so called "self learning" outlets and remotes. Finally, it turned out that several different PIR sensors work just fine with Espurna. Not really surprising, as the common denominator of them is the use of PT2660 (I think that's the name of the encoder chip used in many of the simpler rf remote products). |
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): I dont get any rfcode when i press a button on my remote. |
Original comment by skorc99 (Bitbucket: skorc99, GitHub: skorc99): I tested also with tasmota- i managed to learn all devices .. 5... On web UI i can switch on/off all outlets and i recieve RF code with water and door/window sensors- so i can confirm that learning in tasmota is working.. I dont know how to use it with domoticz- espurna is much more simple with IDX for each RF device... I would like to test that also.. Any idea ? U |
There was a stupid typo in the key sent from the web UI to the firmware to start learning mode... it's fixed in dev if someone wants to test it. |
Original comment by skorc99 (Bitbucket: skorc99, GitHub: skorc99): Firmware name Could not save settings- DOMOTICZ ON- not saved i reflashed again- managed to store 1 RF code- but when toggeling on/off it is not working- red light did not flash that command to rf is executed |
Original comment by tscheerio (Bitbucket: C1nds, GitHub: Unknown): Tasmota is NOT decoding the remote control codes but a seperate chip inside the bridge is doing this and if it cannot decode the code it just fails to send the valid learn status to Tasmota. |
Anything in the debug log that would help us find why it is not working? I have an engineering sample of the RFBridge and it works great, it could not have changed much.... |
Original comment by skorc99 (Bitbucket: skorc99, GitHub: skorc99): I tested again: when RFbridge is in AP mode i managed to learn codes, switches are working When i add network and bridge is connected to local network - it is not working. Can someone test... Very strange... i telnet to device but no output when i press LEARN ,or FORGET... edit2: |
Moved it to 1.10.2 to release 1.10.1. I'm waiting for a new RFBridge to arrive so I can test it. |
Duplicate of #344. |
Removing milestone: 1.11.0 (automated comment) |
Originally reported by: tscheerio (Bitbucket: C1nds, GitHub: Unknown)
So i installed espurna 1.9.9 changed the Password wifi address and mqtt.
Then i tried to learn some RF codes, but this is pretty difficult to figure out.
When i press on the learn button nothing happens, i first have to enter manually some stuff click on "save" then click on "save" on the platform itself then "forget" and "save" (on the platform) and then the bridge is beeping once to learn a code. This works so far for Button1.
On Button2 the Bridge is still beeping once to learn and twice to confirm the learning, but theres no code written in there. The code is not invisible or something its just not learned.
I can check this with my remote and to Buttons on the Status Page.
I restarted and reset the Rf bridge several times, but still no new codes are learned.
Sometimes the Bridge is not beeping in the beginning when i press learn instead it is beeping two times when press the send button on my remote.
I dont know what but i think theres something wrong, or do i the mistake?
The text was updated successfully, but these errors were encountered: