ESP8266利用Blinker、小爱同学和本地按钮控制4路开关-Arduino中文社区 - Powered by Discuz! Archiver

lb688 发表于 2021-10-9 11:27

本帖最后由 lb688 于 2021-10-9 14:41 编辑

请教一下Blinker APP可以控制这个设备,米家也显示有这个设备,但是Blinker语音无法找到此设备,网络接入也只有blinker一个选择,是什么原因。

zpycy 发表于 2021-10-11 22:55

ERROR: Maybe you have put in the wrong AuthKey!
ERROR: Or maybe your request is too frequently!
ERROR: Or maybe your network is disconnected!
begin: https://iotdev.clz.me/api/v1/user/device/diy/auth?authKey=aaa7478a100c&miType=multi_outlet
GET... code: 502
reply was:
==============

13413180254 发表于 2021-10-13 14:53

Guofuqiang01 发表于 2021-3-30 17:41
对手动模式内部程序做调整:




楼主请问Relay_2 Relay_3 都要修改吗?

18632652416 发表于 2022-2-22 21:04

感谢分享,自己研究了半天也不行,参考代码终于明白了

lcc125125 发表于 2022-3-18 11:45

非常好,谢谢分享

HLT253 发表于 2022-4-2 00:10

增加小度,小爱后一直编译不通过,是因为库缺少文件导致吗?

D:\Documents\Arduino\blinker\blinker.ino: In function 'void miotPowerState(const String&)':
blinker:43:5: error: 'BlinkerMIOT' was not declared in this scope
   BlinkerMIOT.powerState("on");
   ^
blinker:49:5: error: 'BlinkerMIOT' was not declared in this scope
   BlinkerMIOT.powerState("off");
   ^
D:\Documents\Arduino\blinker\blinker.ino: In function 'void setup()':
blinker:229:5: error: 'BlinkerMIOT' was not declared in this scope
   BlinkerMIOT.attachPowerState(miotPowerState); //小爱语音操作注册函数
   ^
exit status 1
'BlinkerMIOT' was not declared in this scope

xiaosa049 发表于 2022-4-19 08:07

我上传后继电器就来回跳是什么情况??我延时几秒就隔几秒跳一下
页: 1 2 [3]
查看完整版本: ESP8266利用Blinker、小爱同学和本地按钮控制4路开关