Skip to content

BenWolstencroft/home-assistant-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Add-ons

A collection of custom Home Assistant add-ons for various hardware and functionality.

Available Add-ons

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

View Documentation →

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

View Documentation →

Installation

Method 1: Add Repository to Home Assistant

  1. Go to SettingsAdd-onsAdd-on Store
  2. Click the menu (three dots) in the top right
  3. Select Repositories
  4. Add: https://github.com/BenWolstencroft/home-assistant-addons
  5. Click Add
  6. Install the desired add-on from the store

Method 2: Manual Installation

  1. Copy the addon folder to your Home Assistant addons directory
  2. Restart Home Assistant
  3. Install from the local add-ons section

Requirements

Requirements vary by add-on. See individual add-on documentation for specific requirements.

Support

Repository Structure

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

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - See LICENSE for details

Credits

About

Home Assistant Addons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published