惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
AI
AI
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
博客园 - 【当耐特】
V
Visual Studio Blog
博客园 - Franky
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
I
Intezer
C
Cybersecurity and Infrastructure Security Agency CISA
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
S
SegmentFault 最新的问题
腾讯CDC
T
Threat Research - Cisco Blogs
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Webroot Blog
Webroot Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
小众软件
小众软件
C
Cyber Attacks, Cyber Crime and Cyber Security
Hacker News: Ask HN
Hacker News: Ask HN
T
Tor Project blog
WordPress大学
WordPress大学
雷峰网
雷峰网
J
Java Code Geeks
GbyAI
GbyAI
Recorded Future
Recorded Future
F
Full Disclosure
Cisco Talos Blog
Cisco Talos Blog
S
Secure Thoughts
I
InfoQ
量子位
Forbes - Security
Forbes - Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
Threatpost
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
Attack and Defense Labs
Attack and Defense Labs
爱范儿
爱范儿
N
News and Events Feed by Topic
V
Vulnerabilities – Threatpost
L
LINUX DO - 最新话题
A
Arctic Wolf
S
Security Affairs

阿锦在线[ajinol.com]

ESP8266+ESPHome+Homeassistant实现地暖水温监测 追觅L10 Pro扫地机更换电池方法 Bitwarden:修改docker-compose配置邮件服务及管理员面板 斐讯DC1插排故障(通电无反应)维修方法 最近喜欢的歌曲:【4K Hi-Res】程艾影_赵雷 halo-hao主题友链页面的设置方法 新版homeassistant core 2025.3.0 bemfa 加载失败解决方法 DNS解析的整个过程 好歌推荐:赵雷《朵》【Hi-res】 Dify:社区版v0.15.3升级至v1.0.0教程 Dify:环境变量说明 部分AI大模型API调用价格汇总 Dify:docker-compose.yaml和.env.example文件的注释说明 Halo-Hao主题“在线工具”页面模板代码 智能家居HomeAssistant系列:配置教程 童年回忆之:四驱赛车 收藏几个动态懒加载图片 收藏几个在线自动生成文章封面、海报的网址 1panel面板的快照恢复或服务器业务迁移教程
Z2M 2.0.0启动zigbee2mqtt失败:cannot discover tcp adapters at this time
标签 · 2025-04-11 · via 阿锦在线[ajinol.com]

Z2M升级到2.0版本后,zigbee2mqtt无法启动,查看日志提示错误: z2m: error: cannot discover tcp adapters at this time. specify valid 'adapter' and 'port' in your configuration. 意思是Zigbee2MQTT 找不到指定的 TCP 适配器,请在配置中指定'adapter''port'。这通常是由于配置不正确而发生的。

解决方法

指定 Adapter 和 Port

1. 在加载项页面里进入zigbee2mqtt,切换到配置标签页,serial:框内填入以下信息,IP地址、端口等内容根据你的实际情况填写,以前的配置里只指定port即可,新版本2.0要求adapter也要指定,所以添加上adapter: zstack就可以。

adapter: zstack
port: tcp://192.168.1.11:6638

2. 如果你的是USB适配器

port则改成相应的端口即可。

adapter: zstack
port: /dev/ttyUSB0

这时在加载项页面里点击zigbee2mqtt的启动按钮,稍等片刻后启动成功。

阿锦在线[ajinol.com]

记录生活点滴!