Honeywell T6 Z wave temperature setting not applying?

Hi, I just installed a new Honeywell T6 Pro Z-Wave into my setup.
Everything appears to be working; it displays correctly on the dashboard. And when I change any setting (temperature/mode), it all works fine.

But when I test automation, the temperature setting isn’t getting applied to it somehow. If I test through Run Action, HA says Action Ran Successfully, but nothing is getting to the thermostat.
However, if I setup automation to change mode/preset/fan, it works without issue.
Any idea how to trouble shoot?

This is the UI:


And yaml:

device_id: dbfca5d127a4e53aea562838e98aabb5
domain: number
entity_id: 802e8818459ac51793dff6409c25bf42
type: set_value
value: 70

I also tried a different option with similar name:

device_id: dbfca5d127a4e53aea562838e98aabb5
domain: zwave_js
type: set_config_parameter
endpoint: 0
parameter: 28
bitmask: null
subtype: 28 (Minimum Cool Temperature) on endpoint 0
value: 68

Found something interesting, the automation would work on configuration data:

These are updated correctly

I assume what you are trying to do is set the target temperature and mode just like you can do from the dashboard or on the T6 itself. If so the way you are trying to go about it is wrong. The minimum cool temperature is a configuration value and it doesn’t actually control the thermostat.

What you want to use is the Climate: Set Target Temperature action. Click the entity button and search for your thermostat then click on it to select it. Then check the target temperature box and input your target temperature. Then check the hvac mode box and select cool from the list of modes. It should look like this.

Ah, I figured I must’ve missed something fundamental, that solves it!