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.
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!