Replies: 3 comments 6 replies
-
Zum I/O timeout gibt es Hinweise in den FAQ: https://docs.evcc.io/docs/faq#io-timeout |
Beta Was this translation helpful? Give feedback.
5 replies
-
Ich habe das gleiche Problem mit meinem Huawei Zeug. Meine Huawei Firmwareversionen
Log
config yaml sponsortoken: xxx
# 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
#eebus: trace #(mal ausprobieren?)
# unique installation id
plant: xxx
interval: 5s # control cycle interval
tariffs:
currency: EUR # (default EUR)
grid:
type: tibber
token: xxx
homeid: xxx
feedin:
# rate for feeding excess (pv) energy to the grid
type: fixed
price: 0.08 # [currency]/kWh
meters:
- name: grid_huawei
type: template
template: huawei-dongle-powersensor
id: 1
host: 192.168.0.192
port: 502
usage: grid
modbus: tcpip
- name: pv_ost # Ost
type: template
template: huawei-dongle-powersensor
id: 1
host: 192.168.0.192
port: 502
usage: pv
modbus: tcpip
- name: battery1
type: template
template: huawei-dongle-powersensor
id: 1
host: 192.168.0.192
port: 502
usage: battery
modbus: tcpip
- name: pv_west # West
type: template
template: huawei-sun2000-rs485
id: 2
host: 192.168.0.192
port: 502
usage: pv
modbus: rs485tcpip
- name: pv_garten
type: template
template: fritzdect
usage: pv
uri: https://fritz.box
user: xxx
password: xxx
ain: xxx
###### I C O N S #########
# https://github.com/evcc-io/evcc/tree/master/assets/js/components/VehicleIcon
##########################
chargers:
- name: shellypro3_ch1
type: template
template: shelly
host: 192.168.0.198
user: xxx
password: xxx
channel: 0
icon: heatpump
#standbypower: -3700 #theoretisch max.
standbypower: -20 #typisch
integrateddevice: true
heating: true
- name: shellypro3_ch2
type: template
template: shelly
host: 192.168.0.198
user: xxx
password: xxx
channel: 1
icon: waterheater
#standbypower: -3700 #theoretisch max.
standbypower: -3000 #=13A*235V
integrateddevice: true
heating: true
- name: shellypro3_ch3
type: template
template: shelly
host: 192.168.0.198
user: xxx
password: xxx
channel: 2
#standbypower: -3700 #theoretisch max.
icon: waterheater
standbypower: -3000 #=13A*235V
integrateddevice: true
heating: true
- name: go-e_WB
type: template
template: go-e-v3
host: 192.168.0.151 # IP-Adresse oder Hostname
vehicles:
- name: vehicle_id3
type: template
template: id
title: ID3 # Wird in der Benutzeroberfläche angezeigt (Optional)
user: xxx
password: xxx
vin: xxx
capacity: 58
cache: 30m
icon: car
- name: vehicle_born
type: template
template: cupra
title: Cupra Born # Wird in der Benutzeroberfläche angezeigt (Optional)
user: xxx
password: xxx
vin: xxx
capacity: 60
cache: 30m
icon: car
loadpoints:
- title: go-e
charger: go-e_WB
mode: pv
vehicle: vehicle_born #wird als Standardfahrzeug verwendet; keine autom. Fahrzeugerkennung
guardduration: 5m #(default:5m) Zeitlicher Mindestabstand zwischen 2 Schaltvorgängen.
priority: 10 # Je höher der Wert, desto größer die Priorität. Regelt NICHT die Einschaltreihenfolge!
enable:
#threshold: 0 #(default:0) Positiv=Netzbezug, Negativ=Export. "0": 'mincurrent' muss als Export erreicht sein.
delay: 1m #(default:1m) Wie lange muss Einschaltschwelle erfüllt sein
#disable:
#threshold: 200 #(default:0) maximum import power (W)
#delay: 10m #(default:3m)
soc:
poll:
mode: always # Definiert, unter welchen Bedingungen die Daten für das Fahrzeug abgerufen werden
interval: 60m # Definiert, wie oft das Fahrzeug nach neuen Daten abgefragt wird, wenn es NICHT lädt.
- title: Boiler Pumpe
charger: shellypro3_ch1
#mode: pv
priority: 6 # Je höher der Wert, desto größer die Priorität. Regelt NICHT die Einschaltreihenfolge!
guardduration: 5s #(default:5m) Zeitlicher Mindestabstand zwischen 2 Schaltvorgängen.
enable:
threshold: -3000 #(default:0) Positiv=Netzbezug, Negativ=Export. "0": 'mincurrent' muss als Export erreicht sein.
delay: 120s #(default:1m) Wie lange muss Einschaltschwelle erfüllt sein
disable:
threshold: -200 #(default:0) maximum import power (W)
delay: 40s #(default:3m)
- title: 1️⃣Boiler
charger: shellypro3_ch2
#mode: pv
priority: 5 # Je höher der Wert, desto größer die Priorität. Regelt NICHT die Einschaltreihenfolge!
guardduration: 5s #(default:5m) Zeitlicher Mindestabstand zwischen 2 Schaltvorgängen.
enable:
threshold: -3000 #(default:0) Positiv=Netzbezug, Negativ=Export. "0": 'mincurrent' muss als Export erreicht sein.
delay: 130s #(default:1m) Wie lange muss Einschaltschwelle erfüllt sein
disable:
threshold: -200 #(default:0) maximum import power (W)
delay: 30s #(default:3m)
- title: 2️⃣Boiler
charger: shellypro3_ch3
#mode: pv
priority: 4 # Je höher der Wert, desto größer die Priorität. Regelt NICHT die Einschaltreihenfolge!
guardduration: 5s #(default:5m) Zeitlicher Mindestabstand zwischen 2 Schaltvorgängen.
enable:
threshold: -3000 #(default:0) Positiv=Netzbezug, Negativ=Export. "0": 'mincurrent' muss als Export erreicht sein.
delay: 240s #(default:1m) Wie lange muss Einschaltschwelle erfüllt sein
disable:
threshold: -500 #(default:0) maximum import power (W)
delay: 5s #(default:3m)
site:
title: Zuhause
meters:
grid: grid_huawei
#grid: grid_tibberpulse # benötigt Internet
pv:
- pv_ost
- pv_west
- pv_garten
battery:
- battery1
residualPower: 100 # in Watt; Positiver Wert: Verbleibende Netzeinspeiseleistung |
Beta Was this translation helpful? Give feedback.
0 replies
-
Könnte jemand zum Testen ein VPN für info@evcc.io einrichten (Fritzbox, Wireguard oder SSH)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo Zusammen!
Seit dem Update auf 0.130.2 bekomme ich keine Grid, PV Daten und keine Loadpoints zustände, sprich EVCC läuft bekommt aber keine Daten. Zurück auf 0.129.0 läuft alles.
Huawei Sun 2000
Ev. Bug?
lp-4 ] DEBUG 2024/08/23 16:30:08 charge power: 0W
[site ] ERROR 2024/08/23 16:30:24 pv 1 power: read failed: read tcp 192.168.1.37:33490->192.168.1.28:502: i/o timeout
[site ] ERROR 2024/08/23 16:30:40 pv 2 power: read failed: read tcp 192.168.1.37:39462->192.168.1.28:502: i/o timeout
[site ] ERROR 2024/08/23 16:30:56 pv 3 power: read failed: read tcp 192.168.1.37:43060->192.168.1.28:502: i/o timeout
[site ] DEBUG 2024/08/23 16:30:56 pv power: 0W
[site ] ERROR 2024/08/23 16:31:12 grid meter: read failed: read tcp 192.168.1.37:52652->192.168.1.28:502: i/o timeout
[site ] DEBUG 2024/08/23 16:31:12 ----
[lp-1 ] DEBUG 2024/08/23 16:31:12 charge power: 0W
[lp-2 ] DEBUG 2024/08/23 16:31:12 charge power: 0W
[lp-3 ] DEBUG 2024/08/23 16:31:12 charge power: 0W
[lp-4 ] DEBUG 2024/08/23 16:31:13 charge power: 0W
[site ] ERROR 2024/08/23 16:31:29 pv 1 power: read failed: read tcp 192.168.1.37:55046->192.168.1.28:502: i/o timeout
[site ] ERROR 2024/08/23 16:31:45 pv 2 power: read failed: read tcp 192.168.1.37:50102->192.168.1.28:502: i/o timeout
[site ] ERROR 2024/08/23 16:32:01 pv 3 power: read failed: read tcp 192.168.1.37:34624->192.168.1.28:502: i/o timeout
[site ] DEBUG 2024/08/23 16:32:01 pv power: 0W
[site ] ERROR 2024/08/23 16:32:17 grid meter: read failed: read tcp 192.168.1.37:54452->192.168.1.28:502: i/o timeout
[site ] DEBUG 2024/08/23 16:32:17 ----
[lp-1 ] DEBUG 2024/08/23 16:32:17 charge power: 0W
[lp-2 ] DEBUG 2024/08/23 16:32:17 charge power: 0W
[lp-3 ] DEBUG 2024/08/23 16:32:17 charge power: 0W
[lp-4 ] DEBUG 2024/08/23 16:32:17 charge power: 0W
[site ] ERROR 2024/08/23 16:32:33 pv 1 power: read failed: read tcp 192.168.1.37:44790->192.168.1.28:502: i/o timeout
[site ] ERROR 2024/08/23 16:32:49 pv 2 power: read failed: read tcp 192.168.1.37:39924->192.168.1.28:502: i/o timeout
[site ] ERROR 2024/08/23 16:33:05 pv 3 power: read failed: read tcp 192.168.1.37:40056->192.168.1.28:502: i/o timeout
[site ] DEBUG 2024/08/23 16:33:05 pv power: 0W
[site ] ERROR 2024/08/23 16:33:21 grid meter: read failed: read tcp 192.168.1.37:47224->192.168.1.28:502: i/o timeout
[site ] DEBUG 2024/08/23 16:33:21 ----
[lp-1 ] DEBUG 2024/08/23 16:33:21 charge power: 0W
[lp-2 ] DEBUG 2024/08/23 16:33:21 charge power: 0W
[lp-3 ] DEBUG 2024/08/23 16:33:21 charge power: 0W
[lp-4 ] DEBUG 2024/08/23 16:33:21 charge power: 0W
[site ] ERROR 2024/08/23 16:33:37 pv 1 power: read failed: read tcp 192.168.1.37:32784->192.168.1.28:502: i/o timeout
[site ] ERROR 2024/08/23 16:33:53 pv 2 power: read failed: read tcp 192.168.1.37:58408->192.168.1.28:502: i/o timeout
[site ] ERROR 2024/08/23 16:34:09 pv 3 power: read failed: read tcp 192.168.1.37:56416->192.168.1.28:502: i/o timeout
[site ] DEBUG 2024/08/23 16:34:09 pv power: 0W
[site ] ERROR 2024/08/23 16:34:25 grid meter: read failed: read tcp 192.168.1.37:49072->192.168.1.28:502: i/o timeout
[site ] DEBUG 2024/08/23 16:34:25 ----
[lp-1 ] DEBUG 2024/08/23 16:34:25 charge power: 0W
[lp-2 ] DEBUG 2024/08/23 16:34:25 charge power: 0W
[lp-3 ] DEBUG 2024/08/23 16:34:25 charge power: 0W
[lp-4 ] DEBUG 2024/08/23 16:34:25 charge power: 0W
Beta Was this translation helpful? Give feedback.
All reactions