t0mer / broadlinkmanager-docker

Broadlink Manager is a python based project that allows you to contorol your broadlink devices. Discover, Leran and send command in a very easy way
Apache License 2.0
259 stars 56 forks source link

Waiting for signal after learning #36

Closed djtomybcn closed 2 years ago

djtomybcn commented 3 years ago

image

When I try to learn a code either Rf or IR on my RM4 pro, it does not show me the read code. The process works fine until it has to show the code. any ideas?

Broadlink Manager Version 3.0.5 RM4 Pro - 0x61a2 - Firmware v52079

andthewindcry commented 3 years ago

i am also having this exact issue. it just hangs on waiting for signal but status says IR Data Received . .

RM mini 3 by Broadlink Firmware: 44057

robbeh1 commented 3 years ago

same here - RM Mini 3 (0x5f36)

What is supposed to happen next? I'd be happy if I could just see the code to be fair :)

andthewindcry commented 3 years ago

it is supposed to spit out a code so you can use it in a switch.
Screenshot_1

robbeh1 commented 3 years ago

haha that would solve all my problems, alas it is not working for me, I suspect its due to the newer hardware/firmware - I cant seem to get anything to extract codes from it - although its just fine at learning them itself :(

andthewindcry commented 3 years ago

gave up and just followed this guide doing it directly in HA. works a treat. https://www.youtube.com/watch?v=lWCHZm9xWno&t=49s

tamtam1111 commented 3 years ago

I had the same problem. A look at the console showed me an error loading ga (google analytics) in hex.js. After commenting out the two lines with ga in hex.js, it now works as expected.

robbeh1 commented 3 years ago

That has worked for me too - thanks @tamtam1111 :)

t0mer commented 2 years ago

I will remove / Replace GA Code in the next version