-
Notifications
You must be signed in to change notification settings - Fork 6
Installation Guide
Zakery edited this page Jun 29, 2025
·
1 revision
This guide walks you through installing the Monitor My Solar integration in Home Assistant.
Before starting, ensure you have:
- ✅ Monitor My Solar Dongle (v3.0.0+ firmware)
- ✅ Home Assistant (2024.1.0 or newer)
- ✅ MQTT Broker (Mosquitto recommended)
- ✅ HACS (Home Assistant Community Store)
If you don't have an MQTT broker installed:
- Go to Settings → Add-ons → Add-on Store
- Search for "Mosquitto broker"
- Click Install
- Start the add-on
- Go to Configuration tab and add a user:
logins:
- username: mqtt_user
password: your_secure_password- Go to Settings → Devices & Services
- Click + Add Integration
- Search for "MQTT"
- Enter your broker details:
- Broker:
localhost(if using Mosquitto add-on) - Port:
1883 - Username & Password (from Step 1)
- Broker:
- Open HACS
- Click Integrations
- Click + Explore & Download Repositories
- Search for "Monitor My Solar"
- Click Download
- Select the latest version
- Click Download
- Restart Home Assistant
- Open HACS
- Click Integrations
- Click the 3 dots menu → Custom repositories
- Add repository:
- URL:
https://github.com/Monitor-My-Solar/monitormysolar - Category:
Integration
- URL:
- Click Add
- Search for "Monitor My Solar" and install
If not using HACS:
- Download the latest release from GitHub
- Extract the
monitormysolarfolder - Copy to
custom_componentsdirectory:
# Navigate to your Home Assistant config directory
cd /config
# Create custom_components if it doesn't exist
mkdir -p custom_components
# Copy the integration
cp -r monitormysolar custom_components/- Restart Home Assistant
- Go to Settings → Devices & Services
- Click + Add Integration
- Search for "Monitor My Solar"
- Follow the configuration wizard
- Initial Setup - Configure your first dongle
- Multi-Inverter Setup - Add additional inverters
- GridBoss Configuration - Enable GridBoss features
- Ensure you've restarted Home Assistant after installation
- Check the custom_components directory structure
- Verify no errors in Home Assistant logs
- Update HACS to the latest version
- Clear browser cache
- Try manual installation method
- Ensure proper file permissions:
chmod -R 755 custom_components/monitormysolar- Open HACS → Integrations
- Find "Monitor My Solar"
- Click Update when available
- Restart Home Assistant
- Download new version
- Replace the
monitormysolarfolder - Restart Home Assistant