23.06.2023, 11:20
Thank you very much for your help.
I still have one question. In the Goodwe app, I can see how many we inject. I want to load in into the LM, so I can ask to the heat pump to make more hot water so it fulfills also the function of a battery. When I send use the following script:
The log ends with ..., so I have the impression that not everything is saved in the log and that I can't see everything.
Is there a possibility to saved everything, so that I can see alle the information that the LM is getting back.
I still have one question. In the Goodwe app, I can see how many we inject. I want to load in into the LM, so I can ask to the heat pump to make more hot water so it fulfills also the function of a battery. When I send use the following script:
Code:
url = response.api .. "/v2/PowerStation/GetMonitorDetailByPowerstationId"
response = json.decode(table.concat(response))
log (response)
The log ends with ..., so I have the impression that not everything is saved in the log and that I can't see everything.
Is there a possibility to saved everything, so that I can see alle the information that the LM is getting back.