Thomas Rupprecht

Results 199 comments of Thomas Rupprecht

@balloob could we get that merged?

What PHP Features for usability are you thinking of? It not only for usability i would also recommend to add in all files `declare(strict_types=1);` and add types to each parameter...

new PHP features that could be used: - https://www.php.net/manual/en/control-structures.match.php - see: https://github.com/engelsystem/engelsystem/pull/1049 - change some `if/else if/else if/.../else` to `match` - https://www.php.net/manual/en/language.oop5.decon.php#language.oop5.decon.constructor.promotion - see: https://github.com/engelsystem/engelsystem/pull/1045 - https://www.php.net/manual/en/language.enumerations.php - see: https://github.com/engelsystem/engelsystem/pull/1050...

looks good ![Screenshot_20210313_175817](https://user-images.githubusercontent.com/1078640/111037745-ccd37a80-8425-11eb-9102-dd5ffdee22a0.png)

but now this happens and was not before (not centered text) ![Screenshot_20210313_175933](https://user-images.githubusercontent.com/1078640/111037779-f7253800-8425-11eb-9ff9-bed3736a812f.png)

![Screenshot_20210320_140311](https://user-images.githubusercontent.com/1078640/111870552-b4afae00-8985-11eb-9dee-2534fa902594.png) now only a little bit bigger margin on top

I would recommend to use UTC everywhere (API, Storage,...) except what geht displayed to the User, this should bei the local timezone including summer/winter time

![Image](https://github.com/user-attachments/assets/d8cf9520-9713-4a03-9e9e-1c94c817df97) looks already fixed Edit: the above streenshot is from opening the logs. but if i install via Wifi it looks like this: ![Image](https://github.com/user-attachments/assets/a407f435-60d2-4904-9ef2-885de38d7345) also after successful but

@CM000n still a problem? for the ESP32-C6 set (with 2025.2.0): ```yaml variant: esp32c6 framework: type: esp-idf platform_version: 6.9.0 version: 5.3.1 ```