A custom integration that connects Home Assistant to a Tigo CCA (Cloud Connect Advanced) via the local network, without using cloud services or API keys. It fetches real-time and historical solar panel data directly from the device.
π Note: CONFLICT
To be added when available via HACS.
-
Copy the
tigo
directory into: /config/custom_components/ -
Restart Home Assistant.
-
Go to Settings β Devices & Services β Add Integration, and search for Tigo Local.
-
Enter the local IP address of your Tigo CCA (e.g.
192.168.1.100
).
β οΈ Do not includehttp://
or use hostnames liketigo.local
.
- Connects locally to your Tigo CCA via its IP address.
- Retrieves data for each individual panel, including:
- Power (W)
- Voltage (V)
- Current (A)
- Signal Strength (dBm)
- Organizes panels by inverter and string.
- Displays daily and 7-day energy history (if available).
- No credentials required, works entirely over local HTTP access.
- Update 1 min real info
sensor.tigo_a1_power
sensor.tigo_b10_voltage
sensor.tigo_daily_energy
sensor.tigo_last_7_days_energy
Each panel also includes attributes such as:
- Inverter label
- String label
- MP number
- Serial number
- Channel ID
This project is inspired by reverse-engineering efforts and aims to bring offline, privacy-friendly monitoring of Tigo solar installations to Home Assistant.
This project is licensed under the MIT License.