Skip to content

Help with understanding the value maps #58

@JacekKac

Description

@JacekKac

I do have such screen in heatpump24 web portal

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions