You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. Still pretty new here. I got some help to get EVCC up and running yesterday. Currently I can see my grid power meter and my Tesla SOC, charge limit, but it won't start charging.
I'm expecting EVCC to use the Tesla API to control charging. My charger is a 1st gen Tesla Wall Connector, so that can't be controlled programmatically. I have added a dummy charger to get EVCC to start properly.
Is my setup suitable for EVCC at all? Can anyone spot the problem?
Konfiguration (/app/evcc.yaml)
# open evcc at http://evcc.local:7070network:
schema: httphost: evcc.local # .local suffix announces the hostname on MDNSport: 7070log: debuglevels:
cache: error# unique installation idplant: *****interval: 5s# control cycle intervalsponsortoken: *****# sponsors can set telemetry: true to enable anonymous data aggregation# see https://github.com/evcc-io/evcc/discussions/4554telemetry: falsemeters:
- type: templatetemplate: homewizardusage: gridhost: 192.168.2.103name: grid1chargers:
- name: dummy_chargertype: customstatus: # charger status A..Fsource: scriptcmd: /bin/sh -c 'echo b'enabled: # charger enabled state (true/false or 0/1)source: scriptcmd: /bin/sh -c 'echo true'enable: # set charger enabled state (true/false or 0/1)source: scriptcmd: /bin/sh -c 'echo true'maxcurrent: # set charger max current (A)source: scriptcmd: /bin/sh -c 'echo 16'loadpoints:
- title: Oprit # display name for UIcharger: dummy_charger # charger referencevehicle: ev2 # reference to standard vehiclemode: pv # charge mode (off, now, minpv, pv)vehicles:
- type: templatetemplate: teslatitle: TimoaccessToken: *****refreshToken: *****vin: *****capacity: 75name: ev2control: truesite:
title: Thuismeters:
grid: grid1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all. Still pretty new here. I got some help to get EVCC up and running yesterday. Currently I can see my grid power meter and my Tesla SOC, charge limit, but it won't start charging.
I'm expecting EVCC to use the Tesla API to control charging. My charger is a 1st gen Tesla Wall Connector, so that can't be controlled programmatically. I have added a dummy charger to get EVCC to start properly.
Is my setup suitable for EVCC at all? Can anyone spot the problem?
Konfiguration (/app/evcc.yaml)
Beta Was this translation helpful? Give feedback.
All reactions