I have a MOES dimmer. In the documentation it says:
{
"brightness_move": -40, // Starts moving brightness down at 40 units per second
"brightness_move": 0, // Stop moving brightness
"brightness_step": 40 // Increases brightness by 40
}
But how do I use it? It says in the documentation: "To do this send a payload like below (above in this case) to zigbee2mqtt/FRIENDLY_NAME/set", but I do not know how to do it?
Yep, I’ve seen that, and I have tried to push the brightnes_move payload, but can’t make it work. If you have any automation examples of a zigbee2mqtt switch an dimmer, that would be much appreciated.
Thanks for your support r-j-taylor. I do not have an automation at the moment. I’m currently just trying to publish from the MQTT integration tool, and it wont work. When I publish for instance {brightness": 60} it works great, but when I try {brightness_state": 160} nothing happens. See picture below:
Yes, I understand that now, and I’m not sure I can answer that question. I don’t have the same hardware and am not able to test the commands myself. All I can do is ensure you are following the documentation. Can you answer my questions:
When I turn the lights on or off they transition, so basically they dim up and down. I am also able to set the brightness to a specific value with this command:
{“brightness”: 40}
Hm, not super helpful since that isn’t using the same payload. Since you aren’t seeing any similar response for step, that makes me lean towards the device not recognizing the command… Can you double check the model number?
Yeh, double checked the model number now, and it is the correct one. But I haven’t done anything special in the configuration for this dimmer. Anything I need to do there? I just added it through the Zigbee2mqtt dashboard. Everything else works on the dimmer, but brightness_move and _step just wont work.
Hm, may be reaching the end of my ability to help here; that is saying that it can’t convert the message from MQTT. You may just want to open an issue on GitHub, the developer is super active and helpful for stuff like this.