sgupta999 / mqtt-bridge-smartthings

MQTT Bridge To SmartThings [MBS]
MIT License
27 stars 15 forks source link

Known Working devices #7

Open rhamblen opened 4 years ago

rhamblen commented 4 years ago

Although this should work with any mqtt exposed interface i will try to document all working device here that have been tested by users and know to be working.

Tested by sgupta999

Tested by rhamblen

Tested by robross0606

sgupta999 commented 4 years ago

Glad to hear they are all working I can add Sonoff basic wemos d1

on the custom device handler are you using processMQTT action method or a custom one?

rhamblen commented 4 years ago

ive got it working with iFan03 (all the MQTT packets passing both ways and contolling the fan speed and lights; processMQTT working properly to interpret Fanspeed but ignore everything else... needed to look at stat/x/RESULT to get fanspeed but that means I've got to check what to interpret and what to ignore!) im just finishing a decent device handler. Bonus...because it is Tasmota, it should work with the iFan02 as well.

sgupta999 commented 4 years ago

You have got to get the sonoff RF bridge - takes this to a whole new level. I can get any cheapo rf transmitter physical switch from aliexpress stick that switch anywhere and control one -> one or one->many any number of RF or non-rf devices with these physical switches they don't even have to be tasmotized or wifi or mqtt enabled because the the RF bridge can act as the MQTT hub for all non mqtt devices translating RF signals to MQTT messges to mbs-server.

i just used an rf switch to control a legacy x10 lamp that is exposed through HABridge. No new device handlers - just simple change in config in the config file

sgupta999 commented 4 years ago

Also robross0606 has confirmed the legacy part of the bridge works with HassIO without config file

rhamblen commented 4 years ago

moved info to wiki