Alexander Steffen
Alexander Steffen
I've defined a port with `accepter: tcp,1234`. When starting ser2net at boot, it complains: > Invalid accepter port name/number 'tcp,1234': Unable to find a valid name on the name server...
Since f7829a498ac4c0f359bbfdf1001e274196ef2069 you require a specific tdlib version. But tdlib itself does not provide a tag or release for version 1.7.9 (or really any version that does not end in...
I need to keep the SPI chip select asserted while transferring multiple messages (and doing some processing in between). The necessary low-level interface already exists ([_CSpiIocTransfer.cs_change](https://github.com/vsergeev/python-periphery/blob/master/periphery/spi.py#L27)). Can this be made...
Fixes #61.
[HAOS 15](https://github.com/home-assistant/operating-system/releases/tag/15.0) updated [Docker to v28](https://github.com/home-assistant/operating-system/pull/3902). Docker v28 [uses a new random MAC address every time a container is restarted](https://github.com/docker/cli/issues/5861). Congatudo [uses the MAC address to derive its system ID](https://github.com/congatudo/Congatudo/blob/master/backend/lib/utils/Tools.js#L135),...
### Describe the issue you are experiencing [HAOS 15](https://github.com/home-assistant/operating-system/releases/tag/15.0) updated [Docker to v28](https://github.com/home-assistant/operating-system/pull/3902). Docker v28 [uses a new random MAC address every time a container is restarted](https://github.com/docker/cli/issues/5861). This breaks the...
### Describe the bug I set `enable_uart=1` in `/boot/config.txt` to enable access to a serial console on GPIO14+15. This works perfectly fine. However, the kernel sees those GPIOs still as...