AlexanderBabel/homebridge-broadlink-rm

Device code 5f36

Opened this issue · 6 comments

Please, could you update broadlinkjs-rm module version to be able to use homebridge-broadlink-rm-tv with the latest Broadlink Mini 3 (device code 5f36).
Thank you!

Hi @josehipo. Version 4.1 onwards uses the latest version of broadlinkjs-rm. We're just waiting on @AlexanderBabel to push the latest to npm. In the meantime, you could install straight from Github using this:
npm install -g git+https://github.com/AlexanderBabel/homebridge-broadlink-rm

@AlexanderBabel - you talked previously about setting up my access to npmjs. Happy to revisit this if you'd like.

Thank you @kiwi-cam. I had been able to install the plugin and it recognizes my Broadlink. I also can see in logs the code is sent when I turn on/off the TV but the Broadlink do nothing; learn button start but I don't get any code. The blue light of my Broadlink doesn't blink. I also think my config.json is ok.
No idea what more can I do... Maybe I should give up and go on using my TV remote :-(
I really appreciate your help

{
"bridge": {
"name": "Homebridge 3C9B",
"username": "0E:XX:XX:XX:XX:XX",
"port": 51472,
"pin": "XXX-XX-XXX"
},
"accessories": [],
"platforms": [{
"platform": "BroadlinkRM",
"name": "Broadlink RM",
"hideScanFrequencyButton": false,
"hideLearnButton": false,
"hideWelcomeMessage": false,
"accessories": [{
"name": "Tele",
"type": "tv",
"pingIPAddress": "192.168.1.125",
"pingFrequency": 120,
"pingIPAddressStateOnly": true,
"data": {
"off": "26008...",
"on": "26008...",
"remote": {
"select": "26008...",
"arrowUp": "26008...",
"arrowDown": "26008...",
"arrowLeft": "26008...",
"arrowRight": "26008...",
"back": "26008...",
"exit": "26008...",
"playPause": "26008...",
"info": "26008..."
},
"powerMode": {
"show": "26008..."
},
"volume": {
"up": "26008...",
"down": "26008..."
},
"inputs": [{
"name": "TV",
"type": "other",
"data": [{
"data": "26008...",
"pause": 0.3
}]
}, {
"name": "ATV",
"type": "hdmi",
"data": [{
"data": "26008...",
"pause": 0.3
}]
}]
}
}]
}]
}

Ho do i install this update using docker?
.. i have updated it but the problem is the same...

It still doesn't work on the latest broadlinkjs-rm with either broadlink-rm or broadlink-rm-tv. Cant learn any code, I only get a time-out. They already fixed it on broadlink-python.

Did this issue ever get resolved?

Did this issue ever get resolved?

See my answer here: lprhodes#600 (comment)