-
-
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
Setting Request: Control of heating circuit mode #1187
Comments
Sorry, the F7 telegram is only to show/hide menu items in the RC300 menu. |
Thanks for the explanation! Kühlen In the same settings menu there is another setting that allows the following settings for Heating/Cooling. Maybe this is the more interesting one or does this also just trigger some menu items?
|
The telegram 0xF7 is not interesting for us.
For testing please use the dev build, go to settings->custom entities and add a entity with device 0x10, type 0x291,offset 5, UINT, writable.
Isn't this already shown as ' hc1/hpoperatingmode' (telegrams hc1:0x471,hc2: 0x472, ...) |
Let's also summerize #1190, #1191, #1192 here.
Are the temperature vaues all scale 1? |
For the function type heating;cooling;heating/cooling - device 0x10, type 0x291,offset 5, UINT, writable I have added a new custom item It seems that the write command doesn´t go out. I have logged via telnet the 'watch 291' and by changing the value via ems-esp it doesn´t show up. Am I missing something? (Only readmode is deactivated) Isn't this already shown as ' hc1/hpoperatingmode' (telegrams hc1:0x471,hc2: 0x472, ...)
All are in telegram 0x467. Are the settings device specific, or hc specific? Can you do a read on the telegrams to see all parameters and for the following telegrams,:
Are the temperature vaues all scale 1? |
Yes seems a bug that UOM in needed to write the value out, havn't found the cause for this. |
are you fixing this or shall i my next web update (which is still 1-2 weeks out) |
I can fix it, already found the bug. But i'm out of home for next 10 days.
|
fixed and added the thermostat entitiies of the following issues from @MichScha to thermostat. |
Can I do something to help or shall I just wait? |
wait for a while. There's some big PRs coming that need to be manually merged...Michael's dev branch with lots of fixes and new goodies and then my alova-dev branch has a lot of Web changes in it, plus some other enhancements in the C++ code. |
should be fixed in dev2 (or the test builds) |
There seems to be something wrong with the HP Mode - will dig a little bit into it and report back. Basically it shows me always cooling even if I am changing the values. I will also test #1190 and #1192 next time. Thanks for integrating - makes life much easier when changing to summer-mode with cooling when those items are working! |
Seems i have mixed the offsets of the different new values, should be fixed in my PR. |
Thank you very much! Works like expected for all - tested R/W Completes also
#1192 Minimal flow temperature
I think we are close to the point that all cooling related items for HPs are included :-) |
PROBLEM DESCRIPTION
To enable cooling as a possible mode for the HP you have to set in the service-menu of the HP the Option "Heating Circuit Function" to one of the following values that it is actually possible to cool.
I have logged a few attempts to change the entry but couldn´t track them down whats meant by the values. Maybe we can use this as a starting point.
The text was updated successfully, but these errors were encountered: