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

Add message 0x4AE (HP energy counters w/ hi resolution) #1349

Closed
KarstenBr opened this issue Oct 21, 2023 · 1 comment
Closed

Add message 0x4AE (HP energy counters w/ hi resolution) #1349

KarstenBr opened this issue Oct 21, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@KarstenBr
Copy link

PROBLEM DESCRIPTION

Up to version 3.6.3dev3 message 0x4AE is not processed. It is being provided by my heatpump Bosch CS6800i and contains at least the same energy counters as message 0x494 but using a 100 times higher resolution in 0x4AE.

REQUESTED INFORMATION

I did a respective read and compared it to the actual values provided by the heatpump itself.
ems-esp:$ read 8 0x4ae
003+02:06:46.230 N 17: [emsesp] boiler(0x08) -W-> Me(0x0B), ?(0x04AE), data: 00 00 BD C4 00 00 5B 6A 00 00 00 24 00 00 62 59 00 00 00 00 00 00 00 00
003+02:06:46.268 N 18: [emsesp] boiler(0x08) -W-> Me(0x0B), ?(0x04AE), data: 00 00 00 00 00 00 00 00 (offset 24)

At the same time the energy counters of the heatpump are as follows:
total energy: 485.80 kWh
energy for heating: 234.02 kWh
energy for warm water: 251.77 kWh

EXPECTED BEHAVIOUR

Message 0x4AE added to the SW with the following entities
total energy: 32bit integer, offset 0, divider 100, unit kWh
energy used for warm water: 32bit integer, offset 4, divider 100, unit kWh
energy used for heating: 32bit integer, offset 12, divider 100, unit kWh

@proddy
Copy link
Contributor

proddy commented Nov 4, 2023

@proddy proddy closed this as completed Nov 4, 2023
@proddy proddy added this to the v3.6.3 milestone Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants