-
Notifications
You must be signed in to change notification settings - Fork 8
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
Aquaero support checklist #16
Comments
It has been confirmed that all Aquaero 6 variants (LT, Pro, XT) are the same base with added daughter boards (for example, screen with buttons) - so their ID is From the thread, Aquaero 5 LT also has the same ID, which ties into what I read - that the Aquaero 6 is just a beefed up Aquaero 5 with better power delivery (or similar). Either way, seems like differentiating between Aquaero 5 and 6 is not needed, but that's out of scope for this issue anyhow. |
hi, thank you for this awesome project. |
I would gladly, but I don't have one myself. Added that to the checklist above. |
Maybe I can help you. I have this hardware and optional CaliTemp Sensors. |
If you'd want to try, you'll need to capture the HID reports Aquaero is sending to the host (your PC) every second, and find where the flow sensor value is located (at which offset, best done in a hex editor). You can do that by using Wireshark (here's a general tutorial) or some other software. |
Regarding the additional outputs of an aquaero (flow, reservoir level, power, etc.), you may want to take a peek here. That guy has already figured out the offsets of the different values: |
Thanks! Two flow sensors and fan powers are already supported. I didn't notice reservoir levels in aquasuite, but I'll take a closer look. Since you're probably more familiar with that project than me, are there any sensors missing here? (Probably are) |
Not really familiar, just a user. And I haven't had a chance to test out your kernel module, just heard of it today. In any case, I really appreciate your effort in this! |
No problem. I'll be able to look into it in a few days, hopefully, but I'm always there for help & discussions. |
Ok, so here's what I get from the driver. I did compile it for a 5.10 kernel, so without hwmon_pwm_auto_channels_temp, if that's relevant. aquaero-hid-3-191b Fields that pyquaero populates additionally: Hope that helps! EDIT: I just ran the driver on my other system (also aquaero5, aquastreamXT), but here I got all reasonable values, plus the aquastream was detected. I suppose that is because a) the firmware is newer and b) the aquastream is connected via USB, not via aquabus. I will try to find a way to update the firmware on my first system (Linux only) and run the driver again. I intend to keep the Aquastream on Aquabus because that enables me to control it via the display/buttons on the Aquaero. |
I also suspect the aquaero differences are due to firmware. As for aquabus, that's not implemented. I don't think I have the cables and even any devices for that at all, so I'm of no help in that regard. (I have the d5 next, octo, quadro, farbwerk 360 and aquaero 6, for reference.) Thanks for the list of missing sensors, I'll take a look at them and see what can be done. |
Thanks! |
So I upgraded the firmware of both my aquaero 5s (to 2104) and both are working. The only difference I notice is that both report fan rpm and voltage, but only one of them reports fan amperage and thus power, and only 3/4. Voltage and speed is correct for all fans. Not a big deal, just wanted to share. |
Update after git pull:
|
Thanks, I've opened a new issue to track the second point. |
(If anyone received a message offering a Developer position at Github, know that it's a scam.) |
Thanks for the Heads-Up, but yes, it already pretty much looked like one
;-)
|
Tracking work related to Aquaero 5/6 support:
The text was updated successfully, but these errors were encountered: