-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
heatpump entity values incorrect formatting/scaling #2188
Comments
@MichaelDvP, add some DIV10 and DIV100 will solve the first 3 I think. For the noise times we can change these to DeviceValueUOM:MINUTES ? |
Scaling depends on the unit used. The low noise times are the same as we have in boiler as In the heatpump.cpp there is a |
I'm wrong, the low noise times / silenttimes for the HM200 are in hours 0-23, not clock like the heatpumps with device 0x08. |
I've made some change in https://github.com/MichaelDvP/EMS-ESP32/releases/tag/latest |
@Domoberry would you mind checking please? |
The module reports in ct/kWh. Don't know why the Easycontrol changes the units to make comparing difficult. Maybe political to make gas looks more expensive to users not checking the units.
That's a mistake, wanted to map |
Originally posted by @Domoberry in #2177 (comment)
On a new Bosch CS5800iAW heat pump with MH210 hybrid manager:
o The heatpump (energy price gas) shows up as “13” for example, meaning 1.3 € in the Easycontrol App (note the scaling)
o The heatpump (energy price electric) shows up as “25” for example, meaning 0.25€ in the App
o The heatpump (energy feed in PV) price shows up as “24” for example, meaning 0.24€ in the App
o The heatpump (low noise starttime) is a number (afaik) in minutes
o The heatpump (low noise stoptime) is a number (afaik) in minutes
The text was updated successfully, but these errors were encountered: