Closed Thorvarium closed 1 year ago
Hey, this is because the hubs are unable to resolve the "homeassistant.local" in your URL. You need to use the IP of the home assistant instance. You can find this in your "Connected devices" inside your router settings, or another method through home assistants settings.
Your URL should look something like:
http://192.168.1.202:8123/my-dashboard?kiosk
Hey, this is because the hubs are unable to resolve the "homeassistant.local" in your URL. You need to use the IP of the home assistant instance. You can find this in your "Connected devices" inside your router settings, or another method through home assistants settings.
Your URL should look something like:
http://192.168.1.202:8123/my-dashboard?kiosk
Thanks, this is working awesome now thanks!! I would add this in the configuration code comments to not use the homeassistant.local, also that the cast_delay is not for each device, but it rotates between the devices. I reduced this number a lot because I have 4 displays and it was taking too long to display the dashboard back after playing music.
Thanks for your work!
Great! 😄 Thanks for the suggestions, I have now updated the readme.
Closing this issue
Hi, I've tried many things and I still can't get my dashboard to cast to my google hub. Every 45 seconds or so my device volume changes to 0 and it opens a screen with "DashCast" and it closes after a few seconds and the volume goes back to 5.
my configuration:
I subscribe to nabu casa and configured the trusted_networks inside configuration.yaml When I open http://homeassistant.local:8123/master-bedroom-v2/0 on my phone for example it works fine and does not ask for credentials.
my logs shows that in loop:
What else can I test?
Thank you