-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Get/set compressor max power #1475
Comments
In telnet you can use the send command for a raw telegram: BTW: your methode is best for sensor values, for settings it's easier to check the log for the command telegram from thermostate to boiler e.g. |
Seems 0x48D is only monitoring the value and is not writeable. You have to search for a setting telegram. Try to change the value on the thermostat and log what the thermostat sends to the boiler. |
This looks ok to me, it's the right custom setting. It could take a minute for custom values to show up, but it should work. What happend when you set a new value by dashboard - custom entitiy? You should see the read/write of offset 31 in the log. Is it overwritten by thermostat? The process function is not processing offset 31 because you have determined the meaning now and we did not know about before. |
Oh, sorry for the typo. I meant that I can now set the pump max power. When I change this setting in HVAC, then it updates in HA and if I change it from HA, then it updates in HVAC. |
Ok, i'll add it to dev and make a PR. |
I have Bosch Compress CS7800i LW. From HVAC screen, I can change the heat pump "Max. power f. compressor". This is the maximum power heat pump can work in percentage.
On 1. December somewhere at 15:00 I set the max to 85%. From HA history, I can see that it works, although the max speed is actually 78%, not 85%:

I would like to see that max compressor power setting from HA and also I would like to change it from HA.
I thought that "burner selected max power (selburnpow)" is for that, but when i write something to that, then this value will be set to "burner set power (setburnpow)" and "burner selected max power (selburnpow)" remains unchanged. And this setting in HVAC actually does not change.
I opened a telnet connection, started "watch on", and changed the setting from HVAC to 83%, then 86%, and then 90%. From telnet logs, i found that
HpPower
at index 18 is showing that settings:From the source code, it looks like
Boiler::process_HpPower
does not read index 18 at all.For testing purposes, is it possible to write a new value there using telnet? And if it works, make a separate entity for it?
Using EMS-ESP version v3.6.5-dev.2
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
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 problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: