2
38
275
中级会员
使用道具 举报
9
197
1725
金牌会员
service: xiaomi_miot.intelligent_speaker data: execute: true silent: false throw: false entity_id: media_player.xiaomi_l7a_fef6_play_control text: 晾衣架下降
0
1
26
新手上路
456
86
470
killevery1 发表于 2022-8-16 10:12 没拍照啊,洞洞板手工焊的,图都不用吧,esphome里哪个gpio对应哪个遥控器按键都有了,sensor后面的是一 ...
3
66
825
高级会员
gmshiwoge 发表于 2022-8-16 10:08 大佬可以放一下硬件的图吗
59
631
4668
论坛元老
killevery1 发表于 2022-8-16 10:00 硬件没什么好多说的,5v1a充电头-1117出来3.3v-esp12gpio直连遥控器按键,遥控器供电也用3.3。 esphome: ...
haheyi0203 发表于 2022-8-16 09:07 感谢。您这个思路不错,好像给遥控器实现智能接入,比别的方式要简单一点,能把您的成果给我发个照片么。 ...
esphome: name: master-bedroom-weather-station platform: ESP8266 board: nodemcuv2 # Enable logging logger: # Enable Home Assistant API api: ota: password: "***" wifi: ssid: "***" password: "***" # Enable fallback hotspot (captive portal) in case wifi connection fails #ap: #ssid: "***" #password: "***" #captive_portal: # 电动晾衣架开关 switch: - platform: gpio pin: GPIO5 id: relay1 name: "UP" icon: "mdi:arrow-up-bold-circle-outline" on_turn_on: - delay: 200ms - switch.turn_off: relay1 - platform: gpio pin: GPIO0 id: relay2 name: "Down" icon: "mdi:arrow-down-circle-outline" on_turn_on: - delay: 200ms - switch.turn_off: relay2 - platform: gpio pin: GPIO4 id: relay3 name: "Stop" icon: "mdi:pause-circle-outline" on_turn_on: - delay: 200ms - switch.turn_off: relay3 - platform: gpio pin: GPIO15 id: relay4 name: "Light" icon: "mdi:lightbulb-variant-outline" on_turn_on: - delay: 200ms - switch.turn_off: relay4 - platform: gpio pin: GPIO2 id: relay5 name: "Close" icon: "mdi:close-circle-outline" on_turn_on: - delay: 200ms - switch.turn_off: relay5 web_server: port: 80
linoul 发表于 2022-8-15 14:05 1.抓包app 分析控制命令 2.用MIoT发送小爱音箱的语音命令间接控制
killevery1 发表于 2022-8-16 08:07 我是拆了遥控器外壳,装入esphome,在nodered里确保状态,接入天猫精灵,用着还是挺舒服的,虽然一开始被骂 ...
本版积分规则 发表回复
Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )
GMT+8, 2025-6-30 13:00 , Processed in 1.679251 second(s), 28 queries .
Powered by Discuz! X3.5
© 2001-2025 Discuz! Team.