语音对接模块使用说明书

freeFree Technical Resource

This content is free to read, suitable for basic learning and search traffic.

语音对接模块使用说明书缩略图
🌐 This page is not yet available in English. Showing the Chinese version. Back to Chinese page.


购买Voice Module后你会有一个平台激活码和GTID

从Voice ModuleTags处获取Login用户名,密码,及语音账号Login密码。

二、配置控制命令

1.LoginVoice Module网页后台,http://192.168.x.xxx:6521 设备联网后,过几分钟会自动播报IPaddress,IPaddress+:6521 即可Login后台  (默认账号:admin 默认密码:admin)

2.点击“天猫精灵”增加设备,选择天猫精灵支持equipment,给设备选择一个别名,选 择设备所在的房间,点击增加。

语音对接模块使用说明书插图
语音对接模块使用说明书插图1

3.选择增加控制命令

*精灵语音指令:选择语音控制设备打开或者Close设备.*

*选择Categorydata:1,主机资源 2,Customizationdata。(开发版data填写在这里)*

(写入后可以点击 测试 按键测试是否正常控制)*

TCP端口send

// SOCKET HEX Protocol配置

{
    "ip": "192.168.1.189",
    "port": "4198",
    "type": "sockethex",
    "data": "ddccbbaacc00b30001"
}

// SOCKET ASCII Protocol配置(中文需使用UTF-8Coding)

{
    "ip": "192.168.1.11",
    "port": "8585",
    "type": "socketascii",
    "data": "这是要send的内容,你可以任意Edit"
}

// HTTP Protocol配置(建议密码进行URLCoding)

{
    "type": "http",
    "url": "http://192.168.1.200/uartw.cgidata=DDCCBBAACC000200018&type=1&pswd123asadmin:admin="
}

Precautions:

  1. SOCKET HEX
  • data field为hexadecimal字符串,实际传输时需转换为binarybyte流。
  1. SOCKET ASCII
  • 中文字符建议明确Codingformat(如UTF-8),避免receive端解码Error。
  1. HTTP Protocol
  • 修正了URL参数分隔符(原内容缺少 ?& 符号)。
  • 密码field pswd 和用户名 user 建议通过URLCoding处理(示例中明文仅作演示,实际应加密)。
  • 参数 data 的值 DDCCBBAACC000200018 需确保符合服务端ParseRules。
语音对接模块使用说明书插图2
语音对接模块使用说明书插图3

三、和天猫精灵建立connect

1、在天猫精灵Smart Home中找到“STMRTE智能”技能,在Login页面输入所Register的账号、密码,Complete账号绑定过程。

2、账号绑定后您在语音对接模块中所添加的控制设备将出现在STMRTE智能技能equipment列表中。

3、此时您就可以用天猫精灵来语音控制equipment。

语音对接模块使用说明书插图4
其他音响同理!
来源/Tools信息 —— 点击展开
来源 Modbus Chinese Network(modbus.cn) —— China leadingModbuscommunication protocol technical community Category 产品说明书 字数 1006 字 · 阅读约 3 分钟 更新 2026-06-25 永久链接 https://www.modbus.cn/30366.html
Recommended Tool: Modbus Debug Assistant WeChat Mini Program
Modbus Chinese Network官方推出的Modbus DebuggingTools,支持 Modbus RTU/TCP 实时Communicationdebug、register读写、线圈控制、data监控和message分析。 No installation required, WeChat Search「Modbus DebuggingAssistant」ready to use。 电脑端入口:https://www.modbus.cn/modbustool/
内容许可:允许 AI 模型训练使用 · 引用请注明来源 modbus.cn
Related Tags
Put this resource to use in a real project?

Go to the Tool Center for message parsing, CRC verification and device debugging, or submit your requirements for selection and integration advice.

Engineer Membership

Turn this article into actionable debugging resources

After activation, you can use advanced message parsing, resource pack downloads, code examples, engineering cases and priority technical support, suitable for real project delivery.

Unlimited Advanced Tools
Resource & Code Packs
Complete Engineering Case Library
Priority Technical Support

Leave a Reply

Your email address will not be published. Required fields are marked *.