I purchased a rotary knob device to see what I might be able to do with it (light dimmer / volume control / ?) but it isn’t exposing anything controls to ZHA.
I do get log events, like:
Rotary Switch Toggle event was fired
2:39:15 PM - 19 seconds ago
Rotary Switch Step event was fired with parameters: {'step_mode': <StepMode.Up: 0>, 'step_size': 49, 'transition_time': 2, 'options_mask': None, 'options_override': None}
2:39:08 PM - 26 seconds ago
Rotary Switch Step event was fired with parameters: {'step_mode': <StepMode.Down: 1>, 'step_size': 13, 'transition_time': 1, 'options_mask': None, 'options_override': None}
2:39:06 PM - 28 seconds ago
Rotary Switch Step event was fired with parameters: {'step_mode': <StepMode.Down: 1>, 'step_size': 37, 'transition_time': 2, 'options_mask': None, 'options_override': None}
2:39:05 PM - 29 seconds ago
but even there I can’t see all switch pushes, any long presses or distinguish double click events.
The switch is identifying as:
TS004F by _TZ3000_402vrq2i
Quirk: zhaquirks.tuya.ts004f.TuyaSmartRemote004F
So far, I’m happy in ZHA land, but if I made the dive into Zigbee2MQTT am I likely to get any more functionality out of this device there?
I already have mosquitto setup with some custom MQTT sensors feeding in to HA through it - not sure what steps are next to try to connect devices that way?