Andre Wohnsland

Results 10 comments of Andre Wohnsland

Well, now it's a little bit too late for me to find this, since I discovered this one for my self as well. But can also verify that new ones...

I once again also have the same issue, that senec returns wrong values. Sadly, as @marq24 mentioned, there is not much to do about it then wait until the data...

Sqeekboard is delivered with the latest OS. It seems not to work with Chromium, but Firefox. We might use FF in Kiosk instead, since it also already bundled with Raspbian....

We could build and include the React code into the fast API application and serve it also from there. Example: ```python from fastapi import FastAPI from fastapi.staticfiles import StaticFiles app...

Hi, can you provide for more information the log files in `~/CocktailBerry/logs/` and the config from `~/CocktailBerry/custom_config.yaml` so I can see what exactly is going on? Is it a clean...

Hi, is this still an issue?

Thanks for the feedback. I haven’t tested personally on a pi 5, I think most users are on a pi 4 (pi 5 is quite the overkill). When I get...

As an update, the error originates from `RuntimeError: Cannot determine SOC peripheral base address` -> this is due to the new RPi 5 GPIO mapping, which now is different from...

Most features are merged via #431 into master and will be available in the v3.0.0 release. Missing features might be applied in an MR before or after release, depending on...

Closing it now as completed; the rest will be done in #453.