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

Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. #77

Closed
monajalal opened this issue Mar 26, 2016 · 5 comments
Labels

Comments

@monajalal
Copy link

So I am not sure why the configurator cannot control the Hue light. Also I am not sure if I should name it Toggle_1. Toggle_1 is the name I have used in OpenHAB items.

screen shot 2016-03-25 at 8 54 35 pm

screen shot 2016-03-25 at 8 54 54 pm

This is what I have in the iotpi.items

Switch Toggle_1   "IoT Lab Light Bulb"   (Switching) {hue="3"}
Color Color_1     "IoT Lab Light Bulb"   (Colorize)  {hue="3"; colorTemperature; 30"}
Switch Toggle_2   "IoT Lab Light Bulb"   (Switching) {hue="1;brightness;30"}
Color Color_2     "IoT Lab Light Bulb"   (Colorize)  {hue="1;colorTemperature;30"}

and here's the error I get when I click on the test ON:

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Sat Mar 26 01:57:26 UTC 2016
There was an unexpected error (type=Not Found, status=404).
No message available

screen shot 2016-03-25 at 8 57 44 pm

In http://192.168.1.102:8080/, 192.168.1.102 is my Raspberry Pi 2 Model B IP, and 8080 is the port Amazon Echo HA bridge is running on. I have upnp disabled on my router configuration and openhab daemon is running on port 8082.

screen shot 2016-03-25 at 8 42 32 pm

Can you help me please to troubleshoot this problem?

@audiofreak9
Copy link
Collaborator

You need to change your port in the on/off URLs to your OpenHab port 8082.

@audiofreak9
Copy link
Collaborator

BTW, what version of the bridge are you running? The screen shots you provided look a lot like the armzilla version, not the bwssystem's forked version here.

@bwssytems
Copy link
Owner

That is the armzilla version which is not this one. Go to the releases page here and download the V1.4.2 and use the readme to set it up.

@bwssytems
Copy link
Owner

Di you try the latest version from this github page?

@bwssytems
Copy link
Owner

Assume this is closed as the correct release is being used.

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

No branches or pull requests

3 participants