DD PP

Results 16 comments of DD PP

I'm reproducing the issue on a odroid-n2. My System Health output: ` Version | core-2022.5.5 -- | -- Installation Type | Home Assistant OS Development | false Supervisor | true...

I can confirm downgrading to 8.0 solves the issue for me.

The issue persists in OS 8.2

upgrading to OS 8.5 doesn't fix the issue for me.

Additional info: - building with `./configure --with-distro=none --disable-mono --disable-qt5` - I then run the daemon in debug mode and upon `avahi-browse -a` I get he following error: ``` dbus-protocol.c: interface=org.freedesktop.Avahi.Server,...

I'm using an approach similar to your integration to get data from my own sensor without going to the cloud. I'm facing the blocker that template sensors don't support the...

I'm using the following to import your package into a docker container `REQUIREMENTS = ['https://github.com//NickWaterton/Roomba980-Python/zipball/master#roomba==1.2.6'] ` so I guess it should be the latest version. Yet I just tried changing...

Hello, trying to troubleshoot further... Starting with a new container (Alpine based) I did the following: >apk add nodejs nodejs-npm apk add python3 git clone http://github.com/NickWaterton/Roomba980-Python.git pip3 install paho-mqtt apk...

finally was able to draw a map by adding > apk add freetype-dev ` before installing pillow. So the environment supports the usage of enable_map, sort of.. now need to...

Great stuff, @asmod3us I tried to run your script in a newly created jail on a FreeNAS-11.3-U3.1, however I keep getting an error: > PKG_CONFIG_PATH: unbound variable Any instructions how...