Page 1 of 1

ShellyMQTT Error

PostPosted: Sat Aug 13, 2022 9:18 am
by CliveS
Aaron,

I deleted a Shelly UNI that died from Indigo and now every 15 seconds I get the following error

Code: Select all
13 Aug 2022 at 16:10:15
   ShellyMQTT Error                Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 1076, in discoverShelly
KeyError: (126000364,)


13 Aug 2022 at 16:10:30
   ShellyMQTT Error                Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 1076, in discoverShelly
KeyError: (126000364,)


Re: ShellyMQTT Error

PostPosted: Sat Aug 13, 2022 9:20 am
by aaronlionsheep
CliveS wrote:
Aaron,

I deleted a Shelly UNI that died from Indigo and now every 15 seconds I get the following error

Code: Select all
13 Aug 2022 at 16:10:15
   ShellyMQTT Error                Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 1076, in discoverShelly
KeyError: (126000364,)


13 Aug 2022 at 16:10:30
   ShellyMQTT Error                Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 1076, in discoverShelly
KeyError: (126000364,)



Hmm thanks for raising this, I will need to dig into the code.

The "solution" for now would be to restart ShellyMQTT and the plugin will no longer reference that device.

Re: ShellyMQTT Error

PostPosted: Sat Aug 13, 2022 9:23 am
by aaronlionsheep
Do you have a schedule running that is executing the plugin action of "Discover Shelly" on that old Uni device? The section of code where that is occurring seems to only be called from a plugin action.

EDIT: It would be "Discover Single Shelly..."

Re: ShellyMQTT Error

PostPosted: Sat Aug 13, 2022 9:42 am
by CliveS
aaronlionsheep wrote:
Do you have a schedule running that is executing the plugin action of "Discover Shelly" on that old Uni device? The section of code where that is occurring seems to only be called from a plugin action.

EDIT: It would be "Discover Single Shelly..."


Whoops, yes I had a schedule running!