[Solved] Can you help me make a POST to Shelly using x-www-form-urlencoded calls?

You are not putting commands in the correct order, this is why you are not getting results.

You need to set it this way:

Replace server_uri, device_id, auth_key with the relevant values.

1 Like