GreenSky MQTT Bridge Plugin (SmartThings Bridge)

Posted on
Fri Nov 02, 2018 9:53 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

That works, but that node type did always work.

The Indigo mqtt node still doesn't work.

When do the superbridge topics get updated, when they change?

The indigo plugin at least needs a manual restart after having opened the config dialog.

Posted on
Fri Nov 02, 2018 9:57 am
jh71283 offline
Posts: 127
Joined: Jun 16, 2014

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

When the pliugin starts, it should publish the superbridge topics to the /GS-Indigo-Autodiscover topic.

Posted on
Fri Nov 02, 2018 10:00 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

I cannot see that.

Posted on
Fri Nov 02, 2018 10:08 am
jh71283 offline
Posts: 127
Joined: Jun 16, 2014

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

Can you please confirm your plugin version? latest is 3.0.1

Thanks

Posted on
Fri Nov 02, 2018 10:10 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

Yes, that's what it says in the about box.

Posted on
Fri Nov 02, 2018 10:14 am
jh71283 offline
Posts: 127
Joined: Jun 16, 2014

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

OK, if you enable debug messages, can you see it trying to send the autodiscover message?

If not I'm just in the process of putting more logging in around that area.

Posted on
Fri Nov 02, 2018 10:17 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

These are the first lines that are logged after a restart of the plugin.
Code: Select all
 GreenSky MQTT Bridge Debug      logger debugging enabled
   Started plugin "GreenSky MQTT Bridge 3.0.1"
   GreenSky MQTT Bridge Debug      startup called
   GreenSky MQTT Bridge Debug      Connected with result code 0
   GreenSky MQTT Bridge Debug      Subscribing to house/devices/wx030-2/level/set
   GreenSky MQTT Bridge Debug      set([<traceback object at 0x1055a9320>, <type 'exceptions.UnicodeDecodeError'>, UnicodeDecodeError('ascii', 'house/scenes/Alle Roll\xc3\xa4den zu copy/execute', 22, 23, 'ordinal not in range(128)')])
   GreenSky MQTT Bridge Debug      Started processing update for house/devices/wx010-2/deviceIsOnline.ui
   GreenSky MQTT Bridge Debug      json ready: {"deviceName": "wx010-2", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
   GreenSky MQTT Bridge Debug      Publishing new Value for house/devices/wx010-2/deviceIsOnline.ui: {"deviceName": "wx010-2", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
   GreenSky MQTT Bridge Debug      Message sent: house/devices/wx010-2/deviceIsOnline.ui | {"deviceName": "wx010-2", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
 

Posted on
Fri Nov 02, 2018 10:29 am
jh71283 offline
Posts: 127
Joined: Jun 16, 2014

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

Version 3.02 has been pushed, can you give that a go?
Thanks!

Posted on
Fri Nov 02, 2018 10:46 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

No GS-Indigo in the log

Code: Select all
 Started plugin "GreenSky MQTT Bridge 3.0.2"
   GreenSky MQTT Bridge Debug      startup called
   GreenSky MQTT Bridge Debug      Connected with result code 0
   GreenSky MQTT Bridge Debug      Subscribing to house/devices/wx030-2/level/set
   GreenSky MQTT Bridge Debug      set([<traceback object at 0x10b58c320>, <type 'exceptions.UnicodeDecodeError'>, UnicodeDecodeError('ascii', 'house/devices/Terrassent\xc3\xbcr/level/set', 24, 25, 'ordinal not in range(128)')])
   GreenSky MQTT Bridge Debug      Started processing update for house/devices/getDistributionInfo/deviceIsOnline.ui
   GreenSky MQTT Bridge Debug      json ready: {"deviceName": "getDistributionInfo", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
   GreenSky MQTT Bridge Debug      Publishing new Value for house/devices/getDistributionInfo/deviceIsOnline.ui: {"deviceName": "getDistributionInfo", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
   GreenSky MQTT Bridge Debug      Message sent: house/devices/getDistributionInfo/deviceIsOnline.ui | {"deviceName": "getDistributionInfo", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
   GreenSky MQTT Bridge Debug      Started processing update for house/devices/wx030-2/deviceIsOnline.ui
   GreenSky MQTT Bridge Debug      json ready: {"deviceName": "wx030-2", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
   GreenSky MQTT Bridge Debug      Publishing new Value for house/devices/wx030-2/deviceIsOnline.ui: {"deviceName": "wx030-2", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
   GreenSky MQTT Bridge Debug      Message sent: house/devices/wx030-2/deviceIsOnline.ui | {"deviceName": "wx030-2", "state": "deviceIsOnline.ui", "newValue": "Download", "oldValue": "Updated"}
   GreenSky MQTT Bridge Debug      Started processing update for house/devices/wx030-3/deviceIsOnline.ui
   Gre

What about those Unicode errors?

Posted on
Fri Nov 02, 2018 10:49 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

I'm also a bit curious the bridge subscribing to the first device instead of publishing it?

Posted on
Fri Nov 02, 2018 10:49 am
jh71283 offline
Posts: 127
Joined: Jun 16, 2014

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

The Unicode errors are definitely the cause, and they are stopping everything. I hoped I had it sorted , but I won’t be around for the next few hours. Can you post on here a few of your action group names with non ascii characters? I’ll try to replicate locally


Sent from my iPhone using Tapatalk

Posted on
Fri Nov 02, 2018 10:56 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

Ok, sure, thanks.
But there are not only action groups with special characters...

Code: Select all
device names:

"Bewegungsmelder Gästeklo"
"Küche Temperatur"
"Küche Tilt/Tamper"
"Küchenfenster"
"Küchenfenster - Tamper Switch"

Action groups:

"Rolläden Küche auf"
"Rolläden Küche zu"
"Tröt"


Hope this helps.
Thank you very much for your support.
Cheers
Wilhelm

Posted on
Fri Nov 02, 2018 3:57 pm
jh71283 offline
Posts: 127
Joined: Jun 16, 2014

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

OK so I have managed to debug the issue.

It all boils down to unicode support in python 2.7 being pretty damn poor, and so my MQTT client (Paho) will fail to subscribe to anything with non ascii characters.

I have therefore worked around it by simply not subscribing to any superbridge topics with non ascii characters, and I apologize for any inconvenience this causes.

Apparently it is better in Python 3 (along with many other things) but we are limited to what the indigo server supports.

I have published version 3.0.3 which has the workaround in there, along with some other stability fixes I found along the way.

Posted on
Sat Nov 03, 2018 2:49 am
Umtauscher offline
User avatar
Posts: 566
Joined: Oct 03, 2014
Location: Cologne, Germany

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

Hi jh,

thank you very much for taking the time trying to fix this.
Version 3.0.3 now seems to behave like you described it. I realize that for an english speaking person this really is no problem at all.

Watching the log, I have now 89 devices that don't get published. I didn't realize that there were so many ...
I doubt though, that unicode in Python is the general problem here, as I have been using many indigo plugins for some years now and never had a problem with those unicode names.
So the base of the problem might be the paho mqtt client. But I know very little about python , maybe Jay could help?

Thanks
Wilhelm

Posted on
Sat Nov 03, 2018 3:43 am
jh71283 offline
Posts: 127
Joined: Jun 16, 2014

Re: GreenSky MQTT Bridge Plugin (SmartThings Bridge)

That's exactly it; the rest of the plugin behaves just fine, it's Paho that is broken Apparently it works in the Python v3 version.

It looks like they have attempted to fix it a few times without success.

Maybe I could look at publishing/ subscribing to the device ID as well, and also modify the Node red nodes to cope with that.

Leave it with me.

Page 7 of 10 1 ... 4, 5, 6, 7, 8, 9, 10

Who is online

Users browsing this forum: No registered users and 8 guests