找回密码
 立即注册

微信扫码登录

搜索
查看: 153|回复: 14

系统更新到16.1,涂鸦和米家都出问题了

[复制链接]

1

主题

6

回帖

85

积分

注册会员

积分
85
金钱
78
HASS币
0
发表于 昨天 20:38 | 显示全部楼层 |阅读模式
系统更新到16.1,涂鸦和米家都出问题了,涂鸦显示设置失败,重新加载问题依旧,重新登录显示未知错误;米家有部分设备离线,重新加载问题依旧,配置选项更新显示未知错误。各种重启系统,问题依旧,望大神指点迷津,不胜感激!
回复

使用道具 举报

1

主题

6

回帖

85

积分

注册会员

积分
85
金钱
78
HASS币
0
 楼主| 发表于 昨天 20:39 | 显示全部楼层
盒子是黑豹2
回复

使用道具 举报

jjcs 手机认证

57

主题

2031

回帖

8243

积分

论坛元老

积分
8243
金钱
6145
HASS币
50
发表于 昨天 20:48 | 显示全部楼层
无日志就等于算命
折腾精神永存,感恩感谢论坛每一位愿意分享和帮助过我的大佬,论坛有你更精彩
回复

使用道具 举报

5

主题

160

回帖

2117

积分

金牌会员

积分
2117
金钱
1952
HASS币
0
发表于 昨天 20:54 来自手机 | 显示全部楼层
海尔和mqtt也挂了,
回复

使用道具 举报

1

主题

6

回帖

85

积分

注册会员

积分
85
金钱
78
HASS币
0
 楼主| 发表于 昨天 20:57 | 显示全部楼层
jjcs 发表于 2025-8-26 20:48
无日志就等于算命

系统日志下了100行,不知能否看出端倪
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        params=list(request_list.values()))
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/xiaomi_home/miot/miot_cloud.py", line 727, in get_props_async
    res_obj = await self.__mihome_api_post_async(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<5 lines>...
    )
    ^
  File "/config/custom_components/xiaomi_home/miot/miot_cloud.py", line 341, in __mihome_api_post_async
    http_res = await self._session.post(
               ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
        timeout=timeout)
        ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request
    conn = await self._connector.connect(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        req, traces=traces, timeout=real_timeout
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 642, in connect
    proto = await self._create_connection(req, traces, timeout)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 1209, in _create_connection
    _, proto = await self._create_direct_connection(req, traces, timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
    raise ClientConnectorDNSError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host ha.api.io.mi.com:443 ssl:default [Could not contact DNS servers]

2025-08-26 20:55:19.365 ERROR (MainThread) [custom_components.xiaomi_home.miot.miot_client] refresh props error, cloud, Cannot connect to host ha.api.io.mi.com:443 ssl:default [Could not contact DNS servers], Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/resolver.py", line 117, in resolve
    resp = await self._resolver.getaddrinfo(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<5 lines>...
    )
    ^
aiodns.error.DNSError: (11, 'Could not contact DNS servers')

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 1532, in _create_direct_connection
    hosts = await self._resolve_host(host, port, traces=traces)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 1148, in _resolve_host
    return await asyncio.shield(resolved_host_task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 1179, in _resolve_host_with_throttle
    addrs = await self._resolver.resolve(host, port, family=self._family)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/resolver.py", line 126, in resolve
    raise OSError(None, msg) from exc
OSError: [Errno None] Could not contact DNS servers

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/config/custom_components/xiaomi_home/miot/miot_client.py", line 1634, in __refresh_props_from_cloud
    results = await self._http.get_props_async(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        params=list(request_list.values()))
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/xiaomi_home/miot/miot_cloud.py", line 727, in get_props_async
    res_obj = await self.__mihome_api_post_async(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<5 lines>...
    )
    ^
  File "/config/custom_components/xiaomi_home/miot/miot_cloud.py", line 341, in __mihome_api_post_async
    http_res = await self._session.post(
               ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
        timeout=timeout)
        ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 725, in _connect_and_send_request
    conn = await self._connector.connect(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        req, traces=traces, timeout=real_timeout
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 642, in connect
    proto = await self._create_connection(req, traces, timeout)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 1209, in _create_connection
    _, proto = await self._create_direct_connection(req, traces, timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 1538, in _create_direct_connection
    raise ClientConnectorDNSError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot connect to host ha.api.io.mi.com:443 ssl:default [Could not contact DNS servers]

回复

使用道具 举报

jjcs 手机认证

57

主题

2031

回帖

8243

积分

论坛元老

积分
8243
金钱
6145
HASS币
50
发表于 昨天 20:57 | 显示全部楼层
235939097-6798da58-24fd-44cc-9970-c8d2f9609704.jpg
折腾精神永存,感恩感谢论坛每一位愿意分享和帮助过我的大佬,论坛有你更精彩
回复

使用道具 举报

57

主题

326

回帖

1909

积分

金牌会员

积分
1909
金钱
1526
HASS币
50
发表于 昨天 20:58 | 显示全部楼层
巴法 和风天气  涂鸦 都有问题 已经退回16.0了
回复

使用道具 举报

1

主题

6

回帖

85

积分

注册会员

积分
85
金钱
78
HASS币
0
 楼主| 发表于 昨天 21:00 | 显示全部楼层
tanbobo 发表于 2025-8-26 20:58
巴法 和风天气  涂鸦 都有问题 已经退回16.0了

更的时候忘了备份了,只能重装了吗?
回复

使用道具 举报

57

主题

326

回帖

1909

积分

金牌会员

积分
1909
金钱
1526
HASS币
50
发表于 昨天 21:43 | 显示全部楼层
kuyoung 发表于 2025-8-26 21:00
更的时候忘了备份了,只能重装了吗?

不用 呀 冬瓜大神里边的伴侣 里边的 常规维护 HA core 降级 里边 降级到16.0就是
回复

使用道具 举报

0

主题

6

回帖

45

积分

新手上路

积分
45
金钱
39
HASS币
0
发表于 昨天 21:45 | 显示全部楼层
冬瓜H伴侣里在线小工具【修复16.0升级后异常问题】  执行以下就好
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )

GMT+8, 2025-8-27 05:31 , Processed in 0.115648 second(s), 12 queries , MemCached On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表