senorshaun / homebridge-radiora2

Lutron RadioRA2 plugin for homebridge
MIT License
10 stars 5 forks source link

Connection Issue #44

Open rl1984 opened 5 months ago

rl1984 commented 5 months ago

I have used this to connect to the processor and it discovers all the devices fine but the logs output this:

_3/27/2024, 9:19:46 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:19:47 AM] [RadioRA2] Disconnecting (node:27502) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version. (Use node --trace-deprecation ... to show where the warning was created) [3/27/2024, 9:20:00 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:20:00 AM] [RadioRA2] Disconnecting [3/27/2024, 9:20:13 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:20:14 AM] [RadioRA2] Disconnecting [3/27/2024, 9:20:27 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:20:27 AM] [RadioRA2] Disconnecting [3/27/2024, 9:20:40 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:20:41 AM] [RadioRA2] Disconnecting [3/27/2024, 9:20:54 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:20:54 AM] [RadioRA2] Disconnecting (node:27813) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version. (Use node --trace-deprecation ... to show where the warning was created) [3/27/2024, 9:21:07 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:21:08 AM] [RadioRA2] Disconnecting (node:27858) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version. (Use node --trace-deprecation ... to show where the warning was created) [3/27/2024, 9:21:21 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:21:21 AM] [RadioRA2] Disconnecting [3/27/2024, 9:21:34 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:21:35 AM] [RadioRA2] Disconnecting (node:27933) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version. (Use node --trace-deprecation ... to show where the warning was created) [3/27/2024, 9:21:48 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:21:48 AM] [RadioRA2] Disconnecting (node:27960) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version. (Use node --trace-deprecation ... to show where the warning was created) [3/27/2024, 9:22:01 AM] [RadioRA2] Initializing RadioRA2 platform... [3/27/2024, 9:19:46 AM] [RadioRA2] Attempting connection to 192.168.0.XXX... [3/27/2024, 9:19:46 AM] [RadioRA2] Connecting... [3/27/2024, 9:22:02 AM] [RadioRA2] Connection closed! (node:28052) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version. (Use node --trace-deprecation ... to show where the warning was created) [3/27/2024, 9:22:03 AM] [RadioRA2] Connecting... [3/27/2024, 9:22:03 AM] [RadioRA2] Connection closed! [3/27/2024, 9:22:04 AM] [RadioRA2] Connecting... [3/27/2024, 9:22:04 AM] [RadioRA2] Connection closed!

Any ideas?