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 0x4AF (HP electrical meters w/ hi resolution) #1350

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

Add message 0x4AF (HP electrical meters w/ hi resolution) #1350

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 0x4AF is not processed. It is being provided by my heatpump Bosch CS6800i and contains at least the same electrical meters as in message 0x495 but using a 100 times higher resolution in message 0x4AF.

REQUESTED INFORMATION

I did a respective read and compared it to the actual values provided by the heatpump itself.
ems-esp:$ read 8 0x4af
003+02:07:38.316 N 19: [emsesp] boiler(0x08) -W-> Me(0x0B), ?(0x04AF), data: 00 00 48 B2 00 00 48 55 00 00 00 5D 00 00 01 78 00 00 00 00 00 00 07 61
003+02:07:38.373 N 20: [emsesp] boiler(0x08) -W-> Me(0x0B), ?(0x04AF), data: 00 00 24 B0 00 00 00 12 00 00 23 A5 00 00 00 4B 00 00 00 00 00 00 00 00 (offset 24)
003+02:07:38.411 N 21: [emsesp] boiler(0x08) -W-> Me(0x0B), ?(0x04AF), data: 00 00 00 00 00 00 00 00 (offset 48)

At the same time the electrical meters of the heatpump are as follows:
electrical meter, total: 186.10 kWh
electrical meter, compressor: 185.17 kWh
electrical meter, add. electrical heater: 0.93 kWh

EXPECTED BEHAVIOUR

Message 0x4AF added to the SW with the following entities
total electrical meter: 32bit integer, offset 0, divider 100, unit kWh
electrical meter of compressor: 32bit integer, offset 4, divider 100, unit kWh
electrical meter of add. electrical heater: 32bit integer, offset 8, divider 100, unit kWh

@proddy proddy added the enhancement New feature or request label Oct 21, 2023
MichaelDvP added a commit to MichaelDvP/EMS-ESP32 that referenced this issue Oct 25, 2023
@proddy proddy added this to the v3.6.3 milestone Nov 4, 2023
@proddy
Copy link
Contributor

proddy commented Nov 4, 2023

@proddy proddy closed this as completed 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