关于N1刷ibroker控制tc1的问题求解

前两天入了tc1开始折腾mqtt,一通操作下来发现https://bbs.iobroker.cn/t/topic/824这个帖子,步骤简单,讲解清晰,适合小白,全部照搬后首先在群里大神帮助下tc1固件降级,然后安卓的zControl成功显示接通mqtt,苹果端的家庭app也成功添加,可是点击苹果端的开关tc1没有反应,查看N1的日志如下图,本人门外汉,请大神解惑

{
“bridge”: {
“name”: “tc1”,
“username”: “54:52:00:35:F1:30”,
“port”: 51407,
“pin”: “627-41-365”
},
“accessories”: [
{
“accessory”: “mqttswitch”,
“url”: “192.168.199.113:1883”,
“name”: “s0”,
“username”: “admin”,
“password”: “123456yu”,
“coption”: “plug_0”,
“topics”: {
“statusGet”: “homeassistant/switch/d0bae462dca0/plug_0/state”,
“statusSet”: “device/ztc1/set”
},
“onValue”: “{“mac”: “d0bae462dca0”, “plug_0”: {“on”:1}}”,
“offValue”: “{“mac”: “d0bae462dca0”, “plug_0”: {“on”:0}}”
},
{
“accessory”: “mqttswitch”,
“url”: “192.168.199.113:1883”,
“name”: “s1”,
“username”: “admin”,
“password”: “123456yu”,
“coption”: “plug_1”,
“topics”: {
“statusGet”: “homeassistant/switch/d0bae462dca0/plug_1/state”,
“statusSet”: “device/ztc1/set”
},
“onValue”: “{“mac”: “d0bae462dca0”, “plug_1”: {“on”:1}}”,
“offValue”: “{“mac”: “d0bae462dca0”, “plug_1”: {“on”:0}}”
},
{
“accessory”: “mqttswitch”,
“url”: “192.168.199.113:1883”,
“name”: “s2”,
“username”: “admin”,
“password”: “123456yu”,
“coption”: “plug_2”,
“topics”: {
“statusGet”: “homeassistant/switch/d0bae462dca0/plug_2/state”,
“statusSet”: “device/ztc1/set”
},
“onValue”: “{“mac”: “d0bae462dca0”, “plug_2”: {“on”:1}}”,
“offValue”: “{“mac”: “d0bae462dca0”, “plug_2”: {“on”:0}}”
},
{
“accessory”: “mqttswitch”,
“url”: “192.168.199.113:1883”,
“name”: “s3”,
“username”: “admin”,
“password”: “123456yu”,
“coption”: “plug_3”,
“topics”: {
“statusGet”: “homeassistant/switch/d0bae462dca0/plug_3/state”,
“statusSet”: “device/ztc1/set”
},
“onValue”: “{“mac”: “d0bae462dca0”, “plug_3”: {“on”:1}}”,
“offValue”: “{“mac”: “d0bae462dca0”, “plug_3”: {“on”:0}}”
},
{
“accessory”: “mqttswitch”,
“url”: “192.168.199.113:1883”,
“name”: “s4”,
“username”: “admin”,
“password”: “123456yu”,
“coption”: “plug_4”,
“topics”: {
“statusGet”: “homeassistant/switch/d0bae462dca0/plug_4/state”,
“statusSet”: “device/ztc1/set”
},
“onValue”: “{“mac”: “d0bae462dca0”, “plug_4”: {“on”:1}}”,
“offValue”: “{“mac”: “d0bae462dca0”, “plug_4”: {“on”:0}}”
},
{
“accessory”: “mqttswitch”,
“url”: “192.168.199.113:1883”,
“name”: “s5”,
“username”: “admin”,
“password”: “123456yu”,
“coption”: “plug_5”,
“topics”: {
“statusGet”: “homeassistant/switch/d0bae462dca0/plug_5/state”,
“statusSet”: “device/ztc1/set”
},
“onValue”: “{“mac”: “d0bae462dca0”, “plug_5”: {“on”:1}}”,
“offValue”: “{“mac”: “d0bae462dca0”, “plug_5”: {“on”:0}}”
}
]
}

装个mqtt.fx。监听下

1 个赞