Hello.
I have a thermostat for the Z-Wave Danfoss LC-13 radiator, controlled with the help of AEOTEC Z-Stick Gen5 USB.
The Aeotec and Danfoss configuration went correctly.
Danfoss support z-wave command:
I want to create an automation that, for example, at 10:00 am will set the temperature I want. While searching for information on the Internet and using the HA visual editor, I wrote the following:
alias: "!!! Danfoss Test"
description: ""
trigger:
- platform: time
at: "10:30:00"
condition: []
action:
- device_id: 99fb7e661c98848d56e3aeef4013156b
domain: climate
entity_id: climate.living_connect_z_thermostat
type: set_hvac_mode
hvac_mode: heat
- device_id: 99fb7e661c98848d56e3aeef4013156b
domain: zwave_js
type: set_value
command_class: 67
value: "20"
property: ""
mode: single
Unfortunately, nowhere I can find what to write in the property: " "
I try to solve the problem the second day and I am already crazy about it.
Can I ask you for help?
Thank you in advance.