5 02 2022
Solar charging with go-e Charger (hardware v3) – PV Überschussladen mit go-e Charger (hardware v3)
1) Enable local HTTP API v2 inside go-e app (Internet -> extended settings)
2) Use curl to adjust charging:
#adjust amps
curl “http://1.2.3.4/api/set?amp=16”
#set 1-phase
curl “http://1.2.3.4/api/set?psm=1”
#set 3-phase
curl “http://1.2.3.4/api/set?psm=2”
#start charging
curl “http://1.2.3.4/api/set?frc=0”
#stop charging
curl “http://1.2.3.4/api/set?frc=1”
Get settings (all or some, see https://github.com/goecharger/go-eCharger-API-v2/blob/main/apikeys-de.md ):
curl “http://1.2.3.4/api/status”
curl “http://1.2.3.4/api/status?filter=amp,psm”
Günstige Bankkonten für Privat und Firma (GmbH) smart-me.com REST API curl examples – Smart Meter for KAMSTRUP DK-8660 – EV solar charging – PV Überschussladen
Comments are currently closed.