|
我先用ESP-IDF开发接入MIOT作为LIGHT设备使用,但是用小爱同学控制时,提示“小爱和设备沟通失败”。
然后我尝试使用Python Blinker库进行接入,结果是同样的效果
python运行log:
2022-04-14 15:00:50.280 | INFO | blinker.mqttclient:send_to_voiceassistant:115 - send mqtt message to voice assistant: {"fromDevice": "FB21DF3B1JM4UX3QQKPUSSIP", "toDevice": "ServerReceiver", "data": {"pState": "true", "mode": "day", "color": "red", "brightness": "66", "messageId": "6257c6a39eee0595"}}
python接入代码就是在例程上面改动的,从log上看 程序确实对小爱的请求做了反馈,同时wireshark也可以抓到通讯的报文,但是小爱同学接入就是不成功。
附代码:(例程基础上就改了下key)
|
|