-
Notifications
You must be signed in to change notification settings - Fork 199
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
Comments
First off, which version? And please attach the command line log file. |
Version is 5.1.0 How do i get the command line logfile? |
This? |
I just started HA-Bridge and executed OFF, ON and DIM. |
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. |
habridge.log And this is what the request in Postman looks like: |
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. |
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. |
habridge (1).log |
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. |
sounds pretty good, thanks in advantage |
Was this fixed yet in the RC builds? |
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
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
The text was updated successfully, but these errors were encountered: