![]() |
|
D16 Dimmer - Set memory value without turning on via MQTT? - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-HxB series Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=2) +--- Thread: D16 Dimmer - Set memory value without turning on via MQTT? (/showthread.php?tid=8724) |
D16 Dimmer - Set memory value without turning on via MQTT? - stansvec - 11-04-2025 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 Code: {"dimmer1": {"memory": 30}}Thanks! RE: D16 Dimmer - Set memory value without turning on via MQTT? - admin - 11-04-2025 if you use digital input for button, that according to set by IFTTT what per cent will be changed. can you take a video to explain your question? RE: D16 Dimmer - Set memory value without turning on via MQTT? - stansvec - 11-04-2025 What I need is to programmatically update a dimmer channel's stored value without turning the channel on. Is there a way to update the memory value without activating the output? Scenario: Dimmer 1 last set to 50% DI1 toggles dimmer ON → turns on at 50% DI1 toggles dimmer OFF → dimmer off, 50% stays in memory Need: Programmatically change stored value to 30% (via MQTT/HTTP/etc) for dimmer 1 Next DI1 toggle → dimmer turns on at 30% (not 50%) Is it now clearer what I mean? Thanks. RE: D16 Dimmer - Set memory value without turning on via MQTT? - admin - 11-04-2025 my means, how about set by IFTTT. or you MUST want change the 20% value by MQTT? RE: D16 Dimmer - Set memory value without turning on via MQTT? - stansvec - 11-05-2025 I am not familiar with IFTTT. Is it possible to set it programatically or only via web interface as your screenshot depict? I would ideally need some kind of API like MQTT, HTTP, TCP, etc. If this is not possible then it's fine. I'll implement a workaround. But it would be nice to have feature. Also I cannot see the IFTTT panel in the web interface of my KC868-D16 dimmer. My firmware is D16_V1.08. Is it possible to flash KCS to get the IFTTT and other features? RE: D16 Dimmer - Set memory value without turning on via MQTT? - admin - 11-05-2025 i see. you are using KC868-D16, not DM16 new esp32 controller. sorry, D16 don't support that function. RE: D16 Dimmer - Set memory value without turning on via MQTT? - stansvec - 11-05-2025 No problem. Thanks for confirming. |