GlenDimplex SGReady Heatpump >>> Lock/ID1/ID2 Support #18086
Unanswered
stevoboy
asked this question in
Q&A Hausinstallation
Replies: 1 comment 1 reply
-
That sounds like dimm, not boost? The other SG ready chargers boost the heatpump when PV is available and return to normal when not. Locking sounds like your home would get cold which is not what you'd normally want? That said, you can build this yourself using #17735. 2/3: that's part of the loadpoint config.
evcc doesn't wait. As long as power is available, other loadpoints will be serviced. /cc @VolkerK62 |
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
-
I would like to request EVCC to work with our SG Ready Heatpump.
Currently already working Loadpoint>Status> Enable (No. 1):
Feature request:
To be checked:
3. Since the heatpump decides itself, if and when it wants to run, when EVU lock is disengaged, EVCC should stop after a while waiting for the heatpump to turn on. Instead it should switch priority to other loadpoints to avoid wasting PV surplus. Example: Loadpoint>Status> Enable (No. 1) (Heatpump) is set to true at 9:30 AM when -1000 PV surplus is reached. The heatpump does not turn on because the house is warm enough. At 10:00 AM EVCC should recognize (loadpoint does not turn on) >>> Switch other loadpoint (e.g. BEV) on. Possibly heatpump loadpump could be turned off or left on until the heatpump wants to turn on or the PV surplus is gone.
Explaination of Dimplex SGReady Logic:
https://www.photovoltaikforum.com/core/attachment/122921-pv-funktion-smart-grid-kompatibilit%C3%A4tsmodus-i-d1-id2-pdf/
YAML code and node red code of currently working EVU lock/unlock
Charger:
type: custom
status:
source: mqtt
topic: evccwp/state
enable:
source: mqtt
topic: evccwp/chargerenable
maxcurrent:
source: mqtt
topic: evccwp/current
enabled:
source: mqtt
topic: evccwp/charging
Vehicles:
type: template
template: offline
title: Wärmepumpe Betriebsfreigabe
icon: heatpump
mode: pv
Loadpoints
charger: charger_wp
meter: meter_wp
mode: pv
vehicle: vehicle_Waermepumpe
priority: 4
enable:
threshold: -1000
delay: 10m
disable:
threshold: 0
delay: 360m
Beta Was this translation helpful? Give feedback.
All reactions