Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect zombie connections #100

Closed
s-allius opened this issue Jun 17, 2024 · 1 comment
Closed

Detect zombie connections #100

s-allius opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@s-allius
Copy link
Owner

Especially the GEN3 inverters hold a TCP connection, but didn't send data anymore.

We want to detect dead connection on which we didn't receive a packet for a long time and disconnect this connection. Hopefully the inverter will establish a new connection and we will get data again.

For GEN3 inverters:
There is no heartbeat and the inverter sends data every 300sec. So the timeout should 7 to 10min

For GEN3PLUS inverters:
They have a heartbeat which sends a packet every minute. Here the timeout should be 2 or 3 minutes.

@s-allius s-allius added the enhancement New feature or request label Jun 17, 2024
@s-allius s-allius self-assigned this Jun 17, 2024
@s-allius
Copy link
Owner Author

fixed by #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant