I’m struggling to get basic values from the system like actual power generated. Does anyone made a modbus connection with a Kaco system and if yes can you share the things file or are there other ways to interface with Kaco?
Have you set up like this list:
At the end it was very simple and much easier than with my old SMA system.
I only needed to create the bridge in the .things file
Bridge modbus:tcp:blueplanet "Kaco 7.5 TL3 2MPP" [ host="192.168.100.116", port=502, id=3, enableDiscovery=true ]
Everything else was found automatically.
I’m only missing the total energy for the current day but I can calculate that.