ShellyNGMQTT become non responsive with latest Indigo 2022.

Posted on
Fri Mar 31, 2023 8:44 pm
pgershon offline
Posts: 509
Joined: Jul 10, 2004

ShellyNGMQTT become non responsive with latest Indigo 2022.

I have had this problem 4 of 5 days in a row since upgrading. Everything works fine for 24 hours plus or minus, then the devices stop responding to commands. I looked in MQTT Explorer and the commands are not getting there, Reloading MQTT Broker seems to reactivate everything, until it breaks again the next day. I use the devices every evening to turn on the outdoor lighting an hour before sunset and to turn the lights off at 1 AM. I know it's not working when the lights either dont go on or go off.

Looking at my log, although I cannot pinpoint when the broker plugin stopped working, I see some suspicious activity at 1:24 PM (see below). Seems like somehow my Indigo Server on my iMac went into sleep (uncommanded and the machine did not actually go into sleep mode): Any ideas why this might be happening or how to stop (or at least do a work around?)? I am thinking of possibly reloading MQTT Broker before the lights get turned on.

Code: Select all
Mar 31, 2023 at 1:16:13 PM
   Received INSTEON                "Thermostat-Entry Foyer" temperature changed to 68.0

Mar 31, 2023 at 1:17:19 PM
   Received INSTEON                "Thermostat-Entry Foyer" temperature changed to 69.0

Mar 31, 2023 at 1:20:34 PM
   Received INSTEON                "Thermostat-Entry Foyer" temperature changed to 68.0

Mar 31, 2023 at 1:24:30 PM
   Received INSTEON                "Thermostat-TV Room" on (button 2)
   Received sleep notification from system
   Closed connection to PowerLinc 2413U
   ShellyMQTT                      Stopping "Upper Hill Lights MQTT"...
   MQTT Connector                  MQTT Broker Connector: Stopping Device
   TP-Link Devices                 Polling stopped for Basement Bathroom Overhead@192.168.1.240.
   TP-Link Devices                 Polling stopped for Basement Exercise Room Back@192.168.1.233.
   TP-Link Devices                 Polling stopped for Basement Exercise Room1@192.168.1.217.
   TP-Link Devices                 Polling stopped for Basement Exercise Room2@192.168.1.215.
   TP-Link Devices                 Polling stopped for Basement Lower Stairs@192.168.1.216.
   TP-Link Devices                 Polling stopped for basement Lower Stairs Pair1@192.168.1.229.
   TP-Link Devices                 Polling stopped for basement Outside Light@192.168.1.230.
   TP-Link Devices                 Polling stopped for Basement Playroom Back @192.168.1.232.
   MQTT Connector                  MQTT Broker Connector: Disconnecting
   TP-Link Devices                 Polling stopped for Basement Playroom Back pair@192.168.1.231.
   TP-Link Devices                 Polling stopped for Basement Playroom Front@192.168.1.226.
   TP-Link Devices                 Polling stopped for Basement Under Great Room@192.168.1.234.
   TP-Link Devices                 Polling stopped for Basement Water Pump Room@192.168.1.235.
   TP-Link Devices                 Polling stopped for Basement Wine Room@192.168.1.238.
   TP-Link Devices                 Polling stopped for Entry Chandelier@192.168.1.204.
   TP-Link Devices                 Polling stopped for Entry Chandelier on/off@192.168.1.206.
   TP-Link Devices                 Polling stopped for Foyer Sconce@192.168.1.205.
   TP-Link Devices                 Polling stopped for Foyer Sconce on/off@192.168.1.201.
   TP-Link Devices                 Polling stopped for guest bedroom back@192.168.1.237.
   TP-Link Devices                 Polling stopped for guest bedroom front@192.168.1.236.
   TP-Link Devices                 Polling stopped for Kitchen Foyer@192.168.1.222.
   TP-Link Devices                 Polling stopped for kitchen Hanging@192.168.1.219.
   TP-Link Devices                 Polling stopped for kitchen Hanging - S1 on/off@192.168.1.225.
   TP-Link Devices                 Polling stopped for Kitchen Hanging - S2 on/off@192.168.1.207.
   TP-Link Devices                 Polling stopped for Kitchen Overhead #1@192.168.1.220.
   TP-Link Devices                 Polling stopped for Kitchen Overhead #1 - S1 on/off@192.168.1.223.
   TP-Link Devices                 Polling stopped for Kitchen Overhead #1 - S2 on/off@192.168.1.208.
   TP-Link Devices                 Polling stopped for Kitchen Overhead #2@192.168.1.221.
   TP-Link Devices                 Polling stopped for Kitchen Overhead #2 - S1 on/off@192.168.1.224.
   TP-Link Devices                 Polling stopped for Kitchen Overhead #2 - S2 on/off@192.168.1.209.
   TP-Link Devices                 Polling stopped for Living Room Hall - S2 on/off@192.168.1.210.
   TP-Link Devices                 Polling stopped for Master Bath Mirror@192.168.1.202.
   TP-Link Devices                 Polling stopped for Master Bath Overhead@192.168.1.203.
   TP-Link Devices                 Polling stopped for Office Lights@192.168.1.212.
   TP-Link Devices                 Polling stopped for Pool House Outside@192.168.1.213.
   TP-Link Devices                 Polling stopped for Step Sconces@192.168.1.214.
   TP-Link Devices                 Polling stopped for Step Sconces on/off@192.168.1.211.
   TP-Link Devices                 Polling stopped for TV Room Left BOTTOM Outlet@192.168.1.239.
   TP-Link Devices                 Polling stopped for TV Room Lights@192.168.1.227.
   TP-Link Devices                 Polling stopped for TV Room Sconce@192.168.1.228.

Mar 31, 2023 at 1:25:04 PM
   Squeezebox Plugin               Squeezeplayer not running
   Squeezebox Plugin               Reached stop concurrent thread command.
   Squeezebox Plugin Error         plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   LinkPlay_Device Error           Error in plugin execution:

Traceback (most recent call last):
  File "plugin.py", line 108, in runConcurrentThread
    self.updateMusicProperties()
  File "plugin.py", line 58, in updateMusicProperties
    status = requests.get("http://"+theIP+"/httpapi.asp?command=getPlayerStatus")
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/api.py", line 71, in get
    return request('get', url, params=params, **kwargs)
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/api.py", line 57, in request
    return session.request(method=method, url=url, **kwargs)
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/sessions.py", line 477, in request
    resp = self.send(prep, **send_kwargs)
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/sessions.py", line 587, in send
    r = adapter.send(request, **kwargs)
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/adapters.py", line 481, in send
    raise ConnectionError(e, request=request)
ConnectionError: HTTPConnectionPool(host='192.168.1.136', port=80): Max retries exceeded with url: /httpapi.asp?command=getPlayerStatus (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fecd809d450>: Failed to establish a new connection: [Errno 50] Network is down',))

   LinkPlay_Device Error           plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Mar 31, 2023 at 1:29:34 PM
   Squeezebox Plugin               Squeezeplayer not running
   Squeezebox Plugin               Reached stop concurrent thread command.
   Squeezebox Plugin Error         plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   LinkPlay_Device Error           Error in plugin execution:

Traceback (most recent call last):
  File "plugin.py", line 108, in runConcurrentThread
    self.updateMusicProperties()
  File "plugin.py", line 58, in updateMusicProperties
    status = requests.get("http://"+theIP+"/httpapi.asp?command=getPlayerStatus")
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/api.py", line 71, in get
    return request('get', url, params=params, **kwargs)
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/api.py", line 57, in request
    return session.request(method=method, url=url, **kwargs)
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/sessions.py", line 477, in request
    resp = self.send(prep, **send_kwargs)
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/sessions.py", line 587, in send
    r = adapter.send(request, **kwargs)
  File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/IndigoPluginHost.app/Contents/Resources/PlugIns/requests/adapters.py", line 481, in send
    raise ConnectionError(e, request=request)
ConnectionError: HTTPConnectionPool(host='192.168.1.136', port=80): Max retries exceeded with url: /httpapi.asp?command=getPlayerStatus (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fece00b1590>: Failed to establish a new connection: [Errno 50] Network is down',))

   LinkPlay_Device Error           plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   DSC Alarm Error                 Connection RX Error: read failed: [Errno 54] Connection reset by peer
   DSC Alarm Error                 Tried to send data but socket seems to have closed.  Trying to re-initialize.
   DSC Alarm                       Initializing communication at address: 192.168.1.11:4025
   DSC Alarm                       Communication established
   DSC Alarm                       Connected to Envisalink.
   Received awake notification from system
   MQTT Connector                  MQTT Broker Connector: Starting Device
   NuVo Grand Concerto             Just added: Z11 to zonedev
   TP-Link Devices Error           (plugin_base.py:_device_enum_and_start_comm:1271): exception in device_start_comm(Basement Bath Fan): 'key deviceId not found in dict'
   NuVo Grand Concerto             Just added: Z03 to zonedev
   TP-Link Devices Error           (plugin_base.py:_device_enum_and_start_comm:1271): exception in device_start_comm(Basement Bath Shower): 'key deviceId not found in dict'
   NuVo Grand Concerto             Just added: Z13 to zonedev
   NuVo Grand Concerto             Just added: Z02 to zonedev
   Sonos                           Adding ZonePlayer: 192.168.1.181, RINCON_949F3E25590A01400, Sonos Player
   TP-Link Devices                 Polling started for Basement Bathroom Overhead@192.168.1.240.
   ShellyMQTT                      Starting "Upper Hill Lights MQTT"...
   NuVo Grand Concerto             Just added: Z06 to zonedev
   NuVo Grand Concerto             Just added: Z09 to zonedev
   TP-Link Devices                 Polling started for Basement Exercise Room Back@192.168.1.233.
   NuVo Grand Concerto             Just added: Z04 to zonedev
   NuVo Grand Concerto             Just added: Z01 to zonedev
   MQTT Connector                  MQTT Broker Connector: Subscribing to: shellies-ng/# (0)
   MQTT Connector                  MQTT Broker Connector: Subscribing to: shellies/# (0)
   TP-Link Devices                 Polling started for Basement Exercise Room1@192.168.1.217.
   NuVo Grand Concerto             Just added: Z10 to zonedev
   NuVo Grand Concerto             Just added: Z07 to zonedev
   TP-Link Devices                 Polling started for Basement Exercise Room2@192.168.1.215.
   NuVo Grand Concerto             Just added: Z14 to zonedev
   NuVo Grand Concerto             Just added: Z08 to zonedev
   NuVo Grand Concerto             Just added: Z05 to zonedev
   TP-Link Devices                 Polling started for Basement Lower Stairs@192.168.1.216.
   NuVo Grand Concerto             Just added: Z12 to zonedev
   TP-Link Devices                 Polling started for basement Lower Stairs Pair1@192.168.1.229.
   TP-Link Devices                 Polling started for basement Outside Light@192.168.1.230.
   TP-Link Devices                 Polling started for Basement Playroom Back @192.168.1.232.
   TP-Link Devices                 basement Lower Stairs Pair1 found set to Off
   TP-Link Devices                 Polling started for Basement Playroom Back pair@192.168.1.231.
   TP-Link Devices                 Polling started for Basement Playroom Front@192.168.1.226.
   TP-Link Devices                 Polling started for Basement Under Great Room@192.168.1.234.
   TP-Link Devices                 Polling started for Basement Water Pump Room@192.168.1.235.
   TP-Link Devices                 Polling started for Basement Wine Room@192.168.1.238.
   TP-Link Devices                 basement Outside Light found set to Off
   TP-Link Devices                 Basement Playroom Back pair found set to Off
   TP-Link Devices                 Polling started for Entry Chandelier@192.168.1.204.
   TP-Link Devices                 Polling started for Entry Chandelier on/off@192.168.1.206.
   TP-Link Devices                 Basement Wine Room found set to Off
   TP-Link Devices                 Basement Under Great Room found set to Off
   TP-Link Devices                 Polling started for Foyer Sconce@192.168.1.205.
   TP-Link Devices                 Polling started for Foyer Sconce on/off@192.168.1.201.
   TP-Link Devices                 Polling started for guest bedroom back@192.168.1.237.
   TP-Link Devices                 Basement Bathroom Overhead found set to On
   TP-Link Devices                 Entry Chandelier on/off found set to Off
   TP-Link Devices                 Polling started for guest bedroom front@192.168.1.236.
   TP-Link Devices Error           (plugin_base.py:_device_enum_and_start_comm:1271): exception in device_start_comm(guest bedroom hall / a): 'key deviceId not found in dict'
   TP-Link Devices Error           (plugin_base.py:_device_enum_and_start_comm:1271): exception in device_start_comm(Guest Hall): 'key deviceId not found in dict'
   TP-Link Devices                 Basement Water Pump Room found set to Off
   TP-Link Devices                 Polling started for Kitchen Foyer@192.168.1.222.
   TP-Link Devices                 Foyer Sconce on/off found set to Off
   TP-Link Devices                 Polling started for kitchen Hanging@192.168.1.219.
   TP-Link Devices                 Polling started for kitchen Hanging - S1 on/off@192.168.1.225.
   TP-Link Devices                 Polling started for Kitchen Hanging - S2 on/off@192.168.1.207.
   TP-Link Devices                 Basement Exercise Room Back found set to On
   TP-Link Devices                 Polling started for Kitchen Overhead #1@192.168.1.220.
   TP-Link Devices                 Basement Exercise Room1 found set to On
   TP-Link Devices                 Polling started for Kitchen Overhead #1 - S1 on/off@192.168.1.223.
   NuVo Grand Concerto             concerto-Bathroom is Off
   TP-Link Devices                 Polling started for Kitchen Overhead #1 - S2 on/off@192.168.1.208.
   TP-Link Devices                 Basement Exercise Room2 found set to On
   TP-Link Devices                 Polling started for Kitchen Overhead #2@192.168.1.221.
   TP-Link Devices                 Basement Lower Stairs found set to On
   TP-Link Devices                 Kitchen Hanging - S2 on/off found set to Off
   TP-Link Devices                 Polling started for Kitchen Overhead #2 - S1 on/off@192.168.1.224.
   TP-Link Devices                 kitchen Hanging - S1 on/off found set to Off
   TP-Link Devices                 Kitchen Overhead #1 - S1 on/off found set to Off
   TP-Link Devices                 Polling started for Kitchen Overhead #2 - S2 on/off@192.168.1.209.
   TP-Link Devices                 Kitchen Overhead #1 - S2 on/off found set to Off
   TP-Link Devices                 Polling started for Living Room Hall - S2 on/off@192.168.1.210.
   TP-Link Devices                 Polling started for Master Bath Mirror@192.168.1.202.
   TP-Link Devices                 Polling started for Master Bath Overhead@192.168.1.203.
   TP-Link Devices                 Polling started for Office Lights@192.168.1.212.
   TP-Link Devices                 Polling started for Pool House Outside@192.168.1.213.
   TP-Link Devices                 Kitchen Overhead #2 - S1 on/off found set to Off
   TP-Link Devices                 Polling started for Step Sconces@192.168.1.214.
   TP-Link Devices                 Basement Playroom Front found set to On
   TP-Link Devices                 Polling started for Step Sconces on/off@192.168.1.211.
   TP-Link Devices                 guest bedroom front found set to Off
   TP-Link Devices                 Living Room Hall - S2 on/off found set to Off
   TP-Link Devices                 Kitchen Overhead #2 - S2 on/off found set to Off
   TP-Link Devices                 Polling started for TV Room Left BOTTOM Outlet@192.168.1.239.
   TP-Link Devices                 Basement Playroom Back  found set to On
   TP-Link Devices                 Entry Chandelier found set to Off
   TP-Link Devices                 Step Sconces on/off found set to Off
   TP-Link Devices                 kitchen Hanging found set to Off
   TP-Link Devices                 guest bedroom back found set to Off
   TP-Link Devices                 TV Room Left BOTTOM Outlet -TV Room Bottom Left found set to On
   TP-Link Devices                 Kitchen Foyer found set to Off
   TP-Link Devices                 Foyer Sconce found set to Off
   NuVo Grand Concerto             concerto-Bedroom is Off
   TP-Link Devices                 Kitchen Overhead #1 found set to Off
   TP-Link Devices                 Pool House Outside found set to Off
   TP-Link Devices                 Step Sconces found set to Off
   TP-Link Devices                 Kitchen Overhead #2 found set to Off
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 51 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 52 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 53 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 54 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 55 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 56 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 57 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 58 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 59 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 60 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 61 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 62 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 63 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 64 messages pending
   NuVo Grand Concerto             concerto-Deck is Off
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 65 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 66 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 67 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 68 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 69 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 70 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 71 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 72 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 73 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 74 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 75 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 76 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 77 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 78 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 79 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 80 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 81 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 82 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 83 messages pending
   TP-Link Devices                 Office Lights found set to Off
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 84 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 85 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 86 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 87 messages pending
   TP-Link Devices                 Master Bath Overhead found set to Off
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 88 messages pending
   TP-Link Devices                 Master Bath Mirror found set to Off
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 89 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 90 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 91 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 92 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 93 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 94 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 95 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 96 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 97 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 98 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 99 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 100 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 101 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 102 messages pending
   TP-Link Devices                 Polling started for TV Room Left TOP Outlet@192.168.1.239.
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 103 messages pending
   TP-Link Devices                 Polling started for TV Room Lights@192.168.1.227.
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 104 messages pending
   TP-Link Devices                 Polling started for TV Room Sconce@192.168.1.228.
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 105 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 106 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 107 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 108 messages pending
   NuVo Grand Concerto             concerto-Dining Room is Off
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 109 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 110 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 111 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 112 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 113 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 114 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 115 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 116 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 117 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 118 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 119 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 120 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 121 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 122 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 123 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 124 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 125 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 126 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 127 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 128 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 129 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 130 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 131 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 132 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 133 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 134 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 135 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 136 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 137 messages pending
   MQTT Connector Warning          Queue for message type 'shellies-ng' has 138 messages pending
   NuVo Grand Concerto             concerto-Exercise Room is Off
   TP-Link Devices                 TV Room Sconce found set to Off
   TP-Link Devices                 TV Room Lights found set to On
   NuVo Grand Concerto             concerto-Hall is Off
   Sonos                           LineIn: Removed: RINCON_949F3E25590A01400, Audio Component:TV Room
   Sonos                           LineIn: RINCON_949F3E25590A01400, Audio Component:TV Room
   NuVo Grand Concerto             concerto-kitchen is Off
   NuVo Grand Concerto             concerto-Living Room is Off
   NuVo Grand Concerto             concerto-office is Off
   NuVo Grand Concerto             concerto-Playroom is Off
   NuVo Grand Concerto             concerto-Pool is Off
   NuVo Grand Concerto             concerto-Tennis Court is Off
   NuVo Grand Concerto             concerto-TV Room is Off
   NuVo Grand Concerto             concerto-Upper Patio is Off
   Connected to PowerLinc 2413U interface on port usbserial-A60332O9
   PowerLinc address 34.7A.BB, firmware version 9.14

Mar 31, 2023 at 1:30:16 PM
   TP-Link Devices                 1 timeouts - Normal polling resuming for device Master Bath Mirror
   TP-Link Devices                 1 timeouts - Normal polling resuming for device Master Bath Overhead

Mar 31, 2023 at 1:30:51 PM
   TP-Link Devices                 1 timeouts - Normal polling resuming for device Master Bath Overhead
   TP-Link Devices                 1 timeouts - Normal polling resuming for device Office Lights

Mar 31, 2023 at 1:33:44 PM
   Received INSTEON                "Thermostat-TV Room" off (button 2)
   Received INSTEON                "Thermostat-TV Room" off (all linked devices)

Mar 31, 2023 at 1:34:08 PM
   Received INSTEON                "Thermostat-TV Room" temperature changed to 71.0

Mar 31, 2023 at 1:34:59 PM
   Received INSTEON                "Thermostat-Master Bedroom" temperature changed to 68.0

Mar 31, 2023 at 1:38:27 PM
   Received INSTEON                "Thermostat-TV Room" temperature changed to 72.0

Mar 31, 2023 at 1:38:51 PM
   Error                           reflector connection test failed: unable to connect to server
   Warning                         reflector reconnection scheduled in 5 seconds
   Reflector                       restarting reflector connection to https://hamptons20mile.indigodomo.net

Mar 31, 2023 at 1:40:54 PM
   TP-Link Devices                 1 timeouts - Normal polling resuming for device TV Room Left BOTTOM Outlet

Mar 31, 2023 at 1:42:45 PM
   Received INSTEON                "Thermostat-TV Room" temperature changed to 71.0
   DSC Alarm                       Alarm Zone 'Main Doors' Opened.
   DSC Alarm                       Alarm Zone 'Main Doors' Closed.

Mar 31, 2023 at 1:45:17 PM
   Received INSTEON                "Thermostat-Living Room" temperature changed to 69.0

Mar 31, 2023 at 1:45:52 PM
   TP-Link Devices                 1 timeouts - Normal polling resuming for device Master Bath Mirror

Mar 31, 2023 at 1:46:17 PM
   Received INSTEON                "Basement Top" off
   Trigger                   

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 5 guests