Lutron integration with multiple hubs

Could someone please show me how to set up two Lutron Caseta hubs? I have the following in my configuration.yaml:

lutron_caseta:
  host: 192.168.86.112
  keyfile: /ssl/lutron1/caseta.key
  certfile: /ssl/lutron1/caseta.crt
  ca_certs: /ssl/lutron1/caseta-bridge.crt
 
lutron_caseta:
  host: 192.168.86.21
  keyfile: /ssl/lutron2/caseta.key
  certfile: /ssl/lutron2/caseta.crt
  ca_certs: /ssl/lutron2/caseta-bridge.crt

If I remove the #'s from either set of config options, those lights associated with that hub show up and work. If everything is allowed to be set-up, only the first hub is seen. Thoughts?

I have the same problem. If you figured this out, could you please specify the solution?
Thanks.

@erad2018,

Would you please let me know if you found a solution for Lutron integration with multiple hubs.

Thank you very much.

Hello, Have you tried the other method of connecting them that does not use certificates. Uses the integration method from the Lutron app. Found on Github. You cut and paste the integration script from the Lutron app and it creates a python script that has the IP in it’s title. Thinking if you did it with another hub it would created another unique python script. Only have one hub pro currently, but interested because I plan on expanding soon
and running into the 30 foot limitation.