X85A smart grid / 4 level power limitation #170
Replies: 12 comments 42 replies
-
Port X85A is on my board, but according to manual or control panel, I do not have any SmartGrid capabilities available. Inside unit EHBH11CB9W. Is this something I may be able to utilize? |
Beta Was this translation helpful? Give feedback.
-
I haven't checked physically, but the installation manual for the EHBH/X 04-16 (which I have) says that this connector is on the main board and used to connect the demand PCB. |
Beta Was this translation helpful? Give feedback.
-
I’ve got it!!! |
Beta Was this translation helpful? Give feedback.
-
@andreapier at first glance it would offer more flexibility (and a global support) than the SG1/SG2 you implemented. But what's your opinion? |
Beta Was this translation helpful? Give feedback.
-
which pins use SG1 and SG2 relais? |
Beta Was this translation helpful? Give feedback.
-
Newer models that have the smart grid contacts integrated into it's main PCB (such as is the case of my EBBX116DF6V) has an additional input for the pulse output of a energy metter measuring the solar production. In the "recommended on mode", the system will try to use power up to the limit set by the energy meter (the pulse rate). My model also has the connector for the demand shapping pcb you are mentioning (as far as i know the pcb are just a bunch of optocouplers, so that extra pcb could be bypassed). If enabled, you can set a power (or current) limit for each of the inputs, and when active, the system will observe the most restrictive setting (ether comming from the demand shaping pcb or the smart grid interface). Also, my unit has a "poor's man" smart grid, instead of giving it a pulse input for the power limit, yo can set said power limit in FW, so it will be the power limit of the "recommended on mode". This is what i'm trialing right now, while i wait for custom pcb that will generate said pulses for maximum PV divert. |
Beta Was this translation helpful? Give feedback.
-
@raomin Great! i was hunting a photo of the backside of the demand shapping pcb, for reverse engeneering this function (it suks to spend more than $150 por a pcb with 4 optocouplers). ¿Does anyone know what is the name of the X85A connector, so we can build a nicer wiring harness? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
hi, First two things I'll implement are "on/off heating and cooling" and "SG1 and SG2". As that is documented it's now fuss there. I'm just waiting for the GPIO expander and the relaismodule to get started. How is developement for the implementation of the X85A interface and / or the pulse meter implementation going on? I would be happy if I could help, e.g. by testing. Yours Markus |
Beta Was this translation helpful? Give feedback.
-
is there an option to use just a backup heater? without starting the heat pump? I want to minimize starts of the heat pump, I have plenty of energy for using just a backup heater (6 + 3kW) :-) |
Beta Was this translation helpful? Give feedback.
-
Hi @pool1110 , So you are effectively regulating how much power is available to be used by the backup heater, right? I would like to try something similar, and starting from your sucessfull basis would kick-start the work. Thanks in advance!
|
Beta Was this translation helpful? Give feedback.
-
Revisiting this discussion. So I have indoor unit EHBH11CB9W and there is port X85A as stated in post nr.2 in this discussion. However I am not finding anything (any configuration) related to Smart Grid or power limitation. Is it that this model does not support it, or I need to "enable something somewhere" first and only then I will be able to control it? Or I am just unlucky and this feature is not for me? @raomin |
Beta Was this translation helpful? Give feedback.
-
On my Altherma I have a 6pin port X85A that is supposed to be connected to a demand pcb that can be connected to a smart grid information device that would limit the power consumption to 4 level.
This is actually complementary to the SG features of Altherma.
An Altherma Heat pump can usually be connected to a 2 switch info on smart grid. See eg:
Then depending on the status of the 2 switches, it defines different 3 operation mode
Basically:
Now this X85A port more looks like a 'load shedding' system to limit the maximum power of the entire house
(lighting, domestic appliances, space heating…).
I found some time to have a look at this port and I'm happy to report that we will soon be able to control the 4 level of power consumption through ESPAltherma!
Basically, pin 6 is GND, then four level pins all pulled-up:
When pulled down, it sets the power control to the limitation level.
If eg L2 and L4 are down, the highest takes precedence.
So we would just need more pins to connect to the 4 pins and put them to GND and as it's the same GND as ESPAltherma: no need for relays.
The M5Stick-c would not be enough unless we use a GPIO extender. I guess I'll switch to a t-display but I'll also implement support for the extender.
Beta Was this translation helpful? Give feedback.
All reactions