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

Feature Request - Bosch CS6800i AW - Silent Mode - Electrical Power Reduction #2147

Open
5 tasks done
stegeb1 opened this issue Oct 27, 2024 · 0 comments
Open
5 tasks done

Comments

@stegeb1
Copy link

stegeb1 commented Oct 27, 2024

DESCRIPTION

I am having a Bosch CS 6800iAW heatpump and try to figure out how to control maximum electrical power settings of the pump. There is a silent mode availabe for this pump which is implemented in EMSESP. In addition the system allows setting the maximum electrical power when in silent mode (silent mode: on, auto, off). This appears not be implemented in EMSESP right now. The power reduction setting is given in % reduction with a value range of (30%, 40%, 50% and 60%).

In EMS Silent mode is controlled by address 0x0484.
Power reduction setting is controlled by an UINT at offset 64/0x40.

UINT on 0x0484 offset 64/0x40
3 for 30%
4 for 40%
5 for 50%
6 for 60%
max power reduction

I have tested the feature extensively. The accepted value range is {3,..,6). Values are only accepted when silent mode is either on, or the auto mode and the auto time setting condition is fullfilled. Values are not accepted in off mode.

Silent mode and silent mode power setting is an official bosch feature and can be set by e.g. the Bosch BC400 thermostate.

I am using this mode to reduce the power over night, and in autumn time to limit the total electrical energy consumption by the pump.

Can this be implemented in an upcoming EMSESP release ?

Thanks,
Berthold

ems-esp:# read 0x10 0x0484
013+23:23:18.692 N 2489: [emsesp] thermostat(0x10) -W-> Me(0x0B), ?(0x0484), data: 01 00 1E 78 04 00 00 00 00 00 02 00 00 00 02 00 00 00 00 00 00 00 00 00 00
013+23:23:20.271 N 2490: [emsesp] thermostat(0x10) -W-> Me(0x0B), ?(0x0484), data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 54 20 01 00 00 00 00 (offset 25)
013+23:23:20.401 N 2491: [emsesp] thermostat(0x10) -W-> Me(0x0B), ?(0x0484), data: 00 00 50 24 0A 00 01 00 00 01 00 00 00 32 05 00 (offset 50)

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Searched the issue in issues
  • Searched the issue in discussions
  • Searched the issue in the docs
  • Searched the issue in the chat
  • Provide the System information in the area below, taken from http://<IP>/api/system
  Paste System information here....

TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your issue.

ADDITIONAL CONTEXT

Add any other context about the issue here.

(Please remember to close the issue when it has been addressed)

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

1 participant