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
303 stars 96 forks source link

[homebridge-broadlink-rm-pro] This plugin generated a warning from the characteristic 'Current Relative Humidity': characteristic value expected valid finite number and received "undefined" (undefined). #703

Open joelgamal opened 4 months ago

joelgamal commented 4 months ago

I am trying to use Sharp AC IR of Broadlink RM4C mini (It's already defined in broadlink app) but it's completely unresponsive and I am getting this warning [homebridge-broadlink-rm-pro] This plugin generated a warning from the characteristic 'Current Relative Humidity': characteristic value expected valid finite number and received "undefined" (undefined).

Here is the configuration: { "platform": "BroadlinkRM", "name": "BroadlinkRM", "hosts": [ { "address": "192.168.x.xxx", "mac": "xx:xx:xx:xx:xx:xx, "isRM4": true } ], "accessories": [ { "name": "Example Air Conditioner", "type": "air-conditioner" } ] }

Should I use the learn option?