- 积分
- 929
- 金钱
- 817
- 威望
- 0
- 贡献
- 0
- HASS币
- 10
高级会员
- 积分
- 929
- 金钱
- 817
- HASS币
- 10
|
本帖最后由 newmean 于 2019-9-10 00:40 编辑
请大佬指点一下
我用2个ESP8266做了2个开关,并且分别用不同的topic发布了,在HA上能准确识别出来.根据论坛大佬@RobinVP 的指点,在config参数里加了unique_id.
现在出现的问题是,我有2个switch但是,偶尔能2个都出现在homekit 里面,大多数时候能随机出现其中一个.
switch1:
topic:autohome/switch/4070481/config
{"name":"switch-4070221","unique_id":"4070221","command_topic":"autohome/4070221/set","state_topic":"autohome/4070221/state"}
switch2:
topic:autohome/switch/4070221/config
playod: {"name":"switch-4070481","unique_id":"4070481","command_topic":"autohome/4070481/set","state_topic":"autohome/4070481/state"}
|
|