Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Request failed with status code 400" #195

Open
djpole opened this issue Dec 17, 2024 · 0 comments
Open

"Request failed with status code 400" #195

djpole opened this issue Dec 17, 2024 · 0 comments

Comments

@djpole
Copy link

djpole commented Dec 17, 2024

I have various Shelly Plug Plus S (model with power meter). I use Node-Red, and I control the relay state with a function with the next code:

msg.payload = {
method: "Switch.Set",
parameters: {
id: 0,
on: true
}
}
return msg;

This always worked perfect, but some weeks ago it fails: the switch doesn´t change the status and I get the response "Request failed with status code 400" in the console. I have made no change in my flows, so I don´t know why it fails.

I don´t know what to do. Please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant