Advertisement
Guest User

Untitled

a guest
Aug 18th, 2022
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1. # open evcc at http://evcc.local:7070
  2. network:
  3.   schema: http
  4.   host: evcc.local # .local suffix announces the hostname on MDNS
  5.   port: 7070
  6.  
  7. log: info
  8. levels:
  9.   cache: error
  10.  
  11. interval: 10s # control cycle interval
  12.  
  13. meters:
  14. - type: template
  15.   template: tasmota
  16.   usage: grid  
  17.   host: 192.168.178.222  
  18.   name: grid1
  19.  
  20. chargers:
  21. - type: template
  22.   template: tasmota
  23.   host: 192.168.178.233  
  24.   channel: 1  
  25.   standbypower: 15  
  26.   name: wallbox3
  27.  
  28. vehicles:
  29. - type: template
  30.   template: dacia
  31.   title: Spring  
  32.   user: [email protected]  
  33.   password: 20StellenmitSonderzeichen  
  34.   vin: UU1DBG000********  
  35.   capacity: 27.4  
  36.   name: ev2
  37.  
  38. loadpoints:
  39. - title: Garage
  40.   charger: wallbox3
  41.   vehicles:
  42.  - ev2
  43.   mode: pv
  44.   phases: 3
  45.   mincurrent: 6
  46.   maxcurrent: 10
  47.   resetOnDisconnect: true
  48.  
  49. site:
  50.   title: Mein Zuhause
  51.   meters:
  52.     grid: grid1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement