Readin thermostat set point

Hey

I am a new HA user and I have the following problem.
Z-wave thermostat heatit z-trm3, the set point value of which I am trying to get copied to the helper. I can copy the value of the helper as the set value, but I don’t know how to read the set value shown in the picture.
I’ve been struggling with this problem for hours and I can’t find an answer. I would really appreciate the help.

Thermostat

Go into developer tools / states and key in the name of your climate entity. You’ll then see a list of the attributes it has. Figure out which attribute you are after. Then go into developer tools / templates and write / test the template to get it.

{{ state_attr(“climate.thermostat_1”,”temperature”) }}

I got it working. I was confused about the name of the attribute. I assumed it was called setpoint, or something like that, not temperature
Thank you very much for you help.