I am finding this too. Using the Luton integration for my Homeworks QS system it will pull all the entities fine with the lutron/integration credentials, but then none of the entities work - switching a light on will say on in Home Assistant and then flip to off.
When I look in the system logs I see:
Logger: pylutron
Source: /usr/local/lib/python3.13/site-packages/pylutron/init.py:183
First occurred: 12:35:40 (561 occurrences)
Last logged: 12:46:04
Uncaught exception
Traceback (most recent call last):
File â/usr/local/lib/python3.13/site-packages/pylutron/init.pyâ, line 172, in _main_loop
self._maybe_reconnect()
~~~~~~~~~~~~~~~~~~~~~^^
File â/usr/local/lib/python3.13/site-packages/pylutron/init.pyâ, line 159, in _maybe_reconnect
self._do_login_locked()
~~~~~~~~~~~~~~~~~~~~~^^
File â/usr/local/lib/python3.13/site-packages/pylutron/init.pyâ, line 130, in _do_login_locked
self._telnet.read_until(LutronConnection.USER_PROMPT, timeout=3)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File â/usr/local/lib/python3.13/site-packages/pylutron/_telnetlib/telnetlib.pyâ, line 333, in read_until
return self.read_very_lazy()
~~~~~~~~~~~~~~~~~~~^^
File â/usr/local/lib/python3.13/site-packages/pylutron/_telnetlib/telnetlib.pyâ, line 409, in read_very_lazy
raise EOFError(âtelnet connection closedâ)
EOFError: telnet connection closed
So itâs having trouble actually connecting over telnet to change the state.
Iâm not quite sure what to do. My Lutron supplier doesnât seem to understand setting up new telnet credentials, which I think may be what is needed.
If I try lutron/lutron it doesnât seem to connect and pull the entities.
I do have a Lutron Connect so I can control Homeworks from iOS, but I have it unplugged and not in use when trying the above.
Update: Ah, it seems that the entities can be accessed via http://192.168.1.XXX/DbXmlInfo.xml which I guess does not need login credentials.
If I go to http://192.168.1.XXX/ (my Lutron Processor) then it will log me in with lutron/lutron but not with lutron/integration
I think I am back to where I was - I need to get my Lutron engineer out to create me an account 