Hello all,
I just received tuya smart knob and Tuya Gateway. but i can’t use them trough HA !
Any idea ?
Hello all,
I just received tuya smart knob and Tuya Gateway. but i can’t use them trough HA !
Any idea ?
Hello,
Any idea please ?
Works well with zigbee2mqtt.
GOOD NEWS ! could you please share your config.
Do you use Tuya Gateway + zigbee2mqtt.
Thanks
Nothing to share, I added it to my zigbee network and it just worked. A sample automation is here, the GUI discovered all those numbers
alias: Volume Down Smart Knob 1 Kitchen
description: ''
trigger:
- platform: device
domain: mqtt
device_id: 0c99cca7711c9a12a6fc97b2218db4e9
type: action
subtype: rotate_left
discovery_id: 0x003c84fffeb157b4 action_rotate_left
condition: []
action:
- service: media_player.volume_down
data: {}
target:
entity_id: media_player.kitchen
mode: single
Should I plug the Tuya Zigbee in RPI ? or connection can be done through Wifi ?
I don’t use a tuya gateway. This is a list of zigbee coordinators that work with zigbee2mqtt
Which Coordinators do you use, it seems that CC2652RB don’t work with Tuya smart knob
CC2352R1 I believe.
What makes you say that?
If you read that issue to the end, the fact was it needed new batteries.
Mine did not come with batteries. I put new batteries in each device and both joined immediately.
Hello dear,
I bought a coordinator CC2652RB, and i can now find some devices (tuya knob and ikea button)
I added them to Automation, but when i press, nothing happened
i tried with ZHA and Zigbee2mqtt, same result !
Here is my automation :
alias: _ test knob
description: ''
trigger:
- device_id: b2ef37e96e682ad33d2c6b8435c00848
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_on
condition: []
action:
- service: light.turn_on
data:
color_name: red
target:
entity_id: light.smart_led_strip_desktop
mode: single
I can see the devices listed in ZHA :
Any idea ?
Thanks a lot
Dunno, but works in z2m. Here is my automation
alias: Media Pause Kitchen
description: ''
trigger:
- platform: device
domain: mqtt
device_id: 0c99cca7711c9a12a6fc97b2218db4e9
type: action
subtype: single
discovery_id: 0x003c84fffeb157b4 action_single
condition: []
action:
- service: media_player.media_play_pause
data: {}
target:
entity_id: media_player.kitchen
mode: single
Also, what do you have operation mode set to.
I tried today with Z2Q but : have this warning :
Zigbee2MQTT:warn 2022-04-11 19:18:48: Received message from unsupported device with Zigbee model 'TS004F' and manufacturer name '_TZ3000_4fjiwweb'
Zigbee2MQTT:warn 2022-04-11 19:18:48: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.
here is the list of devices
Also when i tried to add a domain in automation, i do not find “mqtt”
What version of z2m do you have?
Current version: 1.18.1-1
The current version is 1.25.0. This will be the problem, as these devices are quite new.
I am pretty sure this is the correct addon repo now GitHub - zigbee2mqtt/hassio-zigbee2mqtt: Zigbee2mqtt Home Assistant add-on