REST API for dimming Shelly Pro Dimmer

  • I have three Shelly Plus I4 that I am using to control three Shelly Pro Dimmer 2PM.

    I was inspired by this script emulate_multiple_dimmers.js to let button switches control dimmers and got it working for turning on/off and setting brightness:

    Code
    curl "http://x.x.x.x/light/0?turn=on&brightness=100"

    However the dimming command from the script has no effect (script is written for Shelly Dimmer 2, and the command is mentioned in that API)

    Code
    curl "http://x.x.x.x/light/0?turn=on&dim=up&step=5"

    I cannot find any similar API command for the Pro Dimmer, does anyone know if there is a similar call? Its not documented here or here how to control dim up/down.

  • DHall 24. Juni 2024 um 22:56

    Hat den Titel des Themas von „REST API for dimming“ zu „REST API for dimming Shelly Pro Dimmer“ geändert.