Page 2 of 10

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Sat May 19, 2018 4:10 pm
by steinis
Thanks for great plugin. Im using it with HASS,. How do you do it with dimmer status? The switch device only support on/off right?

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Mon May 21, 2018 1:10 am
by durosity
I’m curious, can this be used to mirror indigo devices in ST? I’ve got a couple of things that have direct integration for controlling ST, so if ST was just a mirror of indigo that would make things a bit easier.


Sent from my iPhone using Tapatalk

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Mon May 21, 2018 1:14 am
by jh71283
Yes it can. I've actually got a new version in the works, and so I've largely forgotten the capabilities of v1. I'll get it polished off and uploaded soon :)

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Mon May 21, 2018 4:10 am
by durosity
Oh cool. I’ll have to get a hub to try it out with.

It occurs to me that anyone using Alexa with indigo might find that a suitable solution.


Sent from my iPhone using Tapatalk

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Mon May 21, 2018 4:14 am
by jh71283
durosity wrote:
Oh cool. I’ll have to get a hub to try it out with.

It occurs to me that anyone using Alexa with indigo might find that a suitable solution.


Sent from my iPhone using Tapatalk


My main reason for developing the plugin was for Google Home, so it should be a perfect fit.


Sent from my iPhone using Tapatalk

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Mon May 21, 2018 4:21 am
by durosity
Ah cool.


Sent from my iPhone using Tapatalk

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Wed May 23, 2018 8:27 pm
by rlust
How is this being used with HASS?

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Wed May 30, 2018 5:14 am
by BonfireVA
jh71283 wrote:
Yes it can. I've actually got a new version in the works, and so I've largely forgotten the capabilities of v1. I'll get it polished off and uploaded soon :)

Looking forward to the new plugin! I am currently using HASSIO for my MQTT needs because there just isn't a good reliable option for MQTT support for Indigo. Hoping the new version supports authentication, I have a username / password set on my broker and the current plugin doesn't seem to have a way to set them.

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Wed May 30, 2018 2:21 pm
by steinis
This is what Indigo is missing! Can't wait to test it:)

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Fri Jun 01, 2018 12:35 pm
by AndyVirus
Just tried this plugin with a freshly flashed sonoff basic now running tasmota and HiveHQ broker for speed sake (will change later as free version limits to 25 connections). I created a switch with the plugin, set the command topic to “cmnd/sonoff/power” and hay presto a wifi controlled lamp via indigo for £5.

I cant seem to get status topic to work though. I have subscribed to the topic "stat/sonoff/POWER" which is seen (using debug and using an mqtt viewer) when i press the button on the device to turn the relay on and off "ON" and "OFF" in topic subscription but the status does not change in Indigo, only if i control it via Indigo.

Sorry new to mqtt so terminology may be a bit off.
Thanks for this plugin!

Lastly, is TLS on the roadmap on 8883?

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Mon Jun 04, 2018 3:20 pm
by jh71283
Good news guys!

V2 is now in the plugin store (Pending approval)

Please be aware that this is a breaking change to V1, as the way I handle devices (Not created by the plugin) has changed.

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Mon Jun 04, 2018 3:21 pm
by jh71283

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Mon Jun 04, 2018 4:06 pm
by steinis
wow thanks. Realy happy for this plugin:)

I have an error when trying to enable it:

Code: Select all
   GreenSky MQTT Bridge Error      Error in plugin execution InitializeMain:

Traceback (most recent call last):
  File "plugin.py", line 23, in <module>
ImportError: No module named ptvsd

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Tue Jun 05, 2018 8:19 am
by AndyVirus
Same error here:

Code: Select all
 Stopping plugin GreenSky MQTT Bridge (pid 1301)
   Stopped plugin GreenSky MQTT Bridge
   Upgrading plugin GreenSky MQTT Bridge to newer version 2.0.0 (previous version moved to trash)
   Loading plugin "GreenSky MQTT Bridge 2.0.0"
   Starting plugin "GreenSky MQTT Bridge 2.0.0" (pid 5938)
   GreenSky MQTT Bridge Error      Error in plugin execution InitializeMain:

Traceback (most recent call last):
  File "plugin.py", line 23, in <module>
ImportError: No module named ptvsd

   Stopping plugin "GreenSky MQTT Bridge 2.0.0" (pid 5938)
   Stopped plugin "GreenSky MQTT Bridge 2.0.0"

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

PostPosted: Tue Jun 05, 2018 9:38 am
by jay (support)
That appears to be a Microsoft-specific Python library for debugging - perhaps just an artifact from development that didn't get removed?