J3n50m4t / Home-Assistant-DreamScreen-Service

Home Assistant Service for sending commands to a Wifi enabled DreamScreen
MIT License
31 stars 15 forks source link

Issue with newest version of Home Assistant #50

Closed Mibix closed 1 year ago

Mibix commented 1 year ago

Not sure what is going on but since updating to the newest version (Home Assistant 2023.8.4 Supervisor 2023.08.1) whenever I have the integration configured in my configuration.yaml and reboot, it will not load the web ui.

zanix commented 1 year ago

I'm running on 2023.8.4 in a docker container and I have no issues. Hopefully there isn't an issue with running this under the supervisor version.

Mibix commented 1 year ago

I'm running on 2023.8.4 in a docker container and I have no issues. Hopefully there isn't an issue with running this under the supervisor version.

I think I figured out the issue. I had my timeout set to 60 and one of them was not plugged in so it might have halted something in the startup. I guess timeout is in minutes and not seconds? Was also a bad timing mine was unplugged when I updated, heh.

zanix commented 1 year ago

My timeout is not set so it's the default 1 and as far as I can tell the the timeout is in seconds. I don't see any reason why this would hold up HA itself if it was unplugged.

Mibix commented 1 year ago

My timeout is not set so it's the default 1 and as far as I can tell the the timeout is in seconds. I don't see any reason why this would hold up HA itself if it was unplugged.

Yeah, I don't know it was still running HA too, could see it in the logs but could not access the web interface.