-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
[Bug]: Code 400: Bad request set light state 3: [{"error":{"address":"/lights/3/state","description":"body contains invalid JSON","type":2}}] #302
Comments
Yepp you are right, this is your problem. |
Good question, |
Hi, i have the same problem. Thanks for your great work |
Please show me the data you set when the error is happening. |
on({id: 'deconz.0.Sensors.32.open', change: "ne"}, async function (obj) { |
var Farbe, timeout, Helligkeit, dimmIntervalle, Intervall; // Lichtwecker mit Hue Lampe im Schlafzimmer. |
Im actual on it, but not sure whats happening. @spitfire4all it seems that you have to change Farbe from '0.5,0.4' to '[0.5,0.4]' |
Stale issue message |
Hi, Code 400: Bad request set sensor parameters: [{"error":{"address":"/sensors/config","description":"body contains invalid JSON","type":2}}] script is still the same: |
that could be the problem: |
Contact Details
[email protected]
What happened?
in the past my hue wake up ligt script work well.
But now it does not work, i see one log entry that maybe cause my problem:
Code 400: Bad request set light state 3: [{"error":{"address":"/lights/3/state","description":"body contains invalid JSON","type":2}}]
Adapter Version
1.3.20
deConz (Phoscon) Version
unknown
JS-Controller Version
4.0.15
Node JS Version
14.9.0
NPM Version
6.14.16
Operating System
Debian
Relevant log output
Anything else?
No response
The text was updated successfully, but these errors were encountered: