Releases, Bugs, Issues, Requests

Posted on
Mon Aug 05, 2019 6:30 pm
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Releases, Bugs, Issues, Requests

Post anything here that's wacky or missing. I'm only going to use this thread until the first official release. After that, it'll be the GitHub issues system.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Wed Aug 07, 2019 9:35 am
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Releases, Bugs, Issues, Requests

Release 0.0.6 : https://github.com/FlyingDiver/Indigo-M ... /tag/0.0.6

Topic matching event trigger working

Added messageReceived Event

Added logging of server stderr
added option for server verbose mode

Added client-id to broker connections

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Wed Aug 07, 2019 6:46 pm
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Releases, Bugs, Issues, Requests

Release 0.0.7 - https://github.com/FlyingDiver/Indigo-M ... /tag/0.0.7

Queued transfers

Removed internal server

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Fri Aug 09, 2019 6:14 am
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: Releases, Bugs, Issues, Requests

Running 0.0.7 :)

When I edit the MQTT Broker Device to Subscribe to a topic, I Add Topic and when I click Save, I am getting this error:
Code: Select all
   MQTT Error                      Error in plugin execution UiValidate:

Traceback (most recent call last):
  File "plugin.py", line 439, in validateDeviceConfigUi
NameError: global name 'broker' is not defined

Posted on
Fri Aug 09, 2019 6:46 am
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Releases, Bugs, Issues, Requests

Oops. I'll fix that right away.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Fri Aug 09, 2019 8:05 am
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Releases, Bugs, Issues, Requests


joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Fri Aug 09, 2019 8:12 am
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: Releases, Bugs, Issues, Requests

That seems to have fixed it - Thanks. :D

Posted on
Fri Aug 09, 2019 5:09 pm
mreyn2005 offline
User avatar
Posts: 161
Joined: Oct 06, 2006

Re: Releases, Bugs, Issues, Requests

I upgraded to 0.0.8, getting the same error

Code: Select all
Aug 9, 2019 at 5:04:52 PM
   MQTT Error                      Error in plugin execution UiValidate:

Traceback (most recent call last):
  File "plugin.py", line 417, in validateDeviceConfigUi
KeyError: (1068979716,)


I disabled the plugin. Stopped the server. Removed the old plugin from the Disabled Plugins folder. Reinstalled. I only filled out the first two panels when setting up a new broker device and clicked Save, and see this error (same error in the UI from the screen shot I posted in the other thread).

Thanks,
Matt

Posted on
Fri Aug 09, 2019 7:09 pm
cuhouse offline
Posts: 144
Joined: Feb 21, 2007
Location: Virginia, USA

Re: Releases, Bugs, Issues, Requests

autolog wrote:
Running 0.0.7 :)

When I edit the MQTT Broker Device to Subscribe to a topic, I Add Topic and when I click Save, I am getting this error:
Code: Select all
   MQTT Error                      Error in plugin execution UiValidate:

Traceback (most recent call last):
  File "plugin.py", line 439, in validateDeviceConfigUi
NameError: global name 'broker' is not defined

0.0.8 Resolved this Error for me also and I am able to add an additional Topic. Thanks!

Indigo 2022.1.2, Big Sur v11.7.1, Dedicated late 2014 Mac Mini, PowerLinc 2413U.

Posted on
Fri Aug 09, 2019 7:15 pm
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Releases, Bugs, Issues, Requests

Release 0.0.9 - https://github.com/FlyingDiver/Indigo-M ... /tag/0.0.9

Fixes the bug Matt ran into with a newly created Broker device.

Lots of other bug fixes, and additions for a surprise feature to be announced tomorrow. It's too late tonight for me to write up the docs on how to use it.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Fri Aug 09, 2019 8:29 pm
mreyn2005 offline
User avatar
Posts: 161
Joined: Oct 06, 2006

Re: Releases, Bugs, Issues, Requests

Working great now, thanks!

Matt

Posted on
Sat Aug 10, 2019 8:25 pm
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Releases, Bugs, Issues, Requests

Release 0.0.10 - https://github.com/FlyingDiver/Indigo-M ... tag/0.0.10

Support for Shims plugin

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sun Aug 11, 2019 7:54 am
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: Releases, Bugs, Issues, Requests

Getting this error in Version 0.0.10:
Code: Select all
   Trigger                         MQTT TEST - SMAPPEE SHIM
   MQTT Error                      Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 110, in deviceUpdated
NameError: global name 're' is not defined


Set up is:
mqtt_smappee_1.png
mqtt_smappee_1.png (59.29 KiB) Viewed 3252 times

Posted on
Sun Aug 11, 2019 7:58 am
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Releases, Bugs, Issues, Requests

Oops. Will get a fix out asap.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sun Aug 11, 2019 8:01 am
FlyingDiver offline
User avatar
Posts: 7190
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Releases, Bugs, Issues, Requests


joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Who is online

Users browsing this forum: No registered users and 4 guests