Closed Mossberget closed 5 months ago
Hello thank you for your feedback, it try to reconnect how ever in certain situation there is web-socket waiting for expiration of webhook... i will try to work on workaround.
One way is to restart the companion app each time you unlock the computer. I use task scheduler to trigger when I unlock my computer and as action I run a bat file with this content:
@echo off
taskkill /IM "HA.exe" /F
This will exit the app. And then to restart it you just use the normal run a program command.
This ensures the app is running and connected each time I unlock the computer
is ensures the app is running and connected each time I unlock the computer
Nice workaround i am stil struggling with WS but slowly getting there :) keep fingers crossed :)
Closing in favor of https://github.com/GamerClassN7/HA_Desktop_Companion/issues/75
After restarting home assistant no notification could be received until restarting HA desktop companion as well.
HA desktop companion did notify about loosing the connection, but I guess it should also try and reconnect again.