Closed andriej closed 3 years ago
Thanks for the report, this will be fixed in the next version after firmware 5.0 support and some other things are done. The only thing I don't understand is why I'm not seeing this anywhere on my setup :confused:
EDIT: for now you could work around it by removing the , loop=self.loop
part from the mentioned line (untested, but should work).
On Debian 10 it's in /var/log/messages by default. Thanks for the fix, will implement later on :)
Did some digging, turns out they are usually only shown when python is running in dev mode, which is not the case on my production environment.
Neither is mine - it's standard Supervised installation :-)
The loop parameter was removed in Python 3.10 : https://bugs.python.org/issue42392
While browsing local log files on HA with OTGW integration, I've encountered this deprecation warning spam in log:
it's repeating itself and making disk-writes going above any reasonable amount :)