-
Notifications
You must be signed in to change notification settings - Fork 301
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
Open
fre4242
wants to merge
2
commits into
john30:master
Choose a base branch
from
fre4242:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
# type (r[1-9];w;u),circuit,name,[comment],[QQ],ZZ,PBSB,[ID],field1,part (m/s),datatypes/templates,divider/values,unit,comment | ||
# HC Betriebsart,,,,,,,,,,,,, | ||
*r,,,,,,"B504",,,,,,, | ||
*w,,,,,,"B505",,,,,,, | ||
r,,DateTime,Datum Uhrzeit,,,,00,,,dcfstate;btime;bdate;temp2,,, | ||
r,,Mode,Betriebsart/Temperatur,,,,01,,,temp0:tempdesired;mcmode:operationmode;days:floorpavingdryingday;temp0;mcmode:teleswitchmode;mctype7:mixertype;IGN;daynight,,, | ||
r,,Params,TempDesired/TempDesiredLow/HeatingCurve/Type/ShutdownTemp/?/FlowTempMin/FlowTempMax/MaxPreHeating,,,,09,,,temp0:tempdesired;temps:tempdesiredlow;curve;mctype7:mixertype;temp0:shutdowntemp;minutes0:pumpidleperiod;temp0:flowtempmin;temp0:flowtempmax;hours:maxpreheating,,, | ||
r,,Status,Soll Vorlauf/Status/Ist/?,,,,0D,,,temp0:flowtempdesired;onoff:status;temp:flowtemp;IGN,,, | ||
r,,Status0a,Status Vorlauf Ist/Mixer/Pumpe/Vorlauf Soll,,,,0A,,,temp;mixer;onoff;onoff;temp0 | ||
r,,Status16,Aussentemperatur,,,,16,,,temp,,, | ||
w,,SetTempDesired,Solltemperatur setzen,,,,01,,,temp0,,, | ||
w,,SetMode,Betriebsart setzen,,,,02,,,mcmode,,, | ||
w,,SetTempDesiredLow,Absenksollwert setzen,,,,0a,,,temp0,,, | ||
w,,SetHeatingCurve,Heizkurve setzen,,,,0b,,,curve,,, | ||
w,,SetShutdownTemp,Aussentemp. Abschaltgrenze setzen,,,,0c,,,temp0,,, | ||
w,,SetFlowTempMin,Minimalen Vorlaufsollwert setzen,,,,0e,,,temp0,,, | ||
w,,SetFlowTempMax,Maximalen Vorlaufsollwert setzen,,,,0f,,,temp0,,, | ||
w,,SetMaxPreHeating,Max. Voraufheizung setzen,,,,10,,,hours,,, | ||
|
||
# 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 commentThe reason will be displayed to describe this comment to others. Learn more. why does this have to be renamed? |
||
#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 commentThe reason will be displayed to describe this comment to others. Learn more. why did you remove this? |
||
*uw,,,,,,"B512",,,,,,, | ||
uw,,StatusCirPump,Status Zirkulationspumpe,,,,00,,,UCH,0=off;100=on,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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