Hi. I have been working with a HassOS on a VM and several integrations flawlessly for a few months now. The only problem I have had is with the Lutron Homeworks QS. Everything mapped pretty well and seems to respond, except a few scenes (probably incompatible keypads), but the problem is that HA stops talking to Lutron every once in a while. The logs indicate a disconnect every minute or so, and “monitoring” Telnet messages it doesn’t recognize. Both the HA server and the Lutron equipment are on cable. I get the same behavior many people have mentioned, where it stops updating light states, and after toggling something it goes back, as if it didn’t get a good response from Lutron. I also tried changing the state directly or calling a toggle or on/off service, with no success, until a restart happens. Since my installation doesn’t seem to get me easy access to pylutron file I am considering:
- Using manual telnet messages (might work but it would be alot of work to sniff all of them and code them into switches)
- Finding a way to access the files, even though from what I understand the change from GNET to QNET is no longer needed…
- Trying another installation of HA where I can access the needed files
- Switching users with a device, since I am not 100% sure what users have been assigned to devices here, and thought one of them could be using the lutron/integration one, and conflicting.
The repeating pattern I get in the log is the following:
2020-08-01 21:50:38 WARNING (Thread-2) [pylutron] Disconnected
2020-08-01 21:50:38 INFO (Thread-2) [pylutron] Connecting
2020-08-01 21:50:41 INFO (Thread-2) [pylutron] Connected
2020-08-01 21:50:41 INFO (Thread-2) [pylutron] Unknown cmd MONITORING (~MONITORING,12,2)
2020-08-01 21:50:41 INFO (Thread-2) [pylutron] Unknown cmd MONITORING (~MONITORING,255,2)
2020-08-01 21:50:41 INFO (Thread-2) [pylutron] Unknown cmd MONITORING (~MONITORING,3,1)
2020-08-01 21:50:41 INFO (Thread-2) [pylutron] Unknown cmd MONITORING (~MONITORING,4,1)
2020-08-01 21:50:41 INFO (Thread-2) [pylutron] Unknown cmd MONITORING (~MONITORING,5,1)
2020-08-01 21:50:41 INFO (Thread-2) [pylutron] Unknown cmd MONITORING (~MONITORING,6,1)
2020-08-01 21:50:41 INFO (Thread-2) [pylutron] Unknown cmd MONITORING (~MONITORING,8,1)
Any help is appreciated. Thanks!