Phasenumschaltung der go-eCharger
Verfasst: Fr Aug 20, 2021 7:37 pm
Hallo zusammen,
mich würde interessieren ob openWB die Phasenumschaltung der go-eCharger HomeFIX für eine PV Überschussregelung unterstützt.
So wie es aussieht kann die API es:
Switching of phases
One of the most interesting features of the new hardware is the possibility to
switch between one and three phases. This enables one to charge the car with lower excess from the
pv. The switching causes, at least the our car, to reinit a new charging session.
For this reason there is a time gap after phase switch and restarting the charging prozess.
Two parameters of the new status object change after switching between one and three phases using the APP.
For three phases one finds:
"fsp":false
"psm":2
For one phase:
"fsp":true
"psm":1
Calling:
http://*.*.*.*/api/set?fsp=true
returns:
0 succeeded and 2 failed
Calling:
http://*.*.*.*/api/set?psm=1
returns:
1 succeeded and 0 failed.
The APP shows a switch to one phase.
https://githubmemory.com/repo/goecharge ... ext&page=2
Danke
Olli
mich würde interessieren ob openWB die Phasenumschaltung der go-eCharger HomeFIX für eine PV Überschussregelung unterstützt.
So wie es aussieht kann die API es:
Switching of phases
One of the most interesting features of the new hardware is the possibility to
switch between one and three phases. This enables one to charge the car with lower excess from the
pv. The switching causes, at least the our car, to reinit a new charging session.
For this reason there is a time gap after phase switch and restarting the charging prozess.
Two parameters of the new status object change after switching between one and three phases using the APP.
For three phases one finds:
"fsp":false
"psm":2
For one phase:
"fsp":true
"psm":1
Calling:
http://*.*.*.*/api/set?fsp=true
returns:
0 succeeded and 2 failed
Calling:
http://*.*.*.*/api/set?psm=1
returns:
1 succeeded and 0 failed.
The APP shows a switch to one phase.
https://githubmemory.com/repo/goecharge ... ext&page=2
Danke
Olli