kiwi-cam / 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
302 stars 96 forks source link

Hex codes not sending since v4.3.1 update #62

Closed benjaminbogdanovic closed 3 years ago

benjaminbogdanovic commented 3 years ago

I updated, set up my TV again, and now the codes won't send from either my RM3 or RM4.

image

image

masterfordev commented 3 years ago

Whats version of homebridge have installed?

benjaminbogdanovic commented 3 years ago

v1.2.3

masterfordev commented 3 years ago

Im on 1.2.2 and no problems. You tried get back to 1.2.2?

kiwi-cam commented 3 years ago

It appears to be an issue in homebridge-upnp: https://github.com/langovoi/homebridge-upnp/issues/10. I know that's not much help but hopefully someone there can come up with a solution.

If it helps, I'm using these versions and not having the issue: homebridge-broadlink-rm-pro@4.3.1 homebridge@1.2.2

I don't have homebridge-upnp

I'll try updating to homebridge@1.2.3 and see if I can recreate the issue too.

benjaminbogdanovic commented 3 years ago

The homebridge-upnp issue has been around for a while, and it was not causing an issue with this plugin. I shall remove it and see.

I shall try homebridge@1.2.2.

Thanks for trying to recreate the issue.

kiwi-cam commented 3 years ago

No issues on homebridge@1.2.3 here either - sorry.

The latest version of this did include a fix for an incorrect format of the MAC address - the first and third octet were swapped. Do you specify hosts by MAC address in your config by chance?

benjaminbogdanovic commented 3 years ago

It was the MAC address issue. I do specify hosts. It might catch a few people out! Thanks for the help!

kiwi-cam commented 3 years ago

I'll update some notes and push another release to help others. Thanks!