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

Eaton 9E2000i (USB) can't return to Online from ECO mode #2719

Open
masterwishx opened this issue Dec 13, 2024 · 2 comments
Open

Eaton 9E2000i (USB) can't return to Online from ECO mode #2719

masterwishx opened this issue Dec 13, 2024 · 2 comments
Labels
Eaton ECO/ESS/HE/ABM modes Non-trivial power supply management modes (ECO, ESS, HE, ABM etc.) question USB
Milestone

Comments

@masterwishx
Copy link
Contributor

masterwishx commented Dec 13, 2024

Using Unraid 6.12.14 plugin + lasted master branch compiled. Libusb 1.0.26

Maybe related to libusb version or to bug in firmware of ups.

When I made pr #2637 for add bypass /ECO I was enabled ECO mode by 3 commands:

bypass.start                    "UPS.PowerConverter.Input.[2].SwitchOnControl" = 1
ecomode.enable                  "UPS.PowerConverter.Input.[5].Switchable" = 1
bypass.stop                     "UPS.PowerConverter.Input.[2].SwitchOffControl" = 1

or (with same HID Paths and hid_values)

input.bypass.switch.on=on + input.eco.switchable=ECO + input.bypass.switch.off=off

Then after Blackouts throughout the house for several hours ups returned to online.

Then enabled again same way now can't exit to online.

Seems we can switch by input.eco.switchable to ECO/normal only when input.bypass.switch.on=on or input.bypass.switch.off=off.

but now I have both:

 input.bypass.switch.on = disabled
 input.bypass.switch.off = disabled

However I got Success on commands can't enter to bypass or exit eco. Maybe related to #2644
Also can't switch to bypass by buttons on ups.

Tryed to power off ups for some hours, but then start to eco mode again.

@arnaudquette-eaton I'm very sorry to bother you, but if you would you like to help, will cool if you can check if it bug in firmware again in 9E or some other issue.

Becouse no buttons on ups to enable eco mode, when I buyed ups and asked Eaton support how to enable eco mode they told me to buy snmp card....

Tested by user on Eaton 9sx in #2685 (comment)

that looks more right:

input.bypass.switch.on=on + input.eco.switchable=ECO  -> enable ecomode
input.bypass.switch.off=off + input.eco.switchable=normal  -> back to online
@jimklimov jimklimov added Eaton USB ECO/ESS/HE/ABM modes Non-trivial power supply management modes (ECO, ESS, HE, ABM etc.) labels Dec 13, 2024
@jimklimov jimklimov added this to the 2.8.4 milestone Dec 13, 2024
@jimklimov
Copy link
Member

@masterwishx : Just wanted to confirm the instant commands you use, Can't see bypass.on in code, and there are bypass.start and bypass.stop in docs/nut-names.txt.

@masterwishx
Copy link
Contributor Author

@masterwishx : Just wanted to confirm the instant commands you use, Can't see bypass.on in code, and there are bypass.start and bypass.stop in docs/nut-names.txt.

Yes sorry (that was from memory) I will change it. I used /tryed both commands and r/w variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Eaton ECO/ESS/HE/ABM modes Non-trivial power supply management modes (ECO, ESS, HE, ABM etc.) question USB
Projects
None yet
Development

No branches or pull requests

2 participants