Binozo
Binozo
any updates?
Update: This worked locally but not on production: `resp.getOutputStream().write(new String(("" + responseBody).getBytes(StandardCharsets.UTF_8), StandardCharsets.UTF_8).getBytes());` The biggest pain in the ass I've ever had. 
I removed these lines `resp.setContentType("application/json; charset=UTF-8");` `resp.setCharacterEncoding("UTF-8");` and it started working.  The Problem is, ä, ö and ü **is** UTF-8. This is ridiculous.
Still same issue
I added functionality to change the animation curve too
@ardera Sorry but I couldn't get it to work. Here are my logs: ``` [flutter-pi] WARNING: display didn't provide valid physical dimensions. The device-pixel ratio will default to 1.0, which...
@ardera I am using Raspbian Bullseye on a Raspberry Pi Zero 2 W. Maybe the Zero 2 W variant causes the problem?
Now it started working :) Thank you!
I got it running by running `sudo systemctl stop dhcpcd` on a Raspberry Pi 4 with Up-to-date Raspberry Pi OS :)
+1 Same problem here