Sandeep Gupta

Results 65 comments of Sandeep Gupta

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?

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

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

right now the server just supports mqtt using username / password. since i am using the npm mqtt i guess you could configure to use tls over mqtt to connect...

If you have device / sensors in Hass I believe u don’t even have to create a config - this is the legacy implementation that I continue to support. So...

Okay u can do it two ways First Can u pls provide the topic format for subs and pubs that these native hass devices r publishing? Is it the same...

How did u install this ? Did u use docker image or NPM? I must have messed up somewhere in an upload - didn’t mean to upload my config files...

okay one more try: if you look at config file ``` Suffix for the topics that receive state from SmartThings $PREFACE/$DEVICE_NAME/$PROPERTY/$STATE_READ_SUFFIX # Your physical device or application should subscribe to...

MAC address should be aa:bb:cc:dd:ee:ff format looks like your ST is not sending subscription to the server so no communication between ST and server yet. also looks like you are...

it does work. Lets say you have a virtual switch. When you press on button in virtual switch - the hub will generate an event [device][attribute][command/payload]. smartapp will take that...