Hi Guys , pretty new to all this stuff so pls forgive me if i did something wrong.
I tried nrly 14hrs to solve this problem, but i couldnt.
Basically i have everything running as i want, i had an old tablet witch i wanted to use as a wall panel.
The tablet is running Android 4.4.2 so i had to get a bit creative, bec i couldnt use Kiosk Browser, i managed to download Wallpanel nd Ariela witch i can run but for whatever reason they both fail to login.
I can access the dashboard via Crome when i log in, but when i want to do it via one of those apps it fails.
In the homeassistant log it states the following when it fails:
Source: components/http/ban.py:80
Integration: HTTP (documentation, issues)
First occurred: 03:00:16 (1 occurrences)
Last logged: 03:00:16
Login attempt or request with invalid authentication from android-2637a4f8e8f194c (192.168.0.173). Requested URL: '/auth/login_flow/a1b5a60e188c790b6fc326e9199bcca3'. (okhttp/3.12.1)
But that happens only when i try it with one of those apps, threw crome it works fine.
Maybe there is something what i am missing ? Can i maybe whitelist the IP from the tablet so it doesnt ask for login creds ?
i dont have anything specific in the configuration.yaml exept this what i use to connect via a homepage threw cloudfare when i am not home:
cors_allowed_origins:
- https://google.com
- https://www.home-assistant.io
ip_ban_enabled: true
login_attempts_threshold: 20
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
The other thing i tried is to basically i guess whitelist my local network with this code but that didnt`t help either:
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.0.0/24
- 127.0.0.1
allow_bypass_login: true
- type: homeassistant
I would be so gladly appreciated if someone has a solution or could help me.
If not thanks anyways for reading this nd taking ur time.