11-04-2025, 08:48 AM
Hello,
Is there an MQTT command to update the D16 dimmer's stored brightness memory value WITHOUT actually turning on the dimmer?
Current behavior:
What I need:
Is there a command like
or similar that only updates the stored value?
Thanks!
Is there an MQTT command to update the D16 dimmer's stored brightness memory value WITHOUT actually turning on the dimmer?
Current behavior:
- Send
→ Light turns on at 50%Code:{"dimmer1": {"value": 50}}
- Send
→ Light turns off, hardware remembers 50%Code:{"dimmer1": {"value": 0}}
- Physical button press → Light restores to 50%
What I need:
- While dimmer is OFF, update the stored memory to a different value (e.g., 30%)
- So next physical button press turns on at 30%, not 50%
- Without the light briefly flashing on
Is there a command like
Code:
{"dimmer1": {"memory": 30}}Thanks!

