Hello everyone!
@@@ TIGOSOLAR @@@
I’ve developed two custom Home Assistant integrations for those using Tigo optimizers, without the need for taptap or RS485.
Both integrations follow the same structure:
Each panel has 4 dedicated sensors:
Power (W)
Voltage In (V)
Current In (A)
Signal Strength (RSSI)
Tigo Cloud Integration
Uses the official Tigo API (requires a €20/year subscription).
Pros:
- Works remotely — even outside your local network
Cons: - Paid API
- Data is delayed ~10 minutes due to cloud → CCA synchronization
GitHub - Tigo Cloud Integration
Tigo Local Integration
Uses the local IP of your Tigo CCA — no internet required.
Pros:
- Real-time data (updates every minute)
- Completely free
Cons: - Must be on the same local network
GitHub - Tigo Local Integration
Important: Do not use both integrations at the same time — pick one!
Feel free to test them out and let me know what you think!
Contributions, feedback, and stars are always welcome