Offenbar wird die v.g. ratelimiter URL angesprochen, die aber nicht antwortet? Hab nur ich das Problem? An der Config hab ich nichts geändert und bisher gings.
Zudem: Ich habe des öfteren das Problem, dass EVCC im Status "Ladebereit, warte aufs Fahrzeug" hängt. Da hilft Kabel ab und anstecken, teilweise aber auch, den Ladevorgang in der EASEE-App manuell zu stoppen und zu starten. Wenn auch das nicht geht, dann in der Audi-App das Ladelimit ändern (was wohlgemerkt nicht erreicht war). Hat das Problem sonst jemand und eine Idee, wie man es ändern kann? Jetzt in der anstehenden dunklen Jahreszeit wird es ja öfter vorkommen, dass die Ladung ganz unterbrochen wird. Wenn sie dann von selbst nicht wieder startet ist das reichlich blöd...
DANKE!
Steps to reproduce
1.
2.
3.
...
Configuration details
# open evcc at http://evcc.local:7070
network:
schema: http
host: evcc.local # .local suffix announces the hostname on MDNS
port: 7070
log: debug
levels:
cache: error
PV_G_Ost: fatal
PV_G_West: fatal
Senec: fatal
# unique installation id
plant: *****
interval: 10s # control cycle interval
sponsortoken: *****
# sponsors can set. telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: false
meters:
- type: template
template: shelly-pro-3em
usage: grid
host: 192.168.0.160
name: grid1
- type: custom
name: PV_G_Ost
power:
source: http
uri: http://192.168.0.185/status
jq: .OutputPower
- type: custom
name: PV_G_West
power:
source: http
uri: http://192.168.0.188/status
jq: .OutputPower
- type: custom
name: Senec
power:
source: mqtt
topic: senec_home4/senec_powergenerated_now/state # Topic (ohne / am Anfang) (Optional)
timeout: 60s # don't accept values older than timeout
scale: 1000
# floating point factor applied to result, e.g. for Wh to kWh conversion
chargers:
- type: template
template: easee
user: *****
password: *****
charger: ******
name: wallbox
loadpoints:
- title: Garage
charger: wallbox
mode: pv
maxcurrent: 32
resetOnDisconnect: true
vehicles:
- type: template
template: audi
title: E-Tron S
user: *****
password: *****
vin: *****
capacity: 85
icon: car
cache: 5m
mode: pv
name: ev1
site:
title: HVW11
meters:
grid: grid1
pv:
- PV_G_Ost
- PV_G_West
- Senec
mqtt:
broker: 192.168.0.10:1883
topic:
# root topic for publishing, set empty to disable
tariffs:
currency: EUR # (default EUR)
grid:
# static grid price
type: fixed
price: 0.2307 # [currency]/kWh
feedin:
# rate for feeding excess (pv) energy to the grid
type: fixed
price: 0.0784 # [currency]/kWh
Log details
[main ] INFO 2023/09/23 09:11:02 evcc 0.120.1
[main ] INFO 2023/09/23 09:11:02 using config file: /etc/evcc.yaml
[main ] INFO 2023/09/23 09:11:02 starting ui and api at :7070
[db ] INFO 2023/09/23 09:11:02 using sqlite database: /home/pi/.evcc/evcc.db
[mqtt ] INFO 2023/09/23 09:11:02 connecting evcc-1487655409 at tcp://192.168.0.10:1883
[mqtt ] DEBUG 2023/09/23 09:11:02 tcp://192.168.0.10:1883 connected
[main ] FATAL 2023/09/23 09:11:13 cannot create charger 'wallbox': cannot create charger 'template': cannot create charger 'easee': Post "https://ratelimiter.easee.com": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[main ] FATAL 2023/09/23 09:11:13 will attempt restart in: 5m0s
[server] FATAL 2023/09/23 09:11:13 unlinkat /tmp/evcc: operation not permitted
Describe the bug
Post "https://ratelimiter.easee.com" net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Offenbar wird die v.g. ratelimiter URL angesprochen, die aber nicht antwortet? Hab nur ich das Problem? An der Config hab ich nichts geändert und bisher gings.
Zudem: Ich habe des öfteren das Problem, dass EVCC im Status "Ladebereit, warte aufs Fahrzeug" hängt. Da hilft Kabel ab und anstecken, teilweise aber auch, den Ladevorgang in der EASEE-App manuell zu stoppen und zu starten. Wenn auch das nicht geht, dann in der Audi-App das Ladelimit ändern (was wohlgemerkt nicht erreicht war). Hat das Problem sonst jemand und eine Idee, wie man es ändern kann? Jetzt in der anstehenden dunklen Jahreszeit wird es ja öfter vorkommen, dass die Ladung ganz unterbrochen wird. Wenn sie dann von selbst nicht wieder startet ist das reichlich blöd...
DANKE!
Steps to reproduce
1. 2. 3. ...
Configuration details
Log details
What type of operating system are you running?
Linux
Version
No response