What is the payload to publish to shelly motion 2 topic shellies/command or shellies/shellymotion2-xxxxxxxxxx/command venomuser 4. August 2023 um 23:11 I am trying to find which topic and what should be the payload to send commands to Shelly motion 2 device such as set sensitivity of motion. Can somebody help me? I tried many ways such as Code {"device": "sensor", "index": 0, "name": "sensitivity", "value": 50} sent to Code shellies/command and Code { "sensitivity": <desired_sensitivity_value> } To Code shellies/shellymotion2-xxxxxxxxxx/command But no luck to make it work