network:
# schema is the HTTP schema
# setting to `https` does not enable https, it only changes the way URLs are generated
schema: http
# host is the hostname or IP address
# if the host name contains a `.local` suffix, the name will be announced on MDNS
# docker: MDNS announcements don't work. host must be set to the docker host's name.
host: evcc.local
# port is the listening port for UI and api
# evcc will listen on all available interfaces
port: 7070
interval: 30s # control cycle interval. Interval <30s can lead to unexpected behavior, see
interval | evcc - Sonne tanken
plant: 1a9d49b7c9020a3d240e79236d7d326eadb4b615a176556641f354c98db28906 # TODO: Generoi tähän plant id
# database configuration for persisting charge sessions and settings
# database:
# type: sqlite
# dsn: <path-to-db-file>
# sponsor token enables optional features (request at
evcc Sponsoring)
# sponsortoken:
# telemetry enables aggregated statistics
#
# Telemetry allows collecting usage data (grid and green energy, charge power).
# Data is aggregated, no individual charging sessions are tracked. The collected,
# anonymous data can be retrieved using
https://api.evcc.io.
#
# See
Experimental: add telemetry for virtual power plant by andig · Pull Request #4343 · evcc-io/evcc or details.
#
# For time being, this is only available to sponsors, hence data is associated with
# the sponsor token's identity.
#
# telemetry: true
# log settings
log: info
levels:
site: debug
lp-1: debug
lp-2: debug
cache: error
db: error
# modbus proxy for allowing external programs to reuse the evcc modbus connection
# each entry will start a proxy instance at the given port speaking Modbus TCP and
# relaying to the given modbus downstream device (either TCP or RTU, RS485 or TCP)
modbusproxy:
# - port: 5200
# uri: solar-edge:502
# # rtu: true
# # readonly: true # use `deny` to raise modbus errors
# meter definitions
# name can be freely chosen and is used as reference when assigning meters to site and loadpoints
# for documentation see
https://docs.evcc.io/docs/devices/meters
meters: # TODO: laita tähän oma energiamittauksesi. Nyt tyhmä dummy mittaus
- name: grid
type: custom
power:
source: const
value: 0
# - name: pv
# type: ...
# - name: battery
# type: ...
# - name: charge
# type: ...
# - name: aux
# type: ...
# charger definitions
# name can be freely chosen and is used as reference when assigning charger to vehicle
# for documentation see
Wallboxen | evcc - Sonne tanken
chargers: # TODO: konffaa laturisi. Elli menee tällä konffalla
- name: laturi
type: template
template: ellipro
ski: 07DE482A2A99C01741B5782B85B12204BEC515B1 # TODO: Laturin hallintasivuilta SKI
ip: 192.168.68.91 # TODO: Laturin IP-osoite verkossa. Kannattaa laittaa kiinteäksi tai varata kiinteä dhcp:stä.
# vehicle definitions
# name can be freely chosen and is used as reference when assigning vehicle to loadpoint
# for documentation see
Fahrzeuge | evcc - Sonne tanken
#vehicles: # TODO: Lisää autosi
#- name: car1
# type: skoda
# title: Zoe
# capacity: 77 # kWh
# user: myuser # user
# password: mypassword # password
# vin: WREN...
# onIdentify: # set defaults when vehicle is identified
# mode: pv # enable PV-charging when vehicle is identified
# site describes the EVU connection, PV and home battery
site:
title: Koti # TODO: nimeä kotisi, display name for UI
meters:
grid: grid # grid meter
# pv:
# - pv # list of pv inverters/ meters
# battery:
# - battery # list of battery meters
# aux:
# - aux # list of auxiliary meters for adjusting grid operating point
residualPower: 0 # additional household usage margin
maxGridSupplyWhileBatteryCharging: 0 # ignore battery charging if AC consumption is above this value
# loadpoint describes the charger, charge meter and connected vehicle
loadpoints:
- title: Autokatos # TODO: nimeä latauspiste, display name for UI
charger: laturi # TODO: valitse laturi, charger
# meter: charge # charge meter
mode: "off" # default charge mode to apply when vehicle is disconnected; use "off" to disable by default if charger is publicly available
# remaining settings are experts-only and best left at default values
# tariffs are the fixed or variable tariffs
tariffs:
currency: EUR # three letter ISO-4217 currency code (default EUR)
grid:
# either static grid price (or price zones)
# type: fixed # TODO: Käytä tätä jos sinulla on kiinteähintainen sähkösopimus
# price: 0.1 # EUR/kWh
# zones:
# - days: Mon-Fri
# hours: 2-5
# price: 0.2 # EUR/kWh
# - days: Sat,Sun
# price: 0.15 # EUR/kWh
# or variable tariffs
# type: tibber
# token: "476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4" # access token
# homeid: "cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c" # optional if multiple homes associated to account
# type: awattar
# region: de # optional, choose at for Austria
# charges: # optional, additional charges per kWh
# tax: # optional, additional tax (0.1 for 10%)
# type: octopusenergy
# tariff: AGILE-FLEX-22-11-25 # Tariff code
# region: A # optional
type: elering # Nordpool
region: fi # or lt, lv, fi
charges: 0.0038 # TODO: vaihda tähän marginaalisi pörssisähköön, optional, additional charges per kWh
tax: 0.24 # optional, additional tax (0.1 for 10%)
# type: energinet # Energinet using the price in DKK
# region: dk1 # or dk2
# charges: # optional, additional charges per kWh
# tax: # optional, additional tax (0.1 for 10%)
# type: entsoe # Entso-E european market data
# domain: BZN|DE-LU #
Static Content
# securitytoken: # api token
# charges: # optional, additional charges per kWh
# tax: # optional, additional tax (0.1 for 10%)
# type: pun # PUN - Prezzo unico nazionale - Hourly Italian wholesale prices
# charges: 0 # optional, additional charges per kWh
# tax: 0 # optional, additional tax (0.1 for 10%)
# type: amber
# token: # api token from
https://app.amber.com.au/developers/
# siteid: # site ID returned by the API
# channel: general
# type: custom # price from a plugin source; see
Plugins | evcc - Sonne tanken
# price:
# source: http
# uri:
https://example.org/price.json
# jq: .price.current
feedin:
# rate for feeding excess (pv) energy to the grid
type: fixed
price: 0.0786372 # TODO: Lisää tähän siirtohintasi, EUR/kWh
# type: octopusenergy
# tariff: AGILE-FLEX-22-11-25 # Tariff code
# region: A # optional
# type: amber
# token: # api token from
https://app.amber.com.au/developers/
# siteid: # site ID returned by the API
# channel: feedIn
co2:
# co2 tariff provides co2 intensity forecast and is for co2-optimized target charging if no variable grid tariff is specified
# type: grünstromindex # GrünStromIndex (Germany only)
# zip: <zip>
# type: electricitymaps #
Live 24/7 CO₂ emissions of electricity consumption
# uri: <uri>
# token: <token> # needs to be a token with forecast (not in the free tier)
# zone: DE
# type: ngeso # National Grid Electricity System Operator data (Great Britain only)
Carbon Intensity
# provides national data if both region and postcode are omitted - Choose ONE only!
# region: 1 # optional, coarser than using a postcode - The region details are at
Carbon Intensity API
# postcode: SW1 # optional - Outward postcode i.e. RG41 or SW1 or TF8. Do not include full postcode, outward postcode only
# mqtt message broker
mqtt:
# broker: localhost:1883
# topic: evcc # root topic for publishing, set empty to disable
# user:
# password:
# influx database
influx:
# url:
http://localhost:8086
# database: evcc
# user:
# password:
# eebus credentials
eebus:
# uri: # :4712
# interfaces: # limit eebus to specific network interfaces
# - en0
#shipid: EVCC-9d28620ba3845190
certificate: # TODO: Generoi tähän sertifikaatit!!!! Asensin tietokoneelle evcc ja: local signed certificate, required, can be generated via `evcc eebus-cert`
public: |
-----BEGIN CERTIFICATE-----
MINUN KEY
-----END CERTIFICATE-----
private: |
-----BEGIN EC PRIVATE KEY-----
MINUN KEY
-----END EC PRIVATE KEY-----
# push messages
messaging:
events:
start: # charge start event
title: Charge started
msg: Started charging in "${mode}" mode
stop: # charge stop event
title: Charge finished
msg: Finished charging ${chargedEnergy:%.1fk}kWh in ${chargeDuration}.
connect: # vehicle connect event
title: Car connected
msg: "Car connected at ${pvPower:%.1fk}kW PV"
disconnect: # vehicle connected event
title: Car disconnected
msg: Car disconnected after ${connectedDuration}
soc: # vehicle soc update event
title: Soc updated
msg: Battery charged to ${vehicleSoc:%.0f}%
guest: # vehicle could not be identified
title: Unknown vehicle
msg: Unknown vehicle, guest connected?
services:
# - type: pushover
# app: # app id
# recipients:
# - # list of recipient ids
# - type: telegram
# token: # bot id
# chats:
# - # list of chat ids
# - type: email
# uri: smtp://<user>:<password>@<host>:<port>/?fromAddress=<from>&toAddresses=<to>
# - type: ntfy
# uri: https://<host>/<topics>
# priority: <priority>
# tags: <tags>