Hi - I posted a few months ago but have not been able to revisit - so am starting from scratch again.
- GivEnergy AOI (13KW) + Gateway
- Both GivEnergy Devices connected to same wifi network - 192.168.x.0-255
- Windows 10 Laptop - connected to same wifi network
- Docker Desktop - Latest
- britkat/giv_tcp-ma - Latest
Docker configured in host mode - (as of Docker 4.3.0) - as have read that "should" help.
docker run --env-file env-basic.txt britkat/giv_tcp-ma
where the config file has
INVERTOR_IP_1=192.168.x.y
The port 8899 is open on the inverters IP - confirmed via nmap and telnet
When I start Docker I get
'docker run --env-file env-basic.txt britkat/giv_tcp-ma
2024-06-07 09:47:18,310 - startup - [CRITICAL] - SUPERVISOR TOKEN does not exist
2024-06-07 09:47:20,314 - startup - [CRITICAL] - Scanning network for GivEnergy Devices...
2024-06-07 09:47:25,638 - startup - [CRITICAL] - No inverters found...
2024-06-07 09:47:25,638 - startup - [INFO] - Searching for Inverters again
2024-06-07 09:47:25,639 - startup - [CRITICAL] - Scanning network for GivEnergy Devices...
2024-06-07 09:47:30,906 - startup - [CRITICAL] - No inverters found...
2024-06-07 09:47:30,907 - startup - [INFO] - Searching for Inverters again
2024-06-07 09:47:30,907 - startup - [CRITICAL] - Scanning network for GivEnergy Devices...
2024-06-07 09:47:36,170 - startup - [CRITICAL] - No inverters found...
2024-06-07 09:47:36,173 - startup - [CRITICAL] - Running Redis
2024-06-07 09:47:36,174 - startup - [CRITICAL] - Setting up invertor: 1 of 1
2024/06/07 09:47:36 [notice] 249#249: using the "epoll" event method
2024/06/07 09:47:36 [notice] 249#249: nginx/1.20.2
2024/06/07 09:47:36 [notice] 249#249: OS: Linux 5.15.133.1-microsoft-standard-WSL2
2024/06/07 09:47:36 [notice] 249#249: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2024/06/07 09:47:36 [notice] 249#249: start worker processes
2024/06/07 09:47:36 [notice] 249#249: start worker process 253
2024/06/07 09:47:36 [notice] 249#249: start worker process 254
2024/06/07 09:47:36 [notice] 249#249: start worker process 255
2024/06/07 09:47:36 [notice] 249#249: start worker process 256
2024-06-07 09:47:36,304 - startup - [CRITICAL] - Running RQ worker to queue and process givernergy-modbus calls
2024-06-07 09:47:36,304 - startup - [CRITICAL] - Running Invertor (192.168.x.y) read loop every 5s
2024-06-07 09:47:36,305 - startup - [CRITICAL] - Subscribing MQTT Broker for control
2024-06-07 09:47:36,310 - startup - [CRITICAL] - Starting Gunicorn on port 6345
[2024-06-07 09:47:37 +0100] [260] [INFO] Starting gunicorn 21.2.0
[2024-06-07 09:47:37 +0100] [260] [INFO] Listening at: http://0.0.0.0:6345 (260)
[2024-06-07 09:47:37 +0100] [260] [INFO] Using worker: sync
[2024-06-07 09:47:37 +0100] [261] [INFO] Booting worker with pid: 261
[2024-06-07 09:47:37 +0100] [263] [INFO] Booting worker with pid: 263
[2024-06-07 09:47:37 +0100] [262] [INFO] Booting worker with pid: 262
2024-06-07 09:47:39,180 - Inv1 - mqtt_client - [CRITICAL] - Connecting to MQTT broker for control-
2024-06-07 09:47:41,609 - Inv1 - sync - [ERROR ] - Connection to (192.168.x.y, 8899) failed: timed out
2024-06-07 09:47:42,762 - Inv1 - sync - [ERROR ] - Connection to (192.168.x.y, 8899) failed: [Errno 113] Host is unreachable
'
with '2024-06-07 09:47:41,609 - Inv1 - sync - [ERROR ] - Connection to (192.168.x.y, 8899) failed: timed out
2024-06-07 09:47:42,762 - Inv1 - sync - [ERROR ] - Connection to (192.168.x.y, 8899) failed: [Errno 113] Host is unreachable'
then repeating.
I know I am missing some basic - loads of people have this working - what am I doing wrong?
Thanks in advance.
