I can share everyone’s pain. I also have been hit with the problem.
Running on 0.90.2 on a Pine64. I was running fine on that version and then. I needed to restart the HA instance for some reason and it started happening… even so, I needed to restart HA about 4 times before it could even see my Lutron bridge. I thought is was broken.
Now, all it does is toggle the switch back and forth in lovelace without even changing the stage on my lights.
i’m thinking that there must of been a update on the lutron bridge and now the component can’t cope with these changes… (my 2¢)
My phone app is at version 6.5.1
This is what I have in my logs (if that helps):
2019-04-10 14:49:28 INFO (MainThread) [homeassistant.setup] Setting up lutron_caseta
2019-04-10 14:49:28 DEBUG (MainThread) [pylutron_caseta.smartbridge] Connecting to Smart Bridge via SSL2019-04-10 14:50:26 WARNING (MainThread) [homeassistant.setup] Setup of lutron_caseta is taking over 10 seconds.
2019-04-10 14:50:26 ERROR (MainThread) [homeassistant.setup] Error during setup of component lutron_caseta
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/lutron_caseta/init.py”, line 49, in async_setup
await bridge.connect()
File “/usr/local/lib/python3.7/site-packages/pylutron_caseta/smartbridge.py”, line 40, in connect
yield from self._login()
File “/usr/local/lib/python3.7/site-packages/pylutron_caseta/smartbridge.py”, line 281, in _login
self._reader, self._writer = yield from self._connect()
File “/usr/local/lib/python3.7/site-packages/pylutron_caseta/smartbridge.py”, line 58, in _connect
family=socket.AF_INET)
File “/usr/local/lib/python3.7/site-packages/pylutron_caseta/leap.py”, line 16, in open_connection
limit=limit, **kwds)2019-04-10 14:51:05 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: homekit {‘host’: ‘172.20.10.32’, ‘port’: 4548, ‘hostname’: ‘lutron-01e89c39.local.’, ‘properties’: {‘ff’: ‘1’, ‘id’: ‘ab:21:15:xx:xx:xx’, ‘md’: ‘Smart Bridge 2’, ‘c#’: ‘8’, ‘sf’: ‘1’, ‘s#’: ‘1’, ‘ci’: ‘2’}, ‘name’: ‘Smart Bridge 2’}
2019-04-10 14:51:05 INFO (MainThread) [homeassistant.components.discovery] Unknown service discovered: lutron {‘host’: ‘172.20.10.32’, ‘port’: 22, ‘hostname’: ‘lutron-01e89c39.local.’, ‘properties’: {‘MACADDR’: ‘a8:1b:6a:xx:xx:xx’, ‘CODEVER’: ‘06.09.01f000’, ‘DEVCLASS’: ‘08040100’, ‘FW_STATUS’: ‘1:NoUpdate’, ‘NW_STATUS’: ‘InternetWorking’, ‘ST_STATUS’: ‘good’}}