A collection of custom Home Assistant add-ons for various hardware and functionality.
Display system information on your Argon ONE case's OLED screen.
Features:
- 🖥️ Display system information on 128x64 OLED screen
- 📊 Multiple screens: Logo, Clock, CPU, RAM, Storage, Temperature, IP, QR Code, HA Status
- 🔄 Automatic screen rotation with configurable duration
- 🌡️ Temperature display in Celsius or Fahrenheit
- ⚡ Real-time system monitoring
- 📱 QR code for quick Home Assistant access
- 🏠 Home Assistant system status monitoring
- 🔘 Physical button support to manually cycle screens
Intelligent temperature-based fan control for your Argon ONE v5 case.
Features:
- 🌡️ Automatic CPU temperature monitoring
- 💨 Smart fan speed control via I2C
- ⚙️ Fully configurable temperature thresholds
- 🔄 Smooth speed transitions
- 🐛 Debug mode for troubleshooting
- 🛡️ Safe shutdown handling
- Go to Settings → Add-ons → Add-on Store
- Click the ⋮ menu (three dots) in the top right
- Select Repositories
- Add:
https://github.com/BenWolstencroft/home-assistant-addons - Click Add
- Install the desired add-on from the store
- Copy the addon folder to your Home Assistant
addonsdirectory - Restart Home Assistant
- Install from the local add-ons section
Requirements vary by add-on. See individual add-on documentation for specific requirements.
- 🐛 Report Issues
- 💬 Home Assistant Community
- 📖 Documentation - See individual add-on folders
home-assistant-addons/
├── argon-oled-addon/ # Argon ONE OLED Display Add-on
│ ├── argon_oled.py # Main Python script
│ ├── run.sh # Entry point
│ ├── Dockerfile # Docker configuration
│ ├── config.yaml # Add-on configuration
│ ├── README.md # Add-on documentation
│ └── ... # Other add-on files
├── argon-fan-addon/ # Argon ONE Active Cooling Add-on
│ ├── argon_fan.py # Fan control script
│ ├── run.sh # Entry point
│ ├── Dockerfile # Docker configuration
│ ├── config.yaml # Add-on configuration
│ ├── README.md # Add-on documentation
│ └── ... # Other add-on files
└── repository.json # Repository configuration
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - See LICENSE for details
- Argon ONE OLED Display: Based on setup scripts from Argon40
- Argon ONE Active Cooling: Based on Jeff Curless's argoneon scripts and Argon40