Lupin3000 Posted October 19, 2024 Posted October 19, 2024 I have a Shelly PlusPlugS with latest firmware. MQTT is enabled and connected to broker. I can read all values! How to control the output via MQTT? I tried many different ways but I am not able to set output. Quote Translate Revert translation? English (American) French German Italian Polish Portuguese (European) Spanish
Lupin3000 Posted October 19, 2024 Author Posted October 19, 2024 Solved! I was using wrong param ... Turn on { "method": "Switch.Set", "params": { "id": 0, "on": true } } Turn off { "method": "Switch.Set", "params": { "id": 0, "on": false } } 1 Quote Translate Revert translation? English (American) French German Italian Polish Portuguese (European) Spanish
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.