Martin
Martin
I had ariela and now installed ariela pro. Ariela pro behaved like a new app: I had to configure it again and I have two ariela icons now. So the...
I'm running home assistant and home assistant is using pycountry as an internal dependency. I.e. pycountry is not installed globally with pip. Inside \_\_init__.py, I get the following exception: ```...
In my configuration.yaml I have a influxdb directive to write gasoline prices to influxdb. But in influxdb, the values have the name "€" instead of "sensor.gasoline_station1". This is a bug...
I have a 2k rtsp camera. When I start the addon, the first picture is perfect. But after 2-3 seconds, the picture is distorted. It seems that it is only...
Corrected typo (waveup/windup)
Running HA with python3.11, I get this error. See https://docs.python.org/3.11/whatsnew/3.11.html#dataclasses Maybe adding a \_\_hash\_\_ method will fix it. ``` 2023-05-26 17:39:45.808 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform custom_components.artnet_led.light Traceback...
Running HA with python3.11, I get the error: No module named 'netifaces' File "/home/nuc/.homeassistant/custom_components/artnet_led/client/artnet_server.py", line 13, in from netifaces import AF_INET
After every fetch of data from TTN, there is this error in the log: ``` 2024-03-04 07:56:04.126 ERROR (MainThread) [custom_components.thethingsnetwork] Unexpected error fetching The Things Network data: Attribute hass is...
When I start Agent under Ubuntu, it often aborts: ``` Log start Agent (v5.4.2.0) Starting... Detected: Linux64 ... implib-gen: libdrm.so.2: library function 'drmGetVersion' called during library load Agent: libdrm.so.2.init.c:304: _libdrm_so_2_tramp_resolve:...
Avoid blocking call to "open tz-file" and avoid blocking import of tzdata module.