You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverted back to the old version for now, which has solved the issue.
givtcp:
container_name: givtcp
image: britkat/giv_tcp-ma:2.4.2
restart: unless-stopped
ports:
- "6345:6345" # REST (add increments for each inverter)
- "3005:3005" # This should match the WEB_DASH_PORT ENV below
environment:
- TZ=Europe/London
- NUMINVERTORS=1
- INVERTOR_IP_1=192.168.[redacted]
- INVERTOR_AIO_1=True
- INVERTOR_AC_1=False
- NUMBATTERIES_1=0 # Number of battery modules installed and connected to the above inverter
- MQTT_OUTPUT=True # "True" if you want to publish your data to MQTT, "False" otherwise
- MQTT_ADDRESS=mosquitto
- MQTT_USERNAME=[redacted]
- MQTT_PASSWORD=[redacted]
- MQTT_TOPIC=GivEnergy/Data # Root topic to publish data to. If left blank it will default to GivEnergy/<invertor_serial_number>
- MQTT_PORT=1883 # Port of your existing broker, leave as "1883" for internal broker
- HA_AUTO_D=True
- LOG_LEVEL=Error
- HOSTIP=192.168.[redacted]
- WEB_DASH=True # Enable the wed dashboard
- WEB_DASH_PORT=3005 # Port to serve the web dashboard on
volumes:
- /docker-volumes/givenergy/config:/config/GivTCP
privileged: true
The text was updated successfully, but these errors were encountered:
All my settings are above. I've deployed as a container, and have not used a Home Assistant addon as I don't run HA OS. I don't know what the configurator is, I'm assuming that's the front end configuration page you get in Home Assistant?
My instance of watchtower automatically updated some containers overnight, and now GivTCP won't find my inverter.
Reverted back to the old version for now, which has solved the issue.
The text was updated successfully, but these errors were encountered: