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

Error on calling URL - Nanoleaf Aurora #874

Closed
Nicras opened this issue Jan 16, 2018 · 12 comments
Closed

Error on calling URL - Nanoleaf Aurora #874

Nicras opened this issue Jan 16, 2018 · 12 comments
Milestone

Comments

@Nicras
Copy link

Nicras commented Jan 16, 2018

Hi,

I receive the following error, when trying to ON, OFF, DIM my Nanoleaf Aurora from within HA-Bridge:

Request Error, Please look in your habridge log: error {"type":"6","address":"/lights/11","description":"Error on calling url to change device state","method_name":"/lights/11state"}

The device is configured as shown

image

The light turns ON and OFF and DIM works too but the error still occurs

I want to use this to control my Aurora from my Harmony Remote. I can turn ON and OFF but DIM doesn't work from Harmony.

Debug Log attached, Thanks in advance!

Nicras

01-17-2018 00:37:44.692 DEBUG hue lights list requested: fc2e80189f134f2d9504b14d2d11712f from 10.22.3.46 com.bwssystems.HABridge.hue.HueMulator
01-17-2018 00:37:44.691 DEBUG HueMulator GET called on api/* with request <<</api/fc2e80189f134f2d9504b14d2d11712f/lights>>>, and body <<<>>> com.bwssystems.HABridge.hue.HueMulator
01-17-2018 00:37:37.370 WARN Error on calling url to change device state: http:https://10.22.3.48:16021/api/v1/luqXb3v56WrmOrcEugLKraqZ6G7SE0ex/state com.bwssystems.HABridge.plugins.http.HTTPHome
01-17-2018 00:37:37.265 DEBUG executing HUE api request to Http PUT: http:https://10.22.3.48:16021/api/v1/luqXb3v56WrmOrcEugLKraqZ6G7SE0ex/state com.bwssystems.HABridge.plugins.http.HTTPHome
01-17-2018 00:37:37.265 DEBUG Calling Home device handler for type : httpDevice com.bwssystems.HABridge.hue.HueMulator
01-17-2018 00:37:37.265 DEBUG Decode Json for url items: [{"item":"http:https://10.22.3.48:16021/api/v1/luqXb3v56WrmOrcEugLKraqZ6G7SE0ex/state","httpBody":"{"on" : {"value":true}}","httpVerb":"PUT","type":"httpDevice","contentType":"text/html"}] com.bwssystems.HABridge.hue.HueMulator
01-17-2018 00:37:37.264 DEBUG hue state change requested: 3dfcd29e232c4a9ba2c8560173396b81 from 10.22.3.28 body: {"on":true} com.bwssystems.HABridge.hue.HueMulator
01-17-2018 00:37:37.263 DEBUG HueMulator PUT called on api/* with request <<</api/3dfcd29e232c4a9ba2c8560173396b81/lights/11/state>>>, and body <<<{"on":true}>>> com.bwssystems.HABridge.hue.HueMulator
@bwssytems
Copy link
Owner

First off, which version? And please attach the command line log file.

@Nicras
Copy link
Author

Nicras commented Jan 17, 2018

Version is 5.1.0

How do i get the command line logfile?

@Nicras
Copy link
Author

Nicras commented Jan 17, 2018

habridge.log

This?

@Nicras
Copy link
Author

Nicras commented Jan 17, 2018

I just started HA-Bridge and executed OFF, ON and DIM.

@bwssytems
Copy link
Owner

That was the log file I wanted. Very interesting, when you try this request in a REST client such as postman, do you get a null return value? It seems that is the response and the ha-bridge code does not expect a successful request with a null return value. Also, you could try the new RC candidate and turn on debug for the http plugin and post the logs.

@Nicras
Copy link
Author

Nicras commented Jan 18, 2018

habridge.log
Here's the log from 5.2.0RC5 with debug logging for the HTTP plugin.

And this is what the request in Postman looks like:

image

@Nicras
Copy link
Author

Nicras commented Jan 18, 2018

And because I didn't mention it already, Thanks for your great solution. Because of HA-Bridge my dreams came true, managing all my stuff via my Harmony remote.
And your support is amazing ;-)

@bwssytems
Copy link
Owner

Unfortunately, the debug was not set. Did you hit Update Log Levels after selecting DEBUG for the http plugin? Also, the postman screen does not show the response window.

@Nicras
Copy link
Author

Nicras commented Jan 18, 2018

habridge (1).log
I thought I did the update log levels, but here you are
image
I marked the response part of the Window and in the upper right corner is the HTTP Status with "204 No Content"
Is it that what you mean?

@bwssytems
Copy link
Owner

So I see what is happening as it looks like nanoleaf returns no content null which is valid. I'll put in a check for that and it will be fixed in the next release.

@bwssytems bwssytems added the bug label Jan 18, 2018
@bwssytems bwssytems added this to the 5.2.0 milestone Jan 18, 2018
@Nicras
Copy link
Author

Nicras commented Jan 18, 2018

sounds pretty good, thanks in advantage

@tuicemen
Copy link

tuicemen commented Mar 5, 2018

Was this fixed yet in the RC builds?
Running 5.2.0.rc22
I just tested a Http call and get the same issue thought the device does turn on/off
Maybe because I'm making a call to the same device the Bridge is on though different port?

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

No branches or pull requests

3 participants