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

heatingSystemCircPumpVoltage #14

Closed
TbsJah opened this issue Dec 21, 2020 · 3 comments
Closed

heatingSystemCircPumpVoltage #14

TbsJah opened this issue Dec 21, 2020 · 3 comments

Comments

@TbsJah
Copy link

TbsJah commented Dec 21, 2020

Would be great if AO2 (voltage HUP) could be adjusted (heatingSystemCircPumpVoltage )
image
image
image

@coolchip
Copy link
Owner

coolchip commented Jan 2, 2021

Added in v2.2.0. Please test it.

@coolchip coolchip closed this as completed Jan 2, 2021
@TbsJah
Copy link
Author

TbsJah commented Jan 4, 2021

Sorry, I named the wrong entries.
157 outputs only the current value of AO2.
The values 867 (voltage minimum) and 868 (voltage maximum) must be changed.

image

luxtronik.js
Line 210
'Einst_Effizienzpumpe_Nominal_akt': heatpumpValues[867],
'Einst_Effizienzpumpe_Minimal_akt': heatpumpValues[868]

Line 537
'Einst_Effizienzpumpe_Nominal_akt': {
setParameter: 867,
setValue: utils.value2LuxtronikSetHundrethValue(realValue)
},
'Einst_Effizienzpumpe_Minimal_akt': {
setParameter: 868,
setValue: utils.value2LuxtronikSetHundrethValue(realValue)
},

@coolchip
Copy link
Owner

coolchip commented Jan 5, 2021

Okay. Added values 867 and 868 with the names 'heating_system_circ_pump_voltage_nominal' and 'heating_system_circ_pump_voltage_minimal' and pushed it to version luxtronik2@2.3.0. Hope this helps. I used factor 100 for both. If this is not right, please write me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants