I have a caseta pro hub. I can telnet to it just fine, and the Lutron app on my phone controls things just fine.
But, Hubitat does not work with it. The caseta hub is on a separate subnet. Could this be a problem? The Hubitat is on a subnet that has full access to the subnet that the Caseta hub is on, and port 23 is open. I'm not seeing any errors.
Are you using the default Lutron username and password on the Caseta SmartBridge Pro? I can't recall if Caseta allows the Telnet username/password to be changed or not?
If so, it needs to be
Username: lutron
Password: integration
Is your Lutron Hub using a DHCP address or a Static IP? Is it's Gateway address set correctly?
When you are using Telnet, are you trying from the same vlan that the Hubitat hub is connected to?
Finally got around to moving it to the same subnet. It works now. I'd prefer if I could move it back to the other subnet though.
Also, could it be possible in the future to just upload the json and select the devices that I want to create and their types? As opposed to manually perusing the json and creating a csv manually.
Hmm, looks like it might not just use port 23 for control. 22, 8081, and 8083 are open. Guessing that it also requires at least one of those ports to be allowed in the firewall rule. Since the Lutron app is a built in one, I can't look at the code to see how it's communicating.
Can someone from Hubitat take a quick look at the code and tell me what ports it communicates over?
Yes. When I had my Hubitat and Caseta Pro bridge on separate VLANs, TCP port 23 was the only port that was opened on the VLAN with the Caseta Pro bridge.
What I am saying is that the Lutron bridge listens on 23, but also on those other ports. It makes me think that the communication to the Hubitat is not just over 23.
I only had opened 23 to the Lutron hub in my firewall. I wonder if I had opened the other ones if it would have worked.
Hubitat only uses Telnet (port 23) to communicate with the
Lutron bridge. Make sure you allow traffic FROM the Hubitat hub to initiate communication with the Lutron bridge on port 23.
This is what I also believe the issue is. Make sure that you permit all source traffic from the Hubitat. Which, will only use non-privileged ports (so 1025-65535).