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

On triggered 2-4 times RF #692

Open CallumBee opened 5 months ago

CallumBee commented 5 months ago

So I have a ceiling fan that is controlled by a 433MHz remote. I have the full remote copied into the broad link app and it's working like a dream there! My issue is with the plugin sending the on/off signal multiple times, on average it's sent 3 times.

Here is my config:

{ "bridge": { "name": "REMOVED", "username": "REMOVED", "port": 51129, "pin": "REMOVED", "advertiser": "bonjour-hap" }, "accessories": [], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "platform": "BroadlinkRM", "name": "Broadlink RM", "hideScanFrequencyButton": false, "hideLearnButton": false, "hideWelcomeMessage": true, "accessories": [ { "name": "TV Lamp", "type": "switch", "enableAutoOff": false, "data": { "on": "HEX", "off": "HEX" } } ] } ] }

Any help appreciated!