[Custom Integration] Tigo Optimizers – Cloud & Local Support

:wave: 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:

  • :battery: Power (W)
  • :zap: Voltage In (V)
  • :electric_plug: Current In (A)
  • :signal_strength: Signal Strength (RSSI)

:cloud: 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

:link: GitHub - Tigo Cloud Integration


:house: 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

:link: GitHub - Tigo Local Integration


:warning: 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 :star:

7 Likes

it does not show up in hacs

no hacs, click with button in git repo.

I’ve tried both integration (separately) and both appear to work perfectly (I have premium account with tigo for access to the API for the online version). I’ll stick with the local version though as it’s live data so no reliance on delayed and occasionally unreliable data from the Tigo API. I believe my CCA is using latest firmware version and no issues.

Many thanks for your efforts in coding. Was hoping someone would write an integration to bring Tigo data into HA automatically!