-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the official documentation! This repository provides high-performance, automated Add-ons to bridge external data and system metrics into your Home Assistant via MQTT.
🔐 Important: MQTT Configuration Applies to all Add-ons below: To enable data transmission, you must enter your MQTT credentials in the Co nfiguration tab of each Add-on: MQTT Host: Usually core-mosquitto (for internal broker). MQTT Port: Default is 1883. MQTT User & Password: Use a valid Home Assistant User or your custom broker credentials. Note: Without correct MQTT settings, no sensors will appear in your dashboard!
Setting up this repository is quick and easy:
- Go to Settings > Add-ons > Add-on Store.
- Click the three dots (top right) > Repositories.
- Add this URL:
https://github.com/23Phantom08/ha_addons - Click Add, refresh your store, and look for the 23Phantom08 section.
Automated electricity data extraction from the Digimeto VDIS5 portal.
- Full Automation: Automated SAML/SSO login via Playwright.
- Rich Data: Current consumption, meter readings, and long-term history.
- History Support: Detailed 7-day and 13-month data points.
| Option | Description |
|---|---|
digimeto_username |
Your portal login email |
digimeto_password |
Your portal password |
update_interval |
Sync frequency in seconds (Default: 3600) |
Monitor your heating and water consumption directly from the Minol web services.
- Energy Dashboard: Seamlessly integrates into the native HA Energy dashboard.
- Precise Metrics: Tracks hot water (WW) and heating (HK) consumption.
- Auto-Discovery: No manual YAML configuration needed for sensors.
| Option | Description |
|---|---|
minol_email |
Your Minol portal email |
minol_password |
Your portal password |
billing_start_month |
Your contract's billing start (1-12) |
The ultimate "set and forget" background service for your Home Assistant host metrics.
This add-on is designed to work out of the box. No manual configuration, no YAML editing, no hassle.
- Install the Add-on.
- Start the service.
- Done. All sensors appear automatically in Home Assistant.
- Auto-Discovery: Uses MQTT Discovery to create all entities instantly.
- Smart Resource Management: Runs with minimal impact (approx. 2% CPU & 1% RAM).
- Real-time Updates: Pushes host vitals every 5 seconds (configurable).
The following sensors are created and updated automatically:
| Entity | Description | Unit |
|---|---|---|
| CPU Usage | Current processor load | % |
| CPU Temp | Real-time hardware temperature | °C |
| RAM Usage | Physical memory consumption | % |
| Disk Usage | Storage space utilization | % |
| Network In/Out | Incoming and outgoing traffic | MB/s |
Even though it's Plug & Play, ensure your MQTT Broker is running.