Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D16 Dimmer - Set memory value without turning on via MQTT?
#1
Hello,
Is there an MQTT command to update the D16 dimmer's stored brightness memory value WITHOUT actually turning on the dimmer?

Current behavior:
  • Send
    Code:
    {"dimmer1": {"value": 50}}
    → Light turns on at 50%
  • Send
    Code:
    {"dimmer1": {"value": 0}}
    → Light turns off, hardware remembers 50%
  • 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}}
or similar that only updates the stored value?

Thanks!
Reply


Messages In This Thread
D16 Dimmer - Set memory value without turning on via MQTT? - by stansvec - 11-04-2025, 08:48 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)