Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power Consumption (available in 3.88.0) #138

Open
woozar opened this issue Sep 28, 2023 · 18 comments
Open

Power Consumption (available in 3.88.0) #138

woozar opened this issue Sep 28, 2023 · 18 comments

Comments

@woozar
Copy link

woozar commented Sep 28, 2023

The service tech updated my luxtronik to 3.88.0 and since that, I get these items in the web ui:

image

Is it possible to read them through this plugin? What are the ids here?

If not, how can I assist, so we can add those values together?

@kbabioch
Copy link
Collaborator

Providing a dump using the dump functionality might be helpful to see what the (raw) data looks like and whether new datatypes will be needed. I also want to update my heatpump, but wasn't sure if there are any negative side effects. Having full access (root, etc.) and this library working is nice, so I don't want to loose that ;-).

@kbabioch
Copy link
Collaborator

Just updated my heat pump to the latest version 3.89.1 from 3.85.8.

Here are the dumps:

dump_3885_20230928.txt
dump_3891_20230928.txt

There are some new parameters, calculations and visibilities. Will have to analyze this in further detail.

@kbabioch
Copy link
Collaborator

By the way: This is essentially a duplicate of #100.

@woozar
Copy link
Author

woozar commented Sep 29, 2023

@kbabioch that is true - i did go through that list before creating my ticket, but I didn't realize it.
Ass the dumps are posted here, I will not close this issue, but I will also not be mad, if somebody else does.

Btw how did you generate that dump? I tried to run luxtronik discover but I am failing with my non existing python skills

@BenPru
Copy link
Collaborator

BenPru commented Sep 29, 2023

@kbabioch
Copy link
Collaborator

kbabioch commented Oct 2, 2023

See params 1136 -> HEAT_ENERGY_INPUT -> "Eingesetzte Energie Heizung" 1137 -> DHW_ENERGY_INPUT -> "Eingesetzte Energie Warmwasser"

When comparing this to the values on the heatpump itself, it's probably even more specific, i.e. it's the "Eingesetzte Energie" from the heat pump itself (vs. from the heating rod):

PXL_20231002_084749273
PXL_20231002_084803390
PXL_20231002_084807308

Probably the parameters next to it are related to the other energy input data (cooling, etc.), but this will need more investigations to figure it out.

@gerw
Copy link
Collaborator

gerw commented Oct 6, 2023

I think that parameter 1138 is related to the swimming pool and 1139 is for cooling.

Does anybody know how precise these values are (e.g. if your heat pump is also connected to a power meter)?

@stoxn
Copy link

stoxn commented Oct 15, 2023

Hi gerw, I just compared the values / deviation after seven days:

  • Smart meter consumption: 32 kWh
  • Consumption as per Novelan: 28.8 kWh

Smart meter is read via an infraread interface; it measures power consumed by Novelan + circulation.

As my dedicated smart meter for the heating system will be removed while installing PV, I would be happy to read the consumption values. My target is to read and analyse values to get notifications in case of deviations from normal behaviour and to calculate the JAZ (even though it will be a little better).

@kbabioch
Copy link
Collaborator

As my dedicated smart meter for the heating system will be removed while installing PV, I would be happy to read the consumption values. My target is to read and analyse values to get notifications in case of deviations from normal behaviour and to calculate the JAZ (even though it will be a little better).

You can still get another meter installed (after the official one), in order to get more reliable data. Seems like there is a ~10% deviation, which makes the values for JAZ not reliable. As you've said there is also other consumers to consider (e.g. circulation pump, etc.).

@gerw
Copy link
Collaborator

gerw commented Oct 16, 2023

Thank you. During the installation of PV, my official smart meter for the heat pump was removed, but my electrician installed me a 'dumb' meter (with S0 interface) for the heat pump.

When my heat pump is idling, the meter is showing a power consumption of 15-16W. However, also the 11 room sensors (they are no longer connected to the heating system...) are attached to this meter and I suspect that a significant amount of power is drawn by these room sensors. What is your meter showing for an idling heat pump?

@stoxn
Copy link

stoxn commented Oct 16, 2023

Thanks for your feedback, both!

Indeed I asked my Electrician to install a separate meter with S0 and/or Modbus, so I can read reliable consumption data.
My current smart meter is read via impulses, minimum unit 1 kWh. So I never measured idle consumption...

Room temperature sensors are read via KNX; the room actuators are powerless fully opened. But at least the circulation will consume a decent amount of energy.

I'll keep an eye on the heater values for comparison.

@BenPru
Copy link
Collaborator

BenPru commented Oct 16, 2023

What is your meter showing for an idling heat pump?

~11 Watt.

@BenPru
Copy link
Collaborator

BenPru commented Oct 16, 2023

I think that parameter 1138 is related to the swimming pool and 1139 is for cooling.

Is this knowledge certain?
Do you know what 1140 can be?

@gerw
Copy link
Collaborator

gerw commented Oct 17, 2023

~11 Watt.

Is this only/exactly the heat pump or is something else connected to the meter?

@gerw
Copy link
Collaborator

gerw commented Oct 17, 2023

I think that parameter 1138 is related to the swimming pool and 1139 is for cooling.

Is this knowledge certain? Do you know what 1140 can be?
Yes, I am rather certain. It would be nice if it could be confirmed by somebody who has reasonable entries in these parameters for his heat pump.

1140 could be the the amount of energy used for the second heat source when preparing hot water (as shown in the pictures by kbabioch.

@BenPru
Copy link
Collaborator

BenPru commented Oct 17, 2023

Is this only/exactly the heat pump or is something else connected to the meter?

Only HP I think. If the compressor heater or a pump (solar, dhw/heat circulation,...) is working the consume rises.

@RobinFlikkema
Copy link

RobinFlikkema commented Nov 25, 2023

Did you guys confirm this?

As I was looking and for my Luxtronik controller, these positions don't seem to line up.
This is what the webinterface shows:
image
However, I am only finding parameter 1059: 4912

I wasnt able to find the 0.7kWh nor the 491.9kWh in any of the output

EDIT: 2 hours later, parameter 1137 shows "71", maybe for the 0.7kWh (with more precision than in the web interface?)

@BenPru
Copy link
Collaborator

BenPru commented Nov 25, 2023

Yes, it is 1137. The newer socket params "energy inputs" have a delay. It seems that the websocket gets the values faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants