Hi,
I do have an GoodWe GW15K-ET Inverter in Place with LAN/WLAN Modul - means I have access via TCP Port 502 to the Modbus of the Device. Unfortunately, the Vendor GoodWE claims that I have to “google” or look up in communities how to configure Modbus with this Inverter.
Does anyone has the entities which I can get via the official GoodWE integration, also available via Modbus or does have a guidance how to make that work in HA? The blogs I found so far didn’t help. At least I know that it works with a couple of lines code in the configuration.yaml.
#Modbus GoodWe
modbus:
- name: "goodwe_modbus"
delay: 5
timeout: 5
type: tcp
host: 192.168.2.87
port: 502
sensors:
- name: Modbus_GoodWe
unit_of_measurement: W
slave: 247
address: 35138
Of course, I see only this very sensor (So, one entity, unit_of_measurement)
Thanks