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
Ich hatte das Problem dass nach Eintragung des Influx Dienstes in die UI mein Docker Container sich nicht mehr starten ließ.
Ich konnte das auf einen führendes Leerzeichen in der Influx URL zurückführen. Nachdem ich das Leerzeichen aus der DB gelöscht habe. startete der Container wieder problemlos.
EVCC Version: 0.200.8
VG aus dem Norden - Hannes
Steps to reproduce
1 Anlegen einer Influx Config in der neuen UI-Konfig
2 Eintragen aller Daten
3 Einfügen eines Leerzeichen in der URL vor dem "http"
4 Neustart von evcc
/app # evcc -vevcc version 0.200.8/app # evcc dump --cfg[main ] INFO 2025/03/09 10:31:14 evcc 0.200.8[main ] INFO 2025/03/09 10:31:14 using config file: /etc/evcc.yaml[db ] INFO 2025/03/09 10:31:14 using sqlite database: /root/.evcc/evcc.db[lp-2 ] WARN 2025/03/09 10:31:18 poll mode '{connected 10m0s}' may deplete your battery or lead to API misuse. USE AT YOUR OWN RISK.[lp-3 ] WARN 2025/03/09 10:31:18 poll mode '{connected 10m0s}' may deplete your battery or lead to API misuse. USE AT YOUR OWN RISK.[lp-4 ] WARN 2025/03/09 10:31:18 poll mode '{connected 10m0s}' may deplete your battery or lead to API misuse. USE AT YOUR OWN RISK.[gsi ] ERROR 2025/03/09 10:31:22 unexpected status: 500 (Internal Server Error)[main ] ERROR 2025/03/09 10:31:22 creating tariff co2 failed: cannot create tariff type 'template': cannot create tariff type 'grünstromindex': unexpected status: 500 (Internal Server Error)[lp-1 ] DEBUG 2025/03/09 10:31:22 charge total import: 2239.812kWh[lp-2 ] DEBUG 2025/03/09 10:31:22 charge total import: 388.604kWh[lp-3 ] DEBUG 2025/03/09 10:31:22 charge total import: 246.908kWh[lp-4 ] DEBUG 2025/03/09 10:31:23 charge total import: 368.726kWhKonfiguration (/etc/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: 30s# control cycle interval# sponsor token, valid 1095 Tage ab 16.09.2024sponsortoken: *****# sponsors can set telemetry: true to enable anonymous data aggregation# see https://github.com/evcc-io/evcc/discussions/4554telemetry: truemeters:
- type: templatetemplate: solaxid: 1host: 192.168.x.xport: 502usage: gridmodbus: tcpipname: grid1
- type: templatetemplate: solaxid: 1host: 192.168.x.xport: 502usage: pvmodbus: tcpipname: pv1
- type: templatetemplate: solaxid: 2host: 192.168.x.xport: 502usage: batterymodbus: tcpipcapacity: 10.4name: battery1chargers:
- type: templatetemplate: go-e-v3host: 192.168.x.xname: wallbox5
- type: templatetemplate: shellyname: ShellyHWR1heating: truehost: 192.168.x.x # IP-Adresse oder Hostnameuser: *****password: *****channel: 0# Optional
- type: templatetemplate: shellyname: ShellyHWR2heating: truehost: 192.168.x.x # IP-Adresse oder Hostnameuser: *****password: *****channel: 0# Optional
- type: templatetemplate: shellyname: ShellyHWR3heating: truehost: 192.168.x.x # IP-Adresse oder Hostnameuser: *****password: *****channel: 0# Optionalvehicles:
- type: templatetemplate: vwtitle: ID-4icon: caruser: *****password: *****vin: *****capacity: 77phases: 3cache: 15mmode: pvminCurrent: 2maxCurrent: 16timeout: 10sname: ev4
- name: WWSpeicher_HWRtype: customtitle: WWSpeicher # display name for UIicon: waterheatercapacity: 73# battery capacity (kWh)phases: 1soc:
source: httpuri: http://192.168.x.x/rpc/Shelly.GetStatusjq: .["temperature:100"].tCloadpoints:
- title: go-e-Carportcharger: wallbox5vehicle: ev4mode: pvpriority: 5
- title: WWShelly1 # display name for UIcharger: ShellyHWR1 # chargervehicle: WWSpeicher_HWRmode: pvpriority: 1mincurrent: 10# 9A220V=1980W minimum charge current (default 6A)maxcurrent: 10# 10A220V=2200W maximum charge current (default 16A)phases: 1# ev phases (default 3)soc:
poll:
mode: connectedinterval: 10m
- title: WWShelly2 # display name for UIcharger: ShellyHWR2 # chargervehicle: WWSpeicher_HWRmode: pvpriority: 1mincurrent: 10# 9A220V=1980W minimum charge current (default 6A)maxcurrent: 10# 10A220V=2200W maximum charge current (default 16A)phases: 1# ev phases (default 3)soc:
poll:
mode: connectedinterval: 10m
- title: WWShelly3 # display name for UIcharger: ShellyHWR3 # chargervehicle: WWSpeicher_HWRmode: pvpriority: 1mincurrent: 10# 9A220V=1980W minimum charge current (default 6A)maxcurrent: 10# 10A220V=2200W maximum charge current (default 16A)phases: 1# ev phases (default 3)soc:
poll:
mode: connectedinterval: 10msite:
title: Kirchweg 11meters:
grid: grid1pv:
- pv1battery:
- battery1residualPower: 100Version: `0.200.8`
Log details
Konnte ich aufgrund der laufenden Restarts im Docker Container nicht finden. Konnte mich nicht anmelden...
What type of operating system or environment does evcc run on?
Docker container
External automation
I have made sure that no external automation like HomeAssistant or Node-RED is active or accessing any of the mentioned devices when this issue occurs.
Nightly build
I have verified that the issue is reproducible with the latest nightly build
Version
evcc version 0.200.8
The text was updated successfully, but these errors were encountered:
Es hilft bei evcc Werte in Hochkommas (') zu setzen.
Auch wenn das in der Dokumentation so nicht vorgegeben wird funktioniert es dann.
Beim Grünstromindex passiert z. B. folgendes:
Gibt man hier: ZIP = 07768
an, dann wird die führende Null der PLZ duch den Code entfernt und nur '7768' an den Grünstromindex übergeben,
die Anfrage schlägt dann natürlich fehl weil Postleitzahlen in Deutschland ja immer 5-stellig sind.
Ändert man das so ab: ZIP = '07768'
dann wird die korrekte PLZ 07768 übergeben und alles klappt so wie es soll.
@silent-pc im YAML Bereich (evcc.yaml und bspw. Tarife Yaml Editor) ist das korrekt. Hier gehts aber um um die Influx-DB UI. Die ist schon auf ein ordentliches Formular umgebaut. Da sollte kein spezielles Escaping notwendig sein.
im UI vor API trimmen?
Ja, würd ich um UI sehen. An einigen Stellen (Sponsor Token pasten, Identifiers am Vehicle) machen wir das auch schon. Ich schau mal ob wir das einfach für alle Textfelder einbauen können.
Describe the bug
Einen sonnigen Sonntag Morgen!
Ich hatte das Problem dass nach Eintragung des Influx Dienstes in die UI mein Docker Container sich nicht mehr starten ließ.
Ich konnte das auf einen führendes Leerzeichen in der Influx URL zurückführen. Nachdem ich das Leerzeichen aus der DB gelöscht habe. startete der Container wieder problemlos.
EVCC Version: 0.200.8
VG aus dem Norden - Hannes
Steps to reproduce
1 Anlegen einer Influx Config in der neuen UI-Konfig
2 Eintragen aller Daten
3 Einfügen eines Leerzeichen in der URL vor dem "http"
4 Neustart von evcc
Configuration details
Log details
What type of operating system or environment does evcc run on?
Docker container
External automation
Nightly build
Version
evcc version 0.200.8
The text was updated successfully, but these errors were encountered: