Solaredge inverter via Modbus TCP 2

Hi @Levin1,

I also have the connection problems sometimes. But it is very sporadically and I was not able to find any type of time scheme or if there are some events driving the connection errors. I think, the occurences are not more than 4-5 times a week.

My settings are:

Bridge:

UID: modbus:tcp:solaredgebridge
label: SolarEdge Modbus TCP Bridge
thingTypeUID: modbus:tcp
configuration:
  rtuEncoded: false
  timeBetweenTransactionsMillis: 60
  connectMaxTries: 1
  reconnectAfterMillis: 0
  port: 502
  timeBetweenReconnectMillis: 0
  host: 192.168.x.y
  connectTimeoutMillis: 10000
  id: 1
  enableDiscovery: true
location: HWR

Inverter:

UID: modbus:inverter-single-phase:solaredgeinverter:40069
label: SolarEdge  SE2200 Inverter
thingTypeUID: modbus:inverter-single-phase
configuration:
  length: 61
  refresh: 5
  maxTries: 3
  address: 40000
bridgeUID: modbus:tcp:solaredgebridge

Meter:

UID: modbus:meter-wye-phase:solaredgemeter
label: SolarEdge WattNode Meter
thingTypeUID: modbus:meter-wye-phase
configuration:
  length: 61
  refresh: 5
  maxTries: 3
  address: 40000
bridgeUID: modbus:tcp:solaredgebridge

I will not change the settings, as I can live with the sporadic connection errors.

Cheers
Jonathan