bluepuma77
bluepuma77
Setup a new Raspi 3B, run latest HA 2024.5.2 in Docker. Still no joy, no device or entity is shown in GUI when I add `/dev/ttyUSB0` as EDL21 integration. Using...
Potentially related https://github.com/home-assistant/core/issues/91494
Just came across another [repo](https://github.com/huirad/pysml), that recommends to set the tty parameters: ``` $ stty -F /dev/ttyUSB0 9600 $ stty -F /dev/ttyUSB0 raw ``` That way I get continuous output...
Agree. When you google something, you might end up on [5.2 doc](https://getbootstrap.com/docs/5.2/getting-started/introduction/). And it states "Latest (5.2.x)". I would expect that the old documentation tells me that currently 5.3 is...
Not sure if this is relevant, but Dragino has a long Wiki page about the RPi3 and serial issues, maybe that applies here, too: [Getting GPS to work on Raspberry...
Hi @thaJeztah, can we add a "security issue" label, too? I think it is quit an issue if I tell Docker to listen only on an internal interface, and instead...
@olljanat mentioned maintainers. [#1030](https://github.com/moby/swarmkit/issues/1030#issuecomment-1402825399) @thaJeztah mentioned he is not a maintainer. [#3036](https://github.com/moby/swarmkit/issues/3036#issuecomment-1004755522) Who is a maintainer? Who is responsible? Who is controlling the fate of Docker Swarm? It doesn't look...
@neersighted For me it's also about security. For services that need to access the Docker socket (like reverse proxy Traefik) it makes sense to use something like [docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) to make...
Many more months gone by. Pull request is waiting, why can't it be merged and be included in the next release? Who is responsible for this decision? Who owns `moby/swarmkit`?
Did you see the release notes about the new shorter timeouts because of some CVEs?