nmakel / solaredge_meterproxy

Modbus proxy for SolarEdge inverters and unsupported kWh meters
MIT License
29 stars 20 forks source link

Proxy MQTT data to Solaredge Modbus TCP #32

Closed cratoo closed 1 month ago

cratoo commented 2 months ago

Hi there, was able to get the script running, but had to change some Endian stuff under python 3.9. What I don't get how Modbus TCP Proxy should work. In the readme there is the line "Your Modbus TCP gateway will need to be configured as TCP client". Where does one configure that? My current setup is, that I query my inverter via modbus tcp to get data from it about production, import, export. I can access setapp to configure the meter, but I don't see where I would configure the ip so that the inverter would talk to the script? Am I mixing things up here? Thanks in advance for help!

cratoo commented 1 month ago

Closing this, as I misunderstood the project.