Skip to content
Discussion options

You must be logged in to vote

I was able to find a solution. I doubt that many other people will run into the same issue, but here it is:

My docker server has IP 192.168.10.3, which puts it in the 192.168.10.0/24 network.
The ONLY network the datalogger is unable to contact is 192.168.10.0/24 !

It turns out that the datalogger has a built-in AP interface using a hardcoded IP address: 192.168.10.100. Because this IP falls within the 192.168.10.0/24 range, the device treats all traffic to that subnet as internal traffic.

So this stupid configuration decision of Growatt is the reason I could not get it to work!

Since I didn’t want to move my docker server to a different subnet, I created a port-forwarding rule on my rou…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Rubeast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant