Lutron repeater disconnects

Posted on
Thu Sep 10, 2020 7:32 pm
docbjr offline
Posts: 98
Joined: Mar 12, 2017

Re: Lutron keypads

I don't.
I removed every device related to Lutron from Indigo and re-added a new Gateway with the following result..
Code: Select all
Sep 10, 2020 at 9:29:17 PM
   Lutron RRA2/Caséta Debug       validateDeviceConfigUi: typeId = ipGateway, devId = 1194537712
   Lutron RRA2/Caséta             new device: Running IP Start
   Lutron RRA2/Caséta             new device: Connecting via IP to 192.168.200.108:23
   Lutron RRA2/Caséta Error       Error in plugin execution ServerReplacedElem:

Traceback (most recent call last):
  File "plugin.py", line 437, in deviceUpdated
  File "/Library/Application Support/Perceptive Automation/Indigo 7.4/IndigoPluginHost.app/Contents/Resources/PlugIns/plugin_base.py", line 1179, in deviceUpdated
  File "plugin.py", line 674, in deviceStartComm
  File "plugin.py", line 105, in start
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py", line 211, in __init__
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py", line 227, in open
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 575, in create_connection
error: [Errno 61] Connection refused

Posted on
Thu Sep 10, 2020 7:41 pm
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Lutron keypads

Install this version: https://github.com/FlyingDiver/Indigo-r ... /tag/7.3.3

Won't fix anything, but should give a better error message.

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

Posted on
Fri Sep 11, 2020 7:48 am
docbjr offline
Posts: 98
Joined: Mar 12, 2017

Re: Lutron keypads

While I was looking at the devices that were attached to ethernet here in the house, I found an Insteon Hub that I had used years ago, model 2245-222. On a hunch, I removed it and rebooted to success. Was it coincidental? I'm guessing no. We'll see how it goes today.

Posted on
Fri Sep 11, 2020 7:54 am
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Lutron keypads

I suspect that device was configured with a Static IP address the same as the Lutron repeater, which was causing the plugin to attempt to connect to the wrong device.

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

Posted on
Fri Sep 11, 2020 8:00 am
docbjr offline
Posts: 98
Joined: Mar 12, 2017

Re: Lutron keypads

I suppose. I don't think I ever gave it a Static address, but who knows.

Thanks for working with me.

On another note, what can I do with Groups that were created by the plugin from the repeater, where they may refer to more than one device?

Thanks again.

Posted on
Fri Sep 11, 2020 8:07 am
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Lutron keypads

Groups are multiple motion sensors in one room. So you can trigger on the group instead of individual sensors. If you don't need them, just delete them.

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

Posted on
Fri Sep 11, 2020 8:36 am
docbjr offline
Posts: 98
Joined: Mar 12, 2017

Re: Lutron keypads

I guess I spoke too soon. I just looked at the event log and found this..

Sep 11, 2020 at 10:09:07 AM
Lutron RRA2/Caséta Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 1053, in runConcurrentThread
File "plugin.py", line 158, in poll
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py", line 430, in read_eager
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py", line 576, in fill_rawq
error: [Errno 54] Connection reset by peer

Lutron RRA2/Caséta Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
Lutron RRA2/Caséta Error Lutron Gateway: EOFError: telnet connection closed

Posted on
Fri Sep 11, 2020 10:15 am
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Lutron keypads

I don't know what's causing it, but you've got some sort of network issue that's causing the disconnects.

Edit: Split this discussion into a new thread.

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

Posted on
Fri Sep 11, 2020 12:14 pm
docbjr offline
Posts: 98
Joined: Mar 12, 2017

Re: Lutron repeater disconnects

Well it was working for awhile after rebooting everything. And then all of a sudden, this:
Code: Select all
Sep 11, 2020 at 1:58:13 PM
   Lutron RRA2/Caséta Threaddebug Lutron Gateway: 15 characters read:
~DEVICE,8,2,4

   Lutron RRA2/Caséta Threaddebug Lutron Gateway: self.buffer = 'GNET> ~DEVICE,8,2,4
'
   Lutron RRA2/Caséta Threaddebug Lutron Gateway: msg = 'GNET> ~DEVICE,8,2,4
'
   Lutron RRA2/Caséta Threaddebug Lutron Gateway: self.buffer = ''
   Lutron RRA2/Caséta Threaddebug Received command: GNET> ~DEVICE,8,2,4 from Gateway 1464812841
   Lutron RRA2/Caséta Threaddebug Received a Device message: GNET> ~DEVICE,8,2,4
   Lutron RRA2/Caséta Error       Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 1053, in runConcurrentThread
  File "plugin.py", line 158, in poll
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py", line 430, in read_eager
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py", line 576, in fill_rawq
error: [Errno 54] Connection reset by peer

   Lutron RRA2/Caséta Error       plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   Z-Wave                          received "Workbench Motion Sensor" status update is off
   Lutron RRA2/Caséta Error       Lutron Gateway: EOFError: telnet connection closed


Does this mean anything to you?

Posted on
Fri Sep 11, 2020 12:21 pm
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Lutron repeater disconnects

Yeah, it means that the socket connection that the plugin is communicating with the repeater on is getting closed (reset). I don't know why. Could be an ethernet error on the Indigo machine, or the repeater, or somewhere in between. Your system logs (not the Indigo logs) might give you a clue.

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

Posted on
Fri Sep 11, 2020 12:29 pm
docbjr offline
Posts: 98
Joined: Mar 12, 2017

Re: Lutron repeater disconnects

They don't give me any clue. Would you like me to send them to you, either here or via email?

Posted on
Fri Sep 11, 2020 12:54 pm
docbjr offline
Posts: 98
Joined: Mar 12, 2017

Re: Lutron repeater disconnects

Not sure if this means anything, but I attached the main repeater directly to the Mac, and reloaded the plugin. I received the message,"Error connecting to Telenet socket"

Posted on
Fri Sep 11, 2020 12:57 pm
docbjr offline
Posts: 98
Joined: Mar 12, 2017

Re: Lutron repeater disconnects

It started working again for a few minutes, and then quit. Here is the computer log from that moment:

Code: Select all
Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 1053, in runConcurrentThread
  File "plugin.py", line 158, in poll
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py", line 430, in read_eager
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py", line 576, in fill_rawq
error: [Errno 54] Connection reset by peer
Sep 11, 2020 at 2:54:03 PM IndigoServer[436]: Lutron RRA2/CaseÃÅta Error   plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
Sep 11, 2020 at 2:54:03 PM syslogd[58]: ASL Sender Statistics
Sep 11, 2020 at 2:54:13 PM IndigoServer[436]: Lutron RRA2/CaseÃÅta Error   Lutron Gateway: EOFError: telnet connection closed

Posted on
Fri Sep 11, 2020 1:10 pm
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Lutron repeater disconnects

docbjr wrote:
Not sure if this means anything, but I attached the main repeater directly to the Mac, and reloaded the plugin. I received the message,"Error connecting to Telenet socket"


Directly connected via Ethernet? That won't work unless you have the Mac set up as a DHCP server, since the repeater can't get an IP address from your router.

I can't dig through your logs looking for a problem.

You need to make sure your network is working 100%. Make sure both the Mac and the repeater are getting reserved IP addresses from your router. Make sure the cables are seated securely.

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

Posted on
Fri Sep 11, 2020 1:11 pm
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Lutron repeater disconnects

docbjr wrote:
It started working again for a few minutes, and then quit. Here is the computer log from that moment:


That's exactly the same error as before. Nothing new there.

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

Who is online

Users browsing this forum: No registered users and 1 guest