『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 9709|回复: 8

[已解决]求教homeassistant连接小米网关的问题

[复制链接]

3

主题

110

帖子

631

积分

高级会员

Rank: 4

积分
631
金钱
521
HASS币
0
发表于 2019-11-18 14:30:50 | 显示全部楼层 |阅读模式
本帖最后由 ooowuyaooo 于 2020-3-23 17:51 编辑

后来有一次莫名的翻到别人的帖子发觉是这个问题。

我是先升级了小米智能网关的版本,然后再开的局域网协议,这样的话,9898端口就被关闭了。。
只有先开局域网协议,再升级版本就不影响。。这样很惨。解决方法就是 有人写过帖子怎么拆机焊线重新打开9898端口

还好家里还有个 空调伴侣(带网关功能的)他不影响接入hass,我就智能用它了,小米智能网关看什么有空自己拆拆玩一玩,

https://www.home-assistant.io/integrations/xiaomi_aqara 拉到最底下。

If your gateway’s MAC address starts with 04:CF:8C or 7C:49:EB, there is a good chance that the required port 9898 is closed on your gateway (you can check it with the Nmap utility, using the command sudo nmap -sU {gateway_ip} -p 9898). To fix that issue, you need to do these steps:
  • Find a specific screw bit (like a fork) to open the gateway case.
  • Find a USB-UART cable/module and connect it to your computer.
  • Solder 3 wires - RX, TX and GND like here.
  • Turn on the gateway (220V).
  • Open a serial terminal application (e.g., PuTTY) and connect to the serial port assigned to the USB-UART module (baudrate: 115200).
  • Wait until the gateway is booted up, connect the RX, TX and GND wires to the UART module (don’t connect the Vcc (power) wire!).
  • You will see all the messages from the gateway.
  • Send the command psm-set network open_pf 3 (the command has to end with a CR newline character).
  • Check your settings executing the command psm-get network open_pf to be sure it’s OK.
  • Restart the gateway.


——————————————————————————————————————

树莓派4B上的homeassistant. docker装的hass.io
想试下homeassistant连接小米网关,却一直有问题。。


xiaomi_aqara:
  discovery_retry: 10
  gateways:
    - mac: 7c49ebb0c4c3
      key: t8qbiyytg6n7no82
      host: 192.168.0.103

要是不写host的话,一直会有invalid_vonfig..
但是这样的话,也不行。
1.jpg
2019-11-18 14:14:47 WARNING (MainThread) [homeassistant.setup] Setup of xiaomi_aqara is taking over 10 seconds.2019-11-18 14:14:48 ERROR (SyncWorker_7) [xiaomi_gateway] Cannot connect to Gateway2019-11-18 14:14:48 ERROR (SyncWorker_7) [xiaomi_gateway] No data in response from hub None2019-11-18 14:14:58 ERROR (SyncWorker_7) [xiaomi_gateway] Cannot connect to Gateway2019-11-18 14:15:08 ERROR (SyncWorker_7) [xiaomi_gateway] Cannot connect to Gateway2019-11-18 14:15:18 ERROR (SyncWorker_7) [xiaomi_gateway] Cannot connect to Gateway2019-11-18 14:15:28 ERROR (SyncWorker_7) [xiaomi_gateway] Cannot connect to Gateway2019-11-18 14:15:38 ERROR (SyncWorker_7) [xiaomi_gateway] Cannot connect to Gateway

也不晓得咋回事。。
哪位大兄弟指点一下迷津。。。万分感谢


回复

使用道具 举报

2

主题

291

帖子

1530

积分

论坛积极会员

积分
1530
金钱
1239
HASS币
0
发表于 2019-11-18 14:44:50 | 显示全部楼层
本帖最后由 skyflying5 于 2019-11-18 15:57 编辑
xiaomi_aqara:
  discovery_retry: 10
  gateways:
      - key: t8qbiyytg6n7no82


回复

使用道具 举报

12

主题

243

帖子

1920

积分

论坛技术达人

积分
1920
金钱
1667
HASS币
40
发表于 2019-11-18 16:20:59 | 显示全部楼层
一样,升级到了最新版经常报这个
回复

使用道具 举报

42

主题

522

帖子

2945

积分

金牌会员

Rank: 6Rank: 6

积分
2945
金钱
2423
HASS币
10
发表于 2019-11-18 19:34:46 | 显示全部楼层
也是经常报错Cannot connect to Gateway啥的 ,可是不影响控制网关下设备
我配置里还是最早的那种版本
xiaomi_aqara:
  gateways:
      - mac: XXXXXXXX
        key: XXXXXXXXXXX
回复

使用道具 举报

3

主题

110

帖子

631

积分

高级会员

Rank: 4

积分
631
金钱
521
HASS币
0
 楼主| 发表于 2019-11-21 18:08:20 | 显示全部楼层
yinghu183 发表于 2019-11-18 19:34
也是经常报错Cannot connect to Gateway啥的 ,可是不影响控制网关下设备
我配置里还是最早的那种版本
xiao ...

我这个根本都看不到网关下的设备。。。
回复

使用道具 举报

3

主题

110

帖子

631

积分

高级会员

Rank: 4

积分
631
金钱
521
HASS币
0
 楼主| 发表于 2019-11-21 19:17:04 | 显示全部楼层

这样的话 就会报 invalid_config 。。。

xiaomi_aqara:
  discovery_retry: 5
  gateways:
    - key: t8qbiyytg6n7no82
      mac: 7C49EBB0C4C3
      host: 192.168.1.3

只要加了host就不会报invalid_config了,
不过 不管 报不报Invalid_config反正都  搜不到  小米网关。。。
回复

使用道具 举报

2

主题

291

帖子

1530

积分

论坛积极会员

积分
1530
金钱
1239
HASS币
0
发表于 2019-11-22 19:25:31 | 显示全部楼层
ooowuyaooo 发表于 2019-11-21 19:17
这样的话 就会报 invalid_config 。。。

xiaomi_aqara:
xiaomi_aqara:
  interface: '192.168.0.1'
  gateways:
    - mac: xxxxxxxxxxxx
      key: xxxxxxxxxxxxxxxx
回复

使用道具 举报

30

主题

441

帖子

1614

积分

金牌会员

Rank: 6Rank: 6

积分
1614
金钱
1173
HASS币
0
QQ
发表于 2019-12-9 12:48:20 | 显示全部楼层
我的小米网关问题更严重,每次停电来电后,直接不可用,报Invalid_config,然后只能重启树莓派才能恢复?感觉这个homgassistant没有自动恢复重启的功能真是坑啊
回复

使用道具 举报

8

主题

329

帖子

1763

积分

金牌会员

Rank: 6Rank: 6

积分
1763
金钱
1434
HASS币
0
发表于 2020-6-25 21:11:06 | 显示全部楼层
一直正常识别网关下得子设备,然后今天换了小米路由器,重启后就识别不到了
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-26 05:48 , Processed in 0.071091 second(s), 34 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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