Zigbee2MQTT Tuya Moes Smart Knob (ERS-10TZBVK-AA)

Has anyone adapted this yet to also include the the other actions like press+rotate? Also, some consideration for how far it is turned at once? There was a pretty good ZHA blueprint but I switched to Z2M and could not find a similar one.

2 Likes

I get the
" Invalid blueprint: extra keys not allowed @ data[‘blueprint’][‘input’][‘switch’][‘selector’][‘multiple’].
Got None"
when adding to my hassio instance. What’s wrong? Any help would be greatly appreciated.
.

So this device (Moes Knob) is supported by Zigbee2MQTT?
I just received it, and it states that it’s “Not Supported”

Zigbee Model: TS004F
Zigbee Manufacturer: _TZ3000_qja6nq5z

Is this a newer version?

I am using Zigbee2MQTT and are experiencing a similar issue.

Resolved: I updated the Zigbee2MQTT version to the latest 1.26.0, and the smart knob appeared and is functioning as expected.

Hello! Could you please share that blueprint for ZHA? I have been trying to find it a couple of times without luck. Thanks!

ZHA BP: Moes Smart Knob Lights Control - #45 by jory

Thanks! Much appreciated.

Has anyone gotten this blueprint to work on Z2M? It auto joins but nothing is working via the blueprint

1 Like

Trying to use this on a hue but brigthness change is not smooth and very clunky. Can it be made smooth like a fade effect.

Has anyone written it for command mode (lights)???
Thanks.

not written it for comand mode, but have wrote two automations/scripts so you can choose it to work with either temprature, or us it for cycling scenes (push and rotate) under non push and rotate its is just brightness.

I had same issue and followed Zigbee2MQTT - Tuya 4-button Scene Switch (TS0044) - #54 by just.bondarenko

Seemed to resolve it for me.

Trying to use this on a hue but brigthness change is not smooth and very clunky. Can it be made smooth like a fade effect.

I’ve integrated the smart knob to Z2M as command mode and I’ve created a simple action on node red (one click to on or off). This action is working fine.
The intention here is this button controls a Sonoff D1 dimmer.
To my surprise the rotation is working as well for the dimmer, despite I haven’t any action/programming on node red for the rotation.
It should be ok with less work, but the problem is that the brightness value is wrong… the system (I don’t know if the Z2M or Node Red) gets the rotation value as the new brightness, so let’s suppose I’m with 150 as brightness and I want to increase a little more and rotate it 30, for instance, the new brightness value is 30 and not 180 (150 + 30). This is hard because I have to discover the right “size” of rotation for the perfect brightness I want for that, and it should work as a volume button, where you rotate a small part of it and the volume increase or decrease that small part for the present volume.
In the Z2M logs I can see both values (example below), and as I’ve described above the new brightness comes from the value of action_step_size and not from the brightness.

Info 2022-09-07 22:38:58MQTT publish: topic 'zigbee2mqtt/Botao_Dimmer_Casal', payload '{"action":"brightness_step_up","action_rate":null,"action_step_size":25,"action_transition_time":0.01,"battery":100,"brightness":240,"linkquality":69,"operation_mode":"command","voltage":3000}'

Does anyone know how could I change it? I’d like to work with the brightness value, which changes perfectly (increasing or decreasing from the previous value).
Thanks a lot.

Thanks. This is rather exciting. I have the knob linked to my dimmable light.
I see 1 turn changes 10%. But if I turn fast (feel many clicks), it still does 10%. It doesn’t feel like it’s doing sth.
How can this be made to change more?

It also doesn’t respond sometimes. Eg today the bp triggered but none of the actions did.

image

It only saves 5 traces, so I can’t find older ones where it worked.

It can’t. It’s a largely useless device.

I completely, agree, it’s fine as a button but for the rest it won’t do smooth light transition. It just doesn’t transmit rotation consistenly and quickly enough.

Too bad because it’s the entire point of a device looking like this. Oh well.

1 Like

I wonder if it works this badly even (turning the knob not feeling “analogue”) with the official Tuya app. Can anyone check? I don’t have a Tuya box to try.