Hi All, just wanted to share that I’ve started to put together an addon to get the Argon Industria OLED Module from Argon40 working in HAOS on Raspberry Pi
I’ve only tested this on a RPi 5 with HAOS (installed on an NVMe) but i’m having success there.
Current issues: Button doesn’t work
https://github.com/BenWolstencroft/home-assistant-addons
1 Like
Hi everyone!
I’ve just released version 1.16.2 of the Argon ONE OLED Display add-on, which adds a new Fan Screen specifically for Raspberry Pi 5 users!
What’s New?
The Fan Screen displays real-time information about your Raspberry Pi 5’s native fan:
- RPM reading (if your fan has a tachometer wire connected)
- PWM duty cycle percentage (0-100%)
The screen reads directly from the kernel’s hardware monitoring interface (/sys/class/hwmon), giving you accurate, real-time fan data right on your OLED display.
The Fan Screen
- You’ll see the actual fan speed in RPM
- Example: “2500 RPM”
Progress Bar:
- Shows the commanded fan speed (0-100%)
- Includes percentage value on the right
For Existing Users - How to Add the Fan Screen
If you’re already using the Argon ONE OLED add-on, here’s how to enable the new Fan screen:
Step 1: Update the Add-on
- Go to Settings → Add-ons → Argon ONE OLED Display
- Click Update to install version 1.16.1
- Don’t start it yet - we need to configure the fan first!
Step 2: Add Fan to Your Screen List
-
Go to the add-on Configuration tab
-
Find the screen_list option
-
Add fan to your screen list
screen_list: "logo clock cpu storage ram temp fan ip"
-
Save and Start the add-on
Compatibility
Raspberry Pi 5 - Full support with native 4-pin fan connector
Older Raspberry Pi models - The fan screen will display “Not Found” since they don’t have the native fan controller
Troubleshooting
Fan screen shows “Not Found”:
- Make sure you’re using Raspberry Pi 5
- Verify the fan configuration is in
/mnt/boot/config.txt
- Ensure you’ve rebooted after adding the configuration
- Check that your fan is physically connected to the 4-pin fan connector
No RPM reading, only PWM percentage:
- This is normal if your fan doesn’t have a tachometer wire (3rd pin)
- The Argon ONE V5 case may not connect the tachometer wire
- You’ll still see the PWM duty cycle which tells you the fan speed
Happy monitoring! 
If you find this add-on useful, please consider giving it a star on GitHub!