Dear all,
 
	I have installed my warp2-pro with mqtt. Everything is working.
 
	I'm trying to setup EVCC (HA-addon) but I have an error "missing loadpoints" whereas my configuration (mqtt ip and topic are the good one) as I see evcc and my wallbox into mqtt explorer. 
 
	Any idee ? 
 
	Thank you !
 
	 
 
network:
  schema: http
  host: evcc.local # .local suffix announces the hostname on MDNS
  port: 7070
mqtt:
  broker: 192.168.1.10:1883
  topic: evcc
log: info
levels:
  cache: error
interval: 10s # control cycle interval
chargers:
- name: warp2
  type: template
  template: tinkerforge-warp
  fw2: true
  host: 192.168.1.10
  port: 1883
  topic: warp2/pro
loadpoints:
- title: Garage
  charger: warp2
  mode: off
  phases: 3
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: false
meters:
- nom : pv_meter
  type : custom 
  power : 
    source : mqtt
    cmd : homeassistant/meter/prod_instant
- nom : grid_meter
  type : custom 
  power : 
    source : mqtt
    cmd : homeassistant/meter/puissance_globale
site:
  title: Home
  meters:
    grid: grid_meter
    pv: pv_meter