andreid1303
andreid1303
Whenever I set environment variable TZ different from UTC it does not work. I get date in UTC using `docker exec firefox date`. My docker-compose.yml: `version: '3' services: firefox: image:...
Thank you for reply. I have checked variables with `docker inspect firefox`: `"LANG=\"ru_RU.UTF-8\""` So the problem was I declared TZ using docker-compose in double quotes `- TZ="Europe/Moscow"`. I deleted the...
Yes, except language. I removed quotes in LANG variable as well and container initiated it correctly, but my AppDaemon date widget shows "Wed, 21/02" in it while in normal browser...
I downloaded squeezelite-1.9.9.1428-aarch64 binary from Sourceforge and try to run it on RPi 4 last OSMC. ``` sudo: unable to execute ./squeezelite: not such file or dictionary -rwxr-xr-x 1 osmc...
+1 Not clear for me how the integration queue overlapping sequences started automatically, does it check that first one is already in timeline and delay the second one until first...
I have tested `queue_manual` for running two zones and it works without overlapping. Thank you very much!
I have this bug too. AppDaemon v4.4.2 in Python 3.11 virtual environment. I have checked that sys.stdout.encoding is UTF-8, app is written using VS Code in UTF-8. Same code prints...
This problem exists on version 1.18.210 with IP address for MQTT host. When I disable MQTT device does not restart. No problem with version 1.18.180 so far, to downgrade I...