heatingSystemCircPumpVoltage
TbsJah opened this issue · 3 comments
Added in v2.2.0. Please test it.
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.
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)
},
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.