-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Eaton 9E Reconnect broke NUT plugin for Unraid by Fix #2671 #2681
Comments
Hmm, first thing that comes to mind is that the early data collection round(s) may still return 0 HID objects (maybe while the UPS is still initializing the connection, collecting data, ...). This would make it reconnect, only to again see 0 HID objects in the first data round(s), reconnect again - resulting in an infinite loop as we see above? Perhaps we should exclude this reconnection condition in the early stages of the connection, and e.g. only consider it when HID elements have been seen at least |
Yes maybe or for now Maybe to make this fix for APC model only for what its fixed? im not sure why i have 0 HID objects, but by function :
Line 871 in 0f6ae03
Befor fix i had:
After:
|
Seems I have 0 hid object and timeout on like every update but then quick update, but after fix I have reconnect on every update... |
I see :\ Would it help to make this a toggle (with |
Not shure becose I have on every update 0 hid |
I'm definitely in a favor of a no-surprise, default-off toggle solution (counter seems good, can be -1 as default for disabled / 0 instant reconnect / 1 one time in a row / 2 two times in a row, ...) |
What is mean for row? i have 0 HID for circle when update |
Not a problem its working for now ,just i think maybe realted some commands maybe not working all time but maybe will find fix later |
Means for some UPS could be: zero_hid_reconnect 3 4 HID elements Like three consecutive zero HID element cycles. |
Looks Fine to me! |
i have like every cicle 0 HID :
you mean someone have
|
Ack, sorry about that, I'll poke a counter solution then. |
…e the feature with optional `interrupt_pipe_no_events_tolerance` setting [networkupstools#2681] Signed-off-by: Jim Klimov <[email protected]>
… values [networkupstools#2681] Signed-off-by: Jim Klimov <[email protected]>
After compiled latest master with pr #2671 ,, it seems nut not working as usual and reconnect every time .
this fix should maybe also solve #2643 #2644 issues but seems not working as expected.
Eaton 9E200i UPS
@desertwitch also broked NUT Plugin for Unraid :
The text was updated successfully, but these errors were encountered: