[Deprecated] Lutron Caseta Connect V1.5

Hey Nate. Ive just loaded up on Lutron Caseta devices over the last few months and now looking into a supervisory device like Smarthings, Wink, etc. Been reading about your work, impressive.
I currently have two hubs, one regular Smart Bridge and one Smart Bridge Pro(Needed it for the blinds I just had installed last week) Anyway, I’m getting close to 50 device limits, so thinking I will still use both. Maybe designate the regular one to devices I really just control with Picos or regular schedules. Can your programs work wit multiple Bridges?

Hey @jmw_ha. As of today it does not work with multiple hubs. It’s on my roadmap, but I haven’t made it happen yet. They being said, you could use the ST built in integration with the standard hub and then use the pro hub with my integration. If you put the picos on the pro hub you can use them to control anything in ST. Either was using both mine and the standard integration will get you two hubs in ST. :slight_smile:

Cool! Thanks for the reply! Ill be thinking about downloaded your code for some testing.

Just make sure you use the latest which is in the post below. This one is old.

Thanks for the heads up.
When I do testing, Ill probably start using just a windows box since I don’t have any rasberryPI hardware.

1 Like

First off, thanks for making this community app! I came from Vera and one thing I missed hugely was a high level of control through the telnet ‘integrator’ commands from a community supplied app for them.

My question is this, I really only want control of my PICO remotes commands to perform actions outside of Lutron’s app. If I install this can I only have it add PICO’s or am I going to end up with duplicates with the now native lutron integration?

You get to pick and choose what you add from all your switches, picos, and scenes. Simply select only your picos and you should be good to go. Let me know if you run into any issues.

Firstly thank you for all the work you’ve put into this over the years.

I just recently exceeded my 50 device limit and have been trying to figure this out.

I have a Raspberry Pi B, and have gotten as far as running the script and getting this error message:

python LutronPi.py

hangs for 3 - 4 min

Unable to connect via Telnet. Either you have a Standard bridge or you forgot to turn on Telnet in the Lutron app!
Unhandled Error
Traceback (most recent call last):
File “/home/pi/.local/lib/python2.7/site-packages/twisted/internet/base.py”, line 428, in fireEvent
DeferredList(beforeResults).addCallback(self._continueFiring)
File “/home/pi/.local/lib/python2.7/site-packages/twisted/internet/defer.py”, line 321, in addCallback
callbackKeywords=kw)
File “/home/pi/.local/lib/python2.7/site-packages/twisted/internet/defer.py”, line 310, in addCallbacks
self._runCallbacks()
File “/home/pi/.local/lib/python2.7/site-packages/twisted/internet/defer.py”, line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
— —
File “/home/pi/.local/lib/python2.7/site-packages/twisted/internet/base.py”, line 441, in _continueFiring
callable(*args, **kwargs)
File “LutronPi.py”, line 423, in main
ssh = smartBridgeSSH()
File “LutronPi.py”, line 302, in init
self.client.connect(SMARTBRIDGE_IP, port, uname, None, key)
File “/home/pi/.local/lib/python2.7/site-packages/paramiko/client.py”, line 424, in connect
passphrase,
File “/home/pi/.local/lib/python2.7/site-packages/paramiko/client.py”, line 714, in _auth
raise saved_exception
paramiko.ssh_exception.AuthenticationException: Authentication failed.

Having read through this and the beta thread - I went back and confirmed the IP addresses of both devices and that they were in the right spots in the script (even tried flipping them which gave a similar error albeit alot quicker). I powered down the Lutron Hub for 15 seconds. still nothing. At this point I would welcome any ideas?

Thanks!

I believe Nate has retired his old python app in favor of his newer node-based app — Lutron changes the authentication out from under the older app and it’s just not going to work now. Nate’s got a long thread elsewhere on his newer app… but additionally, I’ve forked Nate’s Code into a version that handles multiple lutron bridges, among other improvements. You can look into that here LutronPro Caseta v1.0 and you can scroll up that thread to look into Nate’s version as well.