-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Bosch heat pump parameter silentMode is defined as level "on/off/auto", additional there is a powerreduction parameter but it is not changable #2342
Comments
Implemented as |
I see the parameter, but it is not changeable, for this I reopened this issue. |
I see a command here: EMS-ESP32/src/devices/boiler.cpp Lines 558 to 566 in fb44bc3
Please attach a log when changing the parameter with the thermostat and a second changing with emsesp. |
000+01:17:41.731 TRACE 2754: [emsesp] thermostat(0x10) -> boiler(0x08), W, HPSilentMode(0x0484), data: 05 (offset 64) this is when I do a change with the thermostat |
Please specify exactly what you mean with "is not changeable". I can't find an error in code and have no heatpump to test. |
currently the parameter silent Mode of device XCU_THH/CS800i, Logatherm WLW (Boiler/HP) is defined as boolean.
Also in this parameter is the level of reduction:
6: 60% Reduction
5: 50% Reduction
4: 40% Reduction
3: 30% Reduction
the parameter is writable
parameter details:
device-ID: 0x08 Type-ID: 0x484, Position: 64
000+01:19:02.348 TRACE 3218: [emsesp] boiler(0x08) -> all(0x00), B, HPSilentMode(0x0484), data: 06 (offset 64)
The text was updated successfully, but these errors were encountered: