-
Notifications
You must be signed in to change notification settings - Fork 297
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
Added some improvements to vaillant hcmode, hwcmode and mcmode #328
base: master
Are you sure you want to change the base?
Conversation
#potential last byte: currentmode,s,UCH,0=off;1=standby;2=heat;3=water,, | ||
r,,Status01,Vorlauftemperatur/Rücklauftemperatur/Aussentemperatur/WW Temperatur/Speichertemperatur/Pumpenstatus,,,,01,,,temp1;temp1;temp2;temp1;temp1;pumpstate,,, | ||
r,,Status02,Betriebsart/Maximaltemperatur/ReglerCurrentTEMP/Maximaltemperatur/ReglerCurrentTemp,,,,02,,,hwcmode;temp0;temp1;temp0;temp1,,, | ||
r,,Status,Status,,,,03,,,temp;press;press;hcmode2;HEX,,, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove this?
|
||
# HC Betriebsart2,,,,,,,,,,,,, | ||
*r,,,,,,"B511",,,,,,, | ||
*uw,,,,,,"B510",,,,,,, | ||
uw,,SetMode,Betriebsart,,,,00,,,hcmode,,,,flowtempdesired,,temp1,,,,hwctempdesired,,temp1,,,,hwcflowtempdesired,,temp0,,,,,,IGN:1,,,,disablehc,,BI0,,,,disablehwctapping,,BI1,,,,disablehwcload,,BI2,,,,,,IGN:1,,,,remoteControlHcPump,,BI0,,,,releaseBackup,,BI1,,,,releaseCooling,,BI2,,,, | ||
uw,,SetOperatingMode,Betriebsart,,,,00,,,hcmode,,,,flowtempdesired,,temp1,,,,hwctempdesired,,temp1,,,,hwcflowtempdesired,,temp0,,,,,,IGN:1,,,,disablehc,,BI0,,,,disablehwctapping,,BI1,,,,disablehwcload,,BI2,,,,,,IGN:1,,,,remoteControlHcPump,,BI0,,,,releaseBackup,,BI1,,,,releaseCooling,,BI2,,,, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does this have to be renamed?
r,,Status16,Aussentemperatur,,,,16,,,temp,,, | ||
w,,SetTempDesired,Solltemperatur setzen,,,,01,,,temp0,,, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
many of those new items don't work on my EHP, so I guess these would have to go to a new hcmode2.inc or so and then included additionally from the circuits supporting it
number of lines in de/en files is different and supposed to be equal |
When trying to configure my Vaillant VRC630 I've found that several values are not configurable in hcmode, hwcmode and mcmode.
So I've made several tests on how to achieve writing to SetMode, SetTempDesired, SetTempDesiredLow, etc.
Here is my result. I'm using ebusd with my changed configuration now for 5 months and have no issues.
So I'd suggest to take my changes over in your official repository if you like.