Did you solve your problem? Because i´ve the same issue. Only the toggle works but not the brightness by rotating the knob. I get same payload issues as you.
My device is a bit different then the mentioned knob:
No unfortunately not, link if you figure something out ![]()
Hi, I am having the exact same problem. Did you find a solution ?
Still no solution. Only the press and hold function works reliably for me. Maybe OP (@TriggerHappy) can have a look at the payloads I sent and advise?
@TriggerHappy Hi, thanks for blueprint but i found 2 big problems and one smaller (and fix them in my copy of this blueprint)
-
When you set brightness when command is ‘brightness_step_up’ there should be set min from [new_brightness, max_brightness] not max like in script.
-
In script you use input min_brightness and max_brightness in range 0 to 100. Next you set variables from this inputs and for example (when 1 point will be fixed) set min from [new_brightness, max_brightness] but brightess in light is in range from 0 to 255
This way when u set 100% max brightness in input it will be 100/255 and it will never set higher.
You need to set new variable with value (max_brightness * 255) / 100 and use this new variable when setting min/max brightness -
(not bug but can help) in variables u set step_percent as step_size / 2
I get logs from zigbee2mqtt and one click on knob sends step_size=13 (don’t know why 13 but i get it from logs) so in my copy i want to change 1% every knob click (and added multiplier input if i want more for every click) and set step_percent = step_size / 13
Guys, does the MOES version work well, properly? I’m ready to buy a few if they do.
thx!
Works better than my own automation! Well done!
But… Long press and turn this knob at the same time is a little difficult because of the low quality case and parts used. Needs two hands to do that.
Is it possible to use double press to toggle brightness/temperature setting instead of keep pressing?
And after some seconds finished setting whatever the user wants it could default back to brightness.
In my automation I used a helper to activate the toggle and command as trigger so it never satisfied me. Command mode and mqtt seems to work a lot smoother.
Also, there is a better smart knob out there, works the same way, looks like it’s a better construction. The whole device rotates and can be pushed as a button and not some inner thingy. Big plus for me you can use it with one hand!
Search for model ZG-101Z/D
I bet it’s works with the blueprint, will try later… And… No, it doesn’t!
Hi,
Could you find a blueprint that works with ZG-101Z/D ? I can’t find one
I just updated the blueprint.
Fixed some mistakes and added an option to configure the button long press (without turning the wheel) with any Home Assistant action.
Hi it does work with the ZG-101Z/D. you only have to press the button 3 times in a row so it will toggle the command mode