-
Notifications
You must be signed in to change notification settings - Fork 3
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
incompatible with firmware 2009 #19
Comments
I have firmware 2009, and it is working. Are you sure you are using fw 2009? |
I am definitively on firmware 2009 (just checked with the aquasuite on windows), and by running aerocli I get: And yes, I have the correct udev-rule set. Oh, perhaps I should mention that I needed to use gcc-5 to successfully compile, my system's standard compiler gcc-7 (and gcc-6 also) threw some errors while compiling aerocli.c. I can post them if it helps. |
For the compilation, it is because my fixes are on the devel branch, not the stable branch. For the error, I think you didn't compile the correct branch... after checking, you should also use devel branch. |
Ah, yes, it really seemed that git clone got the wrong branch. I re-compiled with the devel-branch and it is mostly working right now (the necessity to run autoconf/autoreconf before configure might be a good thing to put in the INSTALL). aerocli doesn't get the CPU temperature and my installed aquastream pump, but the sensors are there: |
cpu temp is purely software: this is the PC that sends the cpu temps to the aquaero. |
The aquaero has a temperature sensor for its own cpu, that's what usually is displayed for the CPU temperature. It does not correspond to the computer's cpu temperature. This is how it looks for my other rig with an aquaero that has an older firmware (not sure which exactly): CPU Temp: 41.03 °C The aquastream is not that important, but since it reads "10000Hz @ 0.00V", I agree that the decoding is off somewhere. BTW, calling aerocli with the -a flag results in a segfault. |
strange... I do not see any cpu temp in windows nor in the aquaero display. For the crash, this is because of the usb reports not being read for names.... something most likely changed in the kernel making the issue worse. This means that aquaeronix must be updated to fix the report names reading. |
They really might have removed it, it's not there in windows here, either. Can't confirm for the display as it's the "light" version of the aquaero (PCB only). |
Hi all,
I think the latest firmware for the Aquaero5 is 2009. I just acquired such device and would certainly like to use it with linux.
So, if there's any interest in updating aerocli to support firmware 2009, I'd be happy to beta-test.
The text was updated successfully, but these errors were encountered: