GlenDimplex SGReady Heatpump >>> Lock/ID1/ID2 Support #18086
Replies: 4 comments 30 replies
-
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.
-
I am also looking for an integration of Dimplex Heatpump in evcc via Modbus TCP? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Ok, und wenn ich es per modbus mache, Muss ich dann ein Template erstellen? Oder wie hast du das gemacht?
…________________________________
Von: stevoboy ***@***.***>
Gesendet: Thursday, March 6, 2025 9:25:11 PM
An: evcc-io/evcc ***@***.***>
Cc: ckossendey ***@***.***>; Mention ***@***.***>
Betreff: Re: [evcc-io/evcc] GlenDimplex SGReady Heatpump >>> Lock/ID1/ID2 Support (Discussion #18086)
ID1 und ID2 kannst du komplett über Modbus machen. ID3 meine ich auch.
Ich bin irgendwann auf shellies gegangen, weil die Modbus Schnittstelle manchmal ein Timeout hat.
Was man aber noch mal überprüfen muss ist, ob die Modbus Register in der Docu richtig sind. Ich habe mal gelesen, dass wäre vertauscht. Ist aber eine Sache von 2 min, du siehst im Display der Dimplex ja direkt ob die Ampel auf rot oder grün springt.
—
Reply to this email directly, view it on GitHub<#18086 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATMKFZ7SQEYAU4ADYV24IWD2TCVKPAVCNFSM6AAAAABUWB26ZCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBRHA2TONI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@stevoboy Konntest du das Template bereits fertigstellen? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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