margau
margau
Having the same issue, possibly related to https://github.com/longhorn/longhorn/issues/2259. It seems like the issue is between controller and replica, but the connection itself is being established, it fails during the replica...
This is somewhat related to https://github.com/esphome/feature-requests/issues/2285, but not identical. 2285 is about handling IRK inside the tracking itself, while this is about initially determining the IRK (mainly for the existing...
How did you install it? (venv, pipx etc.) under which os? For debian 12, i added install hints to the readme.
In general, the system apt package python3-apt needs to be installed, and the python env needs access to the system libs. Under bullseye, this worked with the system pip for...
I've got it working with the following dockerfile: ``` FROM debian:bullseye RUN apt-get update && apt-get install python3-apt git python3-pip python3-venv -y RUN pip3 install pipx RUN pipx run --system-site-packages...
> > @msolomos Did you check with Home Assistant 2023.2.0 betas? > > I haven't no. I don't really try beta versions to be honest as I had a bad...
Hi, i'm currently not planning to add new features, lacking the use case and the necessary hardware. I'd however accept merge requests, alternatively you can ofc fork this to add...
Hi, feature-side, I'd consider this ready and would like to get a review. The only thing missing is better test coverage, and the documentation of the final config structure.
Hi, we're also experimenting with akvorado and helm, thats an interesting PR! Some thoughts after a first look: - I'm not sure if it is possible to do the "config...
Unfortunately, I have no proper dev setup available, therefore can't have a practical look at this right now. It seems likely possible with CustomDicts (however, CustomDicts should be renamed then,...