Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 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.
-
Hallo zusammen,
Ich hab mal eine Frage.
Ich habe das Skript von SENEC laufen das geht alles gut. Nun habe ich mir zusätzlich zur SENEC Wallbox eine go E-Wallbox gekauft.
Leider ging das Überschussladen heute nicht obwohl 1,7 kWh ins Netz gingen….
Anbei die Automation für Start und Stop des PV-Überschuss:
id: '1757064163062'
alias: PV-WErte an goE Charger senden
description: ''
triggers:
trigger: time_pattern
seconds: /5
conditions:
condition: and
conditions:
before: sunset
after: sunrise
actions:
action: goecharger_api2.set_pv_data
metadata: {}
data:
pgrid: '{{states(''sensor.goe_charger_import_expor'')}}'
ppv: '{{states(''sensor.senec_p4_powergenerated_now'')}}'
pakku: '{{states(''sensor.senec_p4_acculevel_now'')}}'
mode: single
id: '1757066150147'
alias: Laden stoppen
description: ''
triggers:
trigger: time_pattern
seconds: /5
conditions:
condition: state
entity_id: switch.goe_295073_fup
state: 'on'
condition: numeric_state
entity_id: sensor.goe_295073_nrg_11
above: 200
condition: numeric_state
entity_id: sensor.goe_295073_pvopt_averageppv
below: -200
actions:
action: goecharger_api2.stop_charging
metadata: {}
data: {}
mode: single
Hier die Einstellungen in dem Skript vom goE Charger sind als Bilder da.

Hat jemand eine Idee warum er nicht mit PV-Überschuss lädt?
Vielen Dank schon mal!
Beta Was this translation helpful? Give feedback.
All reactions