AlexanderBabel / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
46 stars 11 forks source link

Device code 5f36 #75

Open josehipo opened 4 years ago

josehipo commented 4 years ago

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!

kiwi-cam commented 4 years ago

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.

josehipo commented 4 years ago

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 }] }] } }] }] }

FabrizioCivic commented 4 years ago

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

fupzlito commented 4 years ago

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.

owendyne commented 4 years ago

Did this issue ever get resolved?

manuchis commented 4 years ago

Did this issue ever get resolved?

See my answer here: https://github.com/lprhodes/homebridge-broadlink-rm/issues/600#issuecomment-640186511