• 25.04.2026, 15:01
  • Registrieren
  • Anmelden
  • Sie sind nicht angemeldet.

 

Lieber Besucher, herzlich willkommen bei: Aqua Computer Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

Ballantin

Junior Member

Help configuring Aquasuite

Mittwoch, 11. März 2026, 13:07

Hi guys!

I have been water cooling my computers for probably over 20 years but only recently moving all my stuff to the Aqua Computer ecosystem and I would really appreciate any suggestions on how to best configure it. My goal is low temperatures with moderate noise levels.

System specs:

MOBO: Rog Crosshair X870E Hero
CPU: 9950X3D with Optimus Signature V3 block
GPU: 5090 with Alphacool Core block
Pumps: 2x D5 Next in series (EK XTOP Revo dual top with a reservoir attached to it)
Flow Next sensor.
Octo controller with a temp probe that sits just outside the case.
2x 360 radiators, 60mm thick
6x Phanteks T30 120mm fans connected to the Octo.

This is a rough diagram of my loop:


Fans are configured with a curve based in a DeltaT between ambient and water temperature from the Flow Next. It ramps up the speed of the fans from 800rpm to 3000rpm linearly, from 3C to 17C DeltaT
I use a curve instead of a target temperature because the ambient of the room changes significantly between the cold and hot months of the year.



Thank you!

InfoSeeker

Senior Member

Freitag, 13. März 2026, 23:30

That's a pretty nice system... I would be interested in seeing the ambient temperature over time as the system cycles between low load and full load

Ballantin

Junior Member

Freitag, 20. März 2026, 12:48

That's a pretty nice system... I would be interested in seeing the ambient temperature over time as the system cycles between low load and full load
Thank you! That means I am not doing anything grossly wrong :D

I have taken your advice and configured Aquasuite to send all sensor data by MQTT to my Unraid server (Aquasuite > Mosquitto > Telegraf > InfluxDB > Grafana). Now all sensor data is being logged and saved.

InfoSeeker

Senior Member

Samstag, 21. März 2026, 00:00

I don't believe your ambient sesor is reading "ambient", it mirrors your case temperature exactly, with a 6° offset. Ambient should be a relatively straight line, regardless of system load. The sensor is too near a heat source that fluctuates with system load.

Speedy-VI

Senior Member

Sonntag, 22. März 2026, 03:22

I have taken your advice and configured Aquasuite to send all sensor data by MQTT to my Unraid server (Aquasuite > Mosquitto > Telegraf > InfluxDB > Grafana). Now all sensor data is being logged and saved.
That is a nice looking dashboard! I know that Aquasuite can export sensor data to an MQTT Broker, but I have never tried doing it. Google Gemini says your pipeline is called a TIG Stack (Telegraf, InfluxDB, Grafana). The sensor data gets sent to Mosquitto. Telegraf subscribes to Mosquitto to acquire the data, add tags, and pushes the data to InfluxDB. Grafana queries InfluxDB to get the data, then formats it and displays it in graphical format. Is this sort of correct?

Jeff3F

Junior Member

RE: Help configuring Aquasuite

Dienstag, 24. März 2026, 01:07

Hi guys!

I have been water cooling my computers for probably over 20 years but only recently moving all my stuff to the Aqua Computer ecosystem and I would really appreciate any suggestions on how to best configure it. My goal is low temperatures with moderate noise levels.

System specs:

MOBO: Rog Crosshair X870E Hero
CPU: 9950X3D with Optimus Signature V3 block
GPU: 5090 with Alphacool Core block
Pumps: 2x D5 Next in series (EK XTOP Revo dual top with a reservoir attached to it)
Flow Next sensor.
Octo controller with a temp probe that sits just outside the case.
2x 360 radiators, 60mm thick
6x Phanteks T30 120mm fans connected to the Octo.

This is a rough diagram of my loop:
[attach]11362[/attach]

Fans are configured with a curve based in a DeltaT between ambient and water temperature from the Flow Next. It ramps up the speed of the fans from 800rpm to 3000rpm linearly, from 3C to 17C DeltaT
I use a curve instead of a target temperature because the ambient of the room changes significantly between the cold and hot months of the year.
[attach]11359[/attach]
[attach]11360[/attach]

Thank you!
Hello! I'm curious whether you considered having a coolant temperature sensor, or maybe why you didn't use the included Aquasuite temp sensor attached to something within the loop (ie attached to a radiator perhaps).

I'm also struggling with figuring out how to use OCTO and Aquasuite with my own custom loop. Danke!

Ballantin

Junior Member

Montag, 13. April 2026, 14:45

I don't believe your ambient sesor is reading "ambient", it mirrors your case temperature exactly, with a 6° offset. Ambient should be a relatively straight line, regardless of system load. The sensor is too near a heat source that fluctuates with system load.
I have checked with the desk thermometer and it is spot on. It is a very small room and the heat from the 2 radiators really elevate ambient temp when on full load.
The thermal probe is sticking out from the front of the PC case about 5cm.


I have taken your advice and configured Aquasuite to send all sensor data by MQTT to my Unraid server (Aquasuite > Mosquitto > Telegraf > InfluxDB > Grafana). Now all sensor data is being logged and saved.
That is a nice looking dashboard! I know that Aquasuite can export sensor data to an MQTT Broker, but I have never tried doing it. Google Gemini says your pipeline is called a TIG Stack (Telegraf, InfluxDB, Grafana). The sensor data gets sent to Mosquitto. Telegraf subscribes to Mosquitto to acquire the data, add tags, and pushes the data to InfluxDB. Grafana queries InfluxDB to get the data, then formats it and displays it in graphical format. Is this sort of correct?

That is correct. It is a common way to ingest and display data in Grafana :)
The hardest part was adjusting the InfluxDB queries in Telegraf and Grafana to get the data formatted correctly.



Hello! I'm curious whether you considered having a coolant temperature sensor, or maybe why you didn't use the included Aquasuite temp sensor attached to something within the loop (ie attached to a radiator perhaps).
I'm also struggling with figuring out how to use OCTO and Aquasuite with my own custom loop. Danke!


Both D5 pumps and the flow sensor have water temperatures. I use the one in the flow sensor to calculate Delta-T between water and ambient. For ambient I use the probe that came with my OCTO. I also have another probe inside the case to monitor temperature there.

InfoSeeker

Senior Member

Dienstag, 14. April 2026, 16:57

Zitat

I don't believe your ambient sesor is reading "ambient", it mirrors your case temperature exactly, with a 6° offset. Ambient should be a relatively straight line, regardless of system load. The sensor is too near a heat source that fluctuates with system load.

I have checked with the desk thermometer and it is spot on. It is a very small room and the heat from the 2 radiators really elevate ambient temp when on full load.
The thermal probe is sticking out from the front of the PC case about 5cm.

I was not concerned about the accuracy of the sensor, but 5CM is a very close.
Radiation from the radiator affects the sensor, yielding a lower Δt.
In your chart, every time there is a load increase, there is corresponding ambient rise.

Speedy-VI

Senior Member

Mittwoch, 15. April 2026, 00:41

That is correct. It is a common way to ingest and display data in Grafana :)
The hardest part was adjusting the InfluxDB queries in Telegraf and Grafana to get the data formatted correctly.
I am just learning about how MQTT is structured, so I have a ways to go before I could accomplish what you have. I have tried importing time/date stamped temp sensor data exported from Aquasuite into Excel, and recall having to fight with the way time/date is formatted in the Aquasuite export.

Ballantin

Junior Member

Mittwoch, 15. April 2026, 12:07

That is correct. It is a common way to ingest and display data in Grafana :)
The hardest part was adjusting the InfluxDB queries in Telegraf and Grafana to get the data formatted correctly.
I am just learning about how MQTT is structured, so I have a ways to go before I could accomplish what you have. I have tried importing time/date stamped temp sensor data exported from Aquasuite into Excel, and recall having to fight with the way time/date is formatted in the Aquasuite export.
If you have a small second computer (or even a Raspberry PI) where you can run some docker containers it is easy to achieve.
To export the data I use an Output (under Playground in Aquasuite). The data is sent to the MQQT server in JSON format.
If you are interested I can share my configuration.

Ähnliche Themen