Bernhard Schmidt
Bernhard Schmidt
Indeed a keepalive would be welcome. Especially when the configured server has a higher RTT (think you own pihole deployment at home, to be used from 4G while on travel)...
> TLS v1.2 has support for [session resumption](http://web.archive.org/web/20220901062510/https://blog.cloudflare.com/tls-session-resumption-full-speed-and-secure/) which the server needs to support, while TLS v1.3 [bakes it in](https://archive.is/ENWlO) the protocol itself. That's true, but if I'm not mistaken...
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711486 (no solution, just linking bugs)
There are UDP and TCP processes, but the test client connected over UDP.
If I understand the code correctly the validator only checks values directly retrieved from the inverter https://github.com/jedie/inverter-connect/blob/main/inverter/api.py#L113 while the PV1 Power/PV2 Power/Total Power values are computed afterwards. https://github.com/jedie/inverter-connect/blob/main/inverter/api.py#L123 calls https://github.com/jedie/inverter-connect/blob/main/inverter/api.py#L29...
Debian Maintainer here. You are using [email protected] which is a unit shipped only by Debian, but the upstream provided [email protected] have the same issue. I agree that we should probably...
I am also hit by this. In the debug log there is a lot of websocket stuff while the connection is still working. It starts with WebSocket messages every couple...
> Workaround: Create a automation which reloads the integration every 6 hours > > YAML: > > `alias: Grünbeck Integration reload` `description: Reload Grünbeck Integration very 6 hours` `trigger:` `...
I really have ZERO experience with all this fancy async code, but it looks like the code is only catching PyGruenbeckCloudConnectionClosedError, PyGruenbeckCloudResponseStatusError and PyGruenbeckCloudError here, while the code is raising...
> I really have ZERO experience with all this fancy async code, but it looks like the code is only catching PyGruenbeckCloudConnectionClosedError, PyGruenbeckCloudResponseStatusError and PyGruenbeckCloudError here, while the code is...