good to know I created something usefull
New to Home Assistant, this is my second update. Unfortunately the update to 0.109.x went poorly for me. My logs are packed with various errors. Can any one shed light on the below error?
2020-05-05 11:49:17 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 830, in _resolve_host
self._resolver.resolve(host, port, family=self._family)
File "/usr/local/lib/python3.7/site-packages/aiohttp/resolver.py", line 30, in resolve
host, port, type=socket.SOCK_STREAM, family=family)
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 792, in getaddrinfo
None, getaddr_func, host, port, family, type, proto, flags)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/socket.py", line 752, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again
Thanks,
Chris
Thatâs a network error DNS specifically, check your network connection.
Appreciate the quick reply, donât want to bog this thread down with noob questions. Could you point me in the direction of some documentation I can follow to troubleshoot?
I donât believe there is any troubleshooting documents for networking issues. Feel free to create a new thread tho.
Did you manage to find out whatâs the problem? I have the same issue and canât figure out whatâs causing the issue.
Ah yeah. Bad version number in a different miio component. A miio custom component. In my case fan miio custom component. Python-miio in manifest.json should be 0.5.0.1
Wait, thatâs a Hue Switch, right? Not a Smart Button. There are no triggers except the battery status for the Smart Button.
@anon42250454 looks like it is working now. But sometimes HA and my TV get a missmatch on what state my TV is -> TV is on but HA show off.
apart from the much discussed design of the new weather-card, why is this still possible at midnight (well almost)
using integration BuienradarâŠ
(not meaning the cut-off name here, for which plenty of space still is available, but the SunâŠ)
Because you live in the arctic?
thatâs the yellow full moon
Itâs already fixed, now I only need the pull request to be accepted https://github.com/home-assistant/core/pull/35252
Because your weather Integration is telling the card the state is sunny. Nothing changed on which type of icon to show
Yea, probably not a card issue, but the question still standsâŠ
The few weather integrations HA has in core should all check for day/night and adjust state accordingly.
Weâve been over this so many times that one almost would shrug and think âo never mind â. Almost.
I have to say, that despite a couple of teething issues (which were - as usual - user error - had resources in my ui-lovelace as opposed to config which blocked the initial upgrade) this version has vastly improved the performance. I have some pretty big cards which were previously unusable on iphone, now it all works swimmingly!!!
Thanks a million for a great update!
It is the card actually. My card detects day/night and uses a different icon for that. But itâs really not a big deal surely?
well, I find it really silly, and, as I am fiddling about with my HA code during the evenings (nightsâŠ) it is rather confronting tbh.
What intelligent HA doesnât even know the difference between day and night and requires their users to set all kinds of templates/custom cards/customizations to make the differenceâŠ
Using Darksky shows how it could be done, unfortunately that will be deprecated from next year onâŠ