Hi there,
I’m having a problem with setting the temperature of my Eurotronic Z-wave radiator valves. I created this automation:
id: '1644750641019'
alias: Avondverlaging kamer Boaz 12 graden
description: ''
trigger:
- platform: time
at: '17:00'
condition: []
action:
- device_id: c8668dfc393d9c205369baf891497643
domain: zwave_js
type: set_value
command_class: 67
property: setpoint
property_key: '1'
value: '12'
endpoint: '0'
mode: single
When this is first trigger it does correct what it is supposed to do and lowers the temperature to 12 degrees at 17:00.
Only after that first time it stops working and gives this trace timeline
I can’t seem to find out what I’m doing wrong here.
Thanks in advance for your tips if you have them!
Frans