Julian Naumann
Julian Naumann
I got rid of my Sonoff bridge as nobody seems to be active around this project anymore. I got a Broadlink RM Pro, can recommend.
Your device is not yet supported by this plugin. Somebody else forked it and added partial support for your device. The new plugin is this: https://github.com/kiwi-cam/homebridge-broadlink-rm Install it like this:...
This work supports it https://github.com/kiwi-cam/homebridge-broadlink-rm
There seems to be a bug with type:tv devices, as there is a fork which supposedly specifically supports TVs. Try this fork: https://github.com/kiwi-cam/homebridge-broadlink-rm by installing it like this: ```npm i...
Whats the downside to leaving it at type:switch instead of type:tv? I am not really familiar with this yet either, im just starting out using it 😄
i just set up my config using ```type:tv``` and it works. Try removing most devices and one by one adding them back in, to see which devices seem to be...
Here you go: Config: ``` { "bridge": { "name": "Homebridge C38F", "username": "xxx", "port": 51017, "pin": "xxx" }, "accessories": [], "platforms": [ { "platform": "BroadlinkRM", "name": "Broadlink RM", "hideScanFrequencyButton": true,...
Yes, I only have 1 device, I think that's your issue. One thing I noticed while looking at your config: I think each broad link device should be added as...
yeah, i'll help you. please give me your complete config, and ill try to fix it!
Here, have a look at this. What I did was create two "platform" entries, one for each device. I would guess that is how it is supposed to be used....