Replies: 3 comments 5 replies
-
Do you use the grottserver docker image? Then you do not have to specify ggrowattip: 47.91.67.66 and ggrowattport: 5279. That will bypass the grottserver and send to the growtt server again. You need to open port 5279 (your inverter will send data to this port) and port 5782 (that is used for sending the commands). Be aware using grottserver will disable sending data to the growatt server, but gives you the ability to give API commands. |
Beta Was this translation helpful? Give feedback.
-
Hi Chris, Seems al oke to me. What do you see in a browser when you use the following url's: http://192.168.1.192:5782/inverter or curl http://192.168.0.206:5782/datalogger This normally gives generic information about your configuration. In my case (2 inverters, 2 dataloggers):
|
Beta Was this translation helpful? Give feedback.
-
It just seems to be a Curl issue. I am not a curl expert but parsing the command does not seems to go wel. can you try in the browser. 192.168.1.192:5782/datalogger?command=register®ister=4&datalogger=JPCxxxxxxx |
Beta Was this translation helpful? Give feedback.
-
i installed grott on my home assistant sever and its runs fine i can simply set det sever to responde to shine and that works but if i set it to lokal ip i can get the welcome screen and get data but i can't get its to chance value
ggmode: proxy
gnomqtt: false
gmqttip: 192.xxx.x.xxx
gmqttport: "1883"
gmqttauth: true
gmqtttopic: energy/grott
gmqttuser: my user name
gmqttpassword: my passwode
ginvtype: sph
ggrowattip: 47.91.67.66 < Works i get data from mqtt and shine (127.0.0.1 lokal ip mqtt still works and i can pull some recuest
gverbose: true
ggrowattport: 5279 online. 5781 lokal port i can se the welcome screen and get values
gincludeall: true
gsendbuf: false
i can see my ind log when starting its olso runs on port 5279 but but that port seems to have even more strange behavior
http://192.168.x.xxx:5782/datalogger?command=register®ister=4&datalogger=JPCxxxxxxx
gets {"value": "5"} 8/10 times
http://192.xxx.x.xxx:5782/inverter?command=register®ister=1091&inverter=OMxxxxxxxx
gets anwser 8/10 times
http://192.xxx.x.xxx:5782/datalogger?command=register®ister=4&datalogger=JPCxxxxxxx&value=0.1
sometimes get {"value": "5"} and sometimes get invalid datalogger id and most of the times nothing just a thinking chrome browser
http://192.xxxx.xxx5782/inverter?command=register®ister=1091&inverter=OMxxxxxxxx&value=50
what i undersand of the Danish guide i got i needed to use the port 5781 to send commands but i never get eny feedback from that port.
i thing this lokal sever is all i ever wish fore but its simes to a little tricky to setup and run. i wish the projekt the bedst!!!
i hope someone can help me and even help somebody else with this post :)
Beta Was this translation helpful? Give feedback.
All reactions