However I’m not able to set the charging current. According to the API documentation, setting the charging current should be done using a PATCH request. I don’t see how to do a PATCH request in Homey logic, only GET, POST, PUT and DELETE requests seems to be possible.
I tried the MODBUS option as well, but I didn’t get that working.
is an example of output after the GET request. So I can read that information and get the CurrentPhase1. That’s no problem.
My question was more: how can I change the charging current. According to the API documentation, that should be done with a PATCH request, and that is what I don’t know how to do
I did google but didn’t find an answer, that’s why I started this new topic…
As indicated in my first post, in Homey logic, there is no such thing as PATCH request
So PATCH is another method. I don’t think you can use the Card GET, as it will send a request using the text GET which you cannot replace by the text PATCH. So you will need some card to send a “raw request” allowing this. For example sending an request in a Telnet session allows you this.