-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I do have such screen in heatpump24 web portal
how can i check which of the coressponding values are in raw code ? 11,12,13, 141,142,143 etc ?
i do have some issue regarding what i see in the webportal and how it's mapped to the script
MC2:
temperature_mixer2_flow: heatpumpVisibility[34] === 1 ? heatpumpValues[24] / 10 : 'no', // #57
temperature_mixer2_target: heatpumpVisibility[35] === 1 ? heatpumpValues[25] / 10 : 'no', // #48
MC3 :
temperature_mixer3_target: heatpumpVisibility[211] === 1 ? heatpumpValues[136] / 10 : 'no', // #60
temperature_mixer3_flow: heatpumpVisibility[210] === 1 ? heatpumpValues[137] / 10 : 'no', // #59
Is there a way to double check it with web gui ? i think there is a error with the mixer2 or and mixer3 target temps
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels