It is supposed to read it every 5 minutes and it used to do that, but now the data looks like this:
I guess I'll try to reset the whole thing and see if it makes any difference.
Best regards, Michiel.
I guess the data doesn't come through every 5 minutes anymore.Search found 13 matches
- Monday 13 March 2023 22:22
- Forum: Utility
- Topic: Growatt: 2nd plant/data logger
- Replies: 6
- Views: 880
- Saturday 11 March 2023 9:04
- Forum: Utility
- Topic: Growatt: 2nd plant/data logger
- Replies: 6
- Views: 880
Re: Growatt: 2nd plant/data logger
Hi Rolandet,
as you can see I also posted an issue with the Growatt script. Do you also have issues that the script doesn't read the power continuously? Are you using the latest version from github?
Best regards, Michiel.
as you can see I also posted an issue with the Growatt script. Do you also have issues that the script doesn't read the power continuously? Are you using the latest version from github?
Best regards, Michiel.
- Saturday 04 March 2023 20:34
- Forum: Utility
- Topic: Growatt: 2nd plant/data logger
- Replies: 6
- Views: 880
Re: Growatt: 2nd plant/data logger
Hi Rolandet, I'm not a php expert, but I assumed it must be somewhere in the lines of the script where the URL for the data is setup: $curl = curl_init(); $url='http://server-api.growatt.com/newPlantAPI.do?action=getUserCenterEnertyData'; curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl ...
- Wednesday 01 March 2023 21:21
- Forum: Utility
- Topic: Growatt does not show continuous power
- Replies: 2
- Views: 310
Re: Growatt does not show continuous power
Hi waltervl, thank you for your reply. I checked the log on Domoticz. It seems that one time it shows the total power and the next 5 minutes not. Domoticz_log.jpg As you can see the first time the first total energy is 6748000 Wh and the second time it registers 0. There is no error though. Do you ...
- Monday 27 February 2023 23:14
- Forum: Utility
- Topic: Growatt does not show continuous power
- Replies: 2
- Views: 310
Growatt does not show continuous power
Hi, I am using sincze's growatt php script to read my solar panel data from the growatt server. Since a few months (I think) the power data is not continuous anymore. During the day it drops to zero, so the total energy will not integrate to the right value either. For example, today's graph looks ...
- Monday 11 July 2022 8:03
- Forum: Utility
- Topic: Growatt shows minus value since update of domoticz
- Replies: 33
- Views: 3810
Re: Growatt shows minus value since update of domoticz
Problem solved. I took the latest script from incze's github and now it works again. Apparently, there have been some changes in the script with respect to the version I had. As far I can see the login form has changed on the 16th of June, so that's probably why I started seeing zeros since mid June ...
- Monday 27 June 2022 22:31
- Forum: Utility
- Topic: Growatt shows minus value since update of domoticz
- Replies: 33
- Views: 3810
Re: Growatt shows minus value since update of domoticz
@petervandersman, did you ever find out why this happened? The script hasn't changed. I'm not a php expert, but there must be a way to debug the script. @PieterS, I'll take a look at this. I have no idea what you meant by all of that, I guess I can find some info about it on the internet. Best ...
- Sunday 26 June 2022 11:37
- Forum: Utility
- Topic: Growatt shows minus value since update of domoticz
- Replies: 33
- Views: 3810
Re: Growatt shows minus value since update of domoticz
Has anyone experienced this recently as well?
Best regards, Michiel.
Best regards, Michiel.
- Wednesday 22 June 2022 21:46
- Forum: Utility
- Topic: Growatt shows minus value since update of domoticz
- Replies: 33
- Views: 3810
Re: Growatt shows minus value since update of domoticz
If I return to the old script (the one from github) the growatt domoticz device is updated again, but with zero values again.
Best regards, Michiel.- Tuesday 21 June 2022 22:04
- Forum: Utility
- Topic: Growatt shows minus value since update of domoticz
- Replies: 33
- Views: 3810
Re: Growatt shows minus value since update of domoticz
With the old script the login was successful (I could also see this in the log). With the adjusted script I do not receive any values.
Best regards, Michiel.
Best regards, Michiel.
- Tuesday 21 June 2022 21:48
- Forum: Utility
- Topic: Growatt shows minus value since update of domoticz
- Replies: 33
- Views: 3810
Re: Growatt shows minus value since update of domoticz
I didn't have negative values, but zero values from one day to another. Now I updated the script according to your suggestions in this thread, but now the inverter does not update in Domoticz at all. I'll attach the updated script in this post, maybe you'll the problem right away. BTW, what is the ...
- Monday 20 June 2022 23:05
- Forum: Utility
- Topic: Growatt shows minus value since update of domoticz
- Replies: 33
- Views: 3810
Re: Growatt shows minus value since update of domoticz
Hi sincze,
the URL is: http://server-api.growatt.com/newLoginAPI.do
I didn't change the script until the zero values started to show up. I made the changes you suggested.
Best regards, Michiel.
the URL is: http://server-api.growatt.com/newLoginAPI.do
I didn't change the script until the zero values started to show up. I made the changes you suggested.
Best regards, Michiel.
- Monday 20 June 2022 21:47
- Forum: Utility
- Topic: Growatt shows minus value since update of domoticz
- Replies: 33
- Views: 3810
Re: Growatt shows minus value since update of domoticz
Hi everybody, since last Tuesday my growatt inverter only displays zero values in Domoticz. Nothing has changed, so this puzzled me. I found this thread and I updated the script according to sincze's suggestions. However, now my growatt device is colored 'red' in Domoticz, so it is not updating ...