WillCodeForCats / solaredge-modbus-multi

Home Assistant integration for SolarEdge inverters with Modbus/TCP. For single or multiple inverters, meters, and batteries.
Apache License 2.0
161 stars 15 forks source link

Plugin should accept hostnames like 'bc3b947b-modbus-proxy' as inverter IP address #554

Closed schuettecarsten closed 4 months ago

schuettecarsten commented 4 months ago

I use modbus-proxy addon for Home Assistant. This works fine but I have to use 127.0.0.1 as inverter address and expose the modbus proxy port. It would be great if your extension would accept the local addon hostname as inverter IP address.

image

image

WillCodeForCats commented 4 months ago

I must have missed something from my other integration (tekmar-482 accepts host names like this).

WillCodeForCats commented 4 months ago

Fixed in Release v2.4.12-pre.4

schuettecarsten commented 4 months ago

Works, thank you!