Sebastian Lövdahl

Results 108 comments of Sebastian Lövdahl

#539 gave some good hints of what the problem was: the superclass constructor was package-protected but needs to be at least `protected` for this to work (with the default class...

I believe I got the same error with 7.17.6 and Java 8. I don't have the raw response unfortunately, it just saw the exception in CI logs: ``` co.elastic.clients.json.JsonpMappingException: Error...

I'm still seeing slow startup of SQL among other things. Right now on 2023.3.3 running Home Assistant Container on an RPi 4. Only two MQTT devices and the MQTT integration...

I haven't forgotten about this, but I'm not able to get a py-spy at the moment because I'm also hit by https://github.com/benfred/py-spy/issues/552.

I'm also having a similar issue. As it stands, I can't set `min_gradient` as low as I would like to, because a restart combined with a tiny bump in the...

> I've switched to using the new statistics sensors that do exactly same thing but take into account historical database data even after restarts. HA really needs to stop making...

Ah, thanks! Way easier than trying to emulate what the trend sensor does 😁

> I am still having this issue of Trend sensor turning ON sometimes upon HA restart. I have never had that problem, until I updated from 2023.5 to 2023.6. Now...

The stack trace contains `File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main`, so it sounds like you're trying to run it on Python 3.8. The [README](https://github.com/muniter/halinuxcompanion/blob/master/README.md) says that Python 3.10 is a...