Open Guest-User Dashboard Skip Login Page

Hi together!
Happy new Year :wink:

I built a separate dashboard wich is the only one my user guest can see.
I put into Kiosk mode. → Works great!!

But now the Problem:

I just want to skip the Login page for guests in my network.
Maybe I can create a separate guest network!

Is it possible to have an extra URL only for user guest without Login Page?

It would be very nice so I can put a QR Code in my Guestroom and they can scan and control simple things very easy.

Its only for friends, so security is not so important.

I wrote this, but not testet, because I’m afraid of closing my door :door:

auth_providers:
  - type: trusted_networks
    trusted_networks:
      - 192.168.4.0/24
      - 127.0.0.1
    trusted_users:
      192.168.4.0/24: GuestUserID
    allow_bypass_login: true
  - type: homeassistant

Thanks!!

1 Like

Hi there. Did you ever figure this out. I’d also like to have a way for guests to scan a QR code to access a dashboard from their phone’s browser without having to login to anything.

This is one of the most needed things for me! I really need a bypass url. Ive created a dashboard for guest, and ive got an nfc tag in the spare room to open the url. But I’ve also got a pretty crap piece of paper telling them user and password is guest.

That’s not great… did you have any luck yet? I’ve not…