Hi all,
I’m new to HA, just installed HAOS in a N100 VM, with Sonoff Zigbee Dongle Plus.
Already installed Zigbee2MQTT and I’m testing a new CCT Led Strip Zigbee Tuya with an Avatto Zigbee Knob.
I’ve created 3 automations to turn on and off by knob (alternating), and to increase or decrease brightness, its working ok. But I don’t know how to change the color temperature of the strip using the knob, can you help me guys?
These are the 3 automations for turn on/off and brightness, but for temperature isn’t there any option to choose in the visual editor.
- id: '1729279794004'
alias: LED Escritorio - Alternar
description: ''
triggers:
- trigger: state
entity_id:
- sensor.knob_preto_action
to: toggle
conditions: []
actions:
- type: toggle
device_id: 150cd71d79e21a9059246be7782d3364
entity_id: 41e611ea3c96be285b3c1d88ad20aba0
domain: light
mode: single
- id: '1729280579306'
alias: LED escritorio - Brilho +
description: ''
triggers:
- trigger: state
entity_id:
- sensor.knob_preto_action
to: brightness_step_up
conditions: []
actions:
- device_id: 150cd71d79e21a9059246be7782d3364
domain: light
entity_id: 41e611ea3c96be285b3c1d88ad20aba0
type: brightness_increase
mode: single
Tried to change brightness_increase for some variations using color temp, but none worked.
The knob trigger function is “color_temperature_step_up” or “down”, just need to figure out how to set the led strip.
This is a print from the device action, there is no option for changing color temperature. But if I go in the device, I can do it normally.
Thanks.