Replies: 1 comment 2 replies
|
Hallo Uwe, |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
network:
schema: http
host: evcc.local
port: 7070
log: debug
levels:
cache: error
plant: ****************************************************************************
interval: 10s
sponsortoken: ***********************************************************************************************************************************************************************************************************************+
tariffs:
currency: EUR # (default EUR)
grid:
# static grid price
type: fixed
price: 0.274 # [currency]/kWh
feedin:
# rate for feeding excess (pv) energy to the grid
type: fixed
price: 0.09 # [currency]/kWh
meters:
Power:
source: http
uri: http://192.168.178.45/rest/items/solarwattBattery_batteryflex_BatteryFlex_0BBC4B_houseChannelGroup_housePowerConsumption
method: GET
headers:
jq: .state|split(" ")[0]|split(".")[0]
SoC:
source: http
uri: http://192.168.178.45/rest/items/solarwattBattery_batteryflex_BatteryFlex_0BBC4B_batteryChannelGroup_batteryStateOfCharge
method: GET
headers:
jq: .state|split(" ")[0]|split(".")[0]
name: battery1
capacity: 9.6
template: huawei-dongle-powersensor
id: 1
host: 192.168.178.125
port: 502
usage: battery
modbus: tcpip
name: battery2
capacity: 5
Power:
source: http
uri: http://192.168.178.45/rest/items/solarwattBattery_batteryflex_BatteryFlex_0BBC4B_netChannelGroup_netPowerConsumption
method: GET
headers:
jq: .state|split(" ")[0]|split(".")[0]
name: grid1
template: huawei-dongle-powersensor
id: 1
host: 192.168.178.125
port: 502
usage: pv
modbus: tcpip
name: pv2
template: sunspec-inverter
id: 1
host: 192.168.178.21
port: 502
usage: pv
modbus: tcpip
name: pv1
vehicles:
type: template
template: kia
title: Kia Niro
user: @.***
password: "*****************"
capacity: 64
language: de
chargers:
type: template
template: keba
host: 192.168.178.104
loadpoints:
charger: wallbox3
mode: pv
site:
title: Mein Zuhause
meters:
grid: grid1
pv:
battery:
All reactions