WallPanel-Project / wallpanel-android

This project is deprecated; try out this active fork: https://thanksmister.com/wallpanel-android/
Apache License 2.0
207 stars 27 forks source link

not working with home-assistant web frontend #38

Closed snizzleorg closed 6 years ago

snizzleorg commented 6 years ago

I have home-assiatnt running via https and only get a blue bar in wall-panel.

Any ideas why?

xydix commented 6 years ago

Are you using Let's encrypt?

snizzleorg commented 6 years ago

yes.

xydix commented 6 years ago

Check issue #29 and #35. I think we all have the same problem here. If you try to access HA from a computer on your LAN using https://local-ip:8123 you will get the sceen with "Your connetion is not private" wallpanel won't show or let you bypass this.

timmo001 commented 6 years ago

Just use your external domain. ie. https://*****.duckdns.org or whatever your dynamic dns provider is

xydix commented 6 years ago

This doesn't work. Not for me.

nickrout commented 6 years ago

I am not using encryption, and only get the blue bar on homeassistant web front end.

gazoscalvertos commented 6 years ago

Same situation as nickrout here

nickrout commented 6 years ago

Looks to be a pretty dead project by all the unanswered issues.

gazoscalvertos commented 6 years ago

@nickrout looks like this is an issue with the stock android browser. Same result trying direct from browser yet chrome works. I'm using a custom firmware so going to try another

snizzleorg commented 6 years ago

has anyone got this to work?

pattyland commented 6 years ago

Not using https and it‘s working great

tringler commented 6 years ago

I was able to solve the problem by manually set the browser engine to Android WebView and set the ssl_certificate directive in the HASS http component to /etc/letsencrypt/live/acme.org/fullchain.pem instead of /etc/letsencrypt/live/acme.org/cert.pem

quadportnick commented 6 years ago

I think this will be addressed with a patch to there being no certificate UI... I'd presume we're hitting all sorts of weird certificate combinations, eg, newer LetsEncrypt isn't necessarily in older devices' cert store.

quadportnick commented 6 years ago

Probably a dupe of https://github.com/WallPanel-Project/wallpanel-android/issues/35, but we'll keep it open until verified

quadportnick commented 6 years ago

Test release: https://github.com/WallPanel-Project/wallpanel-android/releases/tag/0.7b1

snizzleorg commented 6 years ago

this release now works for me. Thanks!