Fully Kiosk always gives Login attempt or request with invalid authentication from

I have a tablet running FKB Pro and it’s logged in to the local instance of HA with its own username and password. Despite having the following set up, I always get an authentication login attempt error from that device whenever I restart HA. Can anyone tell me what I’m doing wrong?

  auth_providers:
    - type: homeassistant
    - type: trusted_networks
      trusted_networks:
        # - 127.0.0.1
        - 10.0.1.0/24 # Tablet on this network
        - 10.0.40.0/24 # IoT VLAN
        - 10.0.50.0/24 # Media VLAN
      trusted_users:
        10.0.1.37: 1bcalonglistoflettersandnumbersblahblah

I have the same :wink:

Same here as well… For a long period, never solved it.

Good to know in not going mad!

@poudenes @BebeMischa Hmmm. I checked the remote admin on FKB tonight and my username for the start URL was blank! May have wiped during some background upgrade. Re-entered username and password for start URL into FKB and all is well again.

Let me try that as well… figure out how to add the username/password in URL… haha

I guess, that will not work for me, as i’m not using the browser, i’m starting the companion app from FKB.

I had not thought of using the app. You get all the sensors then. Thanks for the tip.

1 Like

Nice… only what you can’t do when you not use FKB is the light option to change brightness of the screen…

But i do use FKB :wink:

Only not with an URL to visit, but FKB is starting the companion app as default. So all the admin functions of FKB are still usable.

how did you do that? Never heard of it that FKB can start a application.

I have to correct my self. It’s a long time a go, I set all this up :slight_smile:

So I have the companion app running in the background, but FKB is using the browser to display the website of HA. Sorry for the incorrect info up here.

Well, it is possible to start an app from FKB. I’m doing that with Lannouncer for the TTS service.

So possibly the HA app could be started from there too. I’ve never tested that.