'404' on Hue lights
Posted: Monday 22 May 2017 13:49
I wanted to create a couple of switches to turn on/off my HUE lights and use a few scenes from it.
So, I created first a ON/OFF group with
When I use one of these in the URL-bar I get the
message, but nothing happens. So I double and triple checked, and it is the correct IDX.
Same happens when I try to use one of the other IDX in either On/Off or Toggle command.
All I did was re-install the Bridge after accidentily deleting it earlier.
This is the error I see in the log. It looks like the scenes can't be found, but everything is still listed
2017-05-22 13:50:14.922 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:14.991 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.118 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.189 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.259 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.353 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.409 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.478 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.623 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.679 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.748 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:16.009 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:16.128 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:16.153 Error: Philips Hue: Error received: Internal error, 404
© 2012-2017 Domoti
So, I created first a ON/OFF group with
Code: Select all
ON: http://192.168.0.10:8084/json.htm?type=command¶m=switchlight&idx=145&switchcmd=On
Off http://192.168.0.10:8084/json.htm?type=command¶m=switchlight&idx=145&switchcmd=Off
Code: Select all
'{
"status" : "OK",
"title" : "SwitchLight"
}All I did was re-install the Bridge after accidentily deleting it earlier.
This is the error I see in the log. It looks like the scenes can't be found, but everything is still listed
2017-05-22 13:50:14.922 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:14.991 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.118 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.189 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.259 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.353 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.409 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.478 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.623 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.679 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:15.748 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:16.009 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:16.128 Error: Philips Hue: Error received: Internal error, 404
2017-05-22 13:50:16.153 Error: Philips Hue: Error received: Internal error, 404
© 2012-2017 Domoti