I found a way to change the connection. This can be done via MQTT.
I have used the programm ‘MQTT Explorer’ and noticed this topic:
N/[my id]/evcharger/1/Position the value ’ {“value” : 0 } '.
I have changed it to 1. This changed the Remote console and VRM to above picture. Picture before, see my other post.
You just publish this message:
{“value”:1}
to topic:
W/ [your id]/evcharger/1/Position
Regards, Roel