britkat1980 / giv_tcp

TCP connection (from inverter) and MQTT implementation
78 stars 37 forks source link

Docker image for AIO #117

Closed PianSom closed 11 months ago

PianSom commented 1 year ago

Hi - please can I check the that the env variable for those of us with an AIO and who use the Docker image is

- IS_AIO = True

(and that we still need NUMBATTERIES_1 = 0)

Thanks!

PianSom commented 1 year ago

For posterity, as of now (Sep 23, v 2.2.2) the correct docker-compose settings are

      - NUMINVERTORS=1 

      - INVERTOR_IP_1=a.b.c.d                # Set this to the IP address of your Inverter on your local network

      - INVERTOR_AIO_1=True 

      - NUMBATTERIES_1=0 

Also, it doesn't work if you spell it INVERTERS :)

Please close this issue