Lutron Caseta Pro - configuring Telnet

I’ve installed the Lutron Caseta Smart Bridge Pro hub (BDGPRO2). The Lutron app is set up, and I’ve turned on Telnet Support. What log messages should I see, to confirm that I have the lower-latency telnet connection in place?

I have increased the log level:

logger: 
  default: error
  logs:
    homeassistant.loader: info
    homeassistant.components.lutron_caseta: debug
    pylutron_caseta: debug
    lutron_caseta: debug

Currently I don’t see any messages including telnet in the log. At boot, I get:

2024-10-20 10:05:50.258 DEBUG (MainThread) [pylutron_caseta.smartbridge] Connecting to Smart Bridge via SSL
2024-10-20 10:05:50.615 DEBUG (MainThread) [pylutron_caseta.smartbridge] Successfully connected to Smart Bridge.

Thanks!!

Telnet has no notion of SSL, so no.
Looking at the integration doc and source, it just doesn’t seem to support it.

Thanks! I think I asked the wrong question :slight_smile:

My goal is to make sure the system is set up optimally. Are these the right messages? Or should I see a different connection message?