Hallo,
 
	sicherlich gibt es hier ein paar Leute die die WARP3 Wallbox zusammen mit EVCC nutzen. Leider weiss ich zur Zeit garnicht mehr weiter
 
	Auto : Audi Q4 ( 2 phasig mit max 7.2 KW )
 
	EVCC 0.203.3
 
	Ich habe seit gestern die Wallbox installiert und über MQTT in EVCC eingebunden. Das funktioniert soweit auch. 
 
	Sobald der Ladevorgang startet fängt EVCC komplett an zu spinnen. Die. Ladewerte stimmen überhaupt nicht mehr und springen auch ständig hin und her.
 
	Der Verbrauch wird dann überhaupt nicht mehr angezeigt. 
 
	Stoppe ich den Ladevorgang, normalisiert es sich dann wieder. 
 
	 
 
	Meine EVCC Konfiguration:
 
	 
 
	network:
 
	 #  schema: http
 
	 # host: evcc.local # .local suffix announces the hostname on MDNS
 
	  port: 7070
 
	 
 
	log: debug
 
	levels:
 
	  cache: error
 
	 
 
	# unique installation id
 
	plant: ***********************
 
	 
 
	interval: 5s # control cycle interval
 
	 
 
	sponsortoken: *************************
 
	 
 
	 
 
	# sponsors can set telemetry: true to enable anonymous data aggregation
 
	# see https://github.com/evcc-io/evcc/discussions/4554
 
	telemetry: false
 
	 
 
	vehicles:
 
	- type: template
 
	  template: audi
 
	  title: Audi Q4
 
	  user: an***************n@me.com
 
	  password:  ***************
 
	  vin: WA*****************
 
	  capacity: 55
 
	  name: ev1
 
	  phases: 2
 
	chargers:
 
	  - name: GO-E
 
	    type: template
 
	    template: tinkerforge-warp3-smart
 
	    host: 192.168.1.103 # IP Adresse oder der Hostname des MQTT Brokers
 
	    port: 1883 # MQTT Broker Port (optional)
 
	    topic: warp/2et1 # Topic (ohne / am Anfang) (optional)
 
	   # timeout: 5s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)
 
	 
 
	 
 
	loadpoints:
 
	  - title: Parkplatz
 
	    charger: GO-E
 
	    mode: pv
 
	    phases: 2
 
	    mincurrent: 6
 
	    maxcurrent: 16
 
	    #resetOnDisconnect: false
 
	 
 
	meters:
 
	  - name: my_grid
 
	    type: template
 
	    template: powerfox-poweropti
 
	    usage: grid
 
	    user:  *************ven@icloud.com
 
	    password: **************
 
	  - type: template
 
	    template: enphase
 
	    usage: grid
 
	    host: 192.168.1.248
 
	    token: **********************
 
	    name: grid1
 
	  - type: template
 
	    template: enphase
 
	    usage: pv
 
	    host: 192.168.1.248
 
	    token: *******************************
 
	    name: PV
 
	  - name: Batterie
 
	    type: custom
 
	    power:
 
	      source: http
 
	      uri: https://192.168.1.248/ivp/livedata/status
 
	      method: GET
 
	      auth:
 
	        type: bearer
 
	        token: ****************************
 
	      insecure: true
 
	      jq: .meters.storage.agg_p_mw
 
	      scale: 0.001
 
	    soc:
 
	      source: http
 
	      # uri: https://192.168.1.75/ivp/livedata/status
 
	      # With "/ivp/ensemble/inventory" the soc is always up to date and indepentend from enphase Live Status.
 
	      uri: https://192.168.1.248/ivp/ensemble/inventory
 
	      method: GET
 
	      auth:
 
	        type: bearer
 
	        token: **************************
 
	      insecure: true
 
	      # jq: .meters.soc
 
	      jq: .[].devices | map(.percentFull) | add / length
 
	    capacity: 10.5 # kWh
 
	 
 
	 
 
	tariffs:
 
	  grid:
 
	    type: template
 
	    template: ostrom
 
	    clientid: 1***********************
 
	    clientsecret: **************************
 
	 
 
	site:
 
	  title: Mein Zuhause
 
	  meters:
 
	    grid: grid1
 
	    pv:
 
	    - PV
 
	    battery:
 
	    - Batterie
 
	 
 
	mqtt:
 
	  broker: 192.168.1.103:1883
 
	  topic: evcc
 
	 
 
	 
 
	
 
	
 
	
 
	warp3-2et1-EVSE-Ladeprotokoll-2025-04-27T09-45-36-804.txt evcc-20250427-094533-debug.log evcc-20250427-092906-debug.log