- 积分
- 827
- 金钱
- 679
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 827
- 金钱
- 679
- HASS币
- 0
|
lifesmart 超级碗 16包邮 安装教程 已经刷了esphome 现在遇到一个问题!希望大神带带路!
Processing lifesmart (board: esp01_1m; framework: arduino; platform: platformio/[email protected])--------------------------------------------------------------------------------HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB FlashDependency Graph|-- ESPAsyncTCP-esphome @ 2.0.0|-- ESPAsyncWebServer-esphome @ 3.2.2|-- DNSServer @ 1.1.1|-- ESP8266WiFi @ 1.0|-- ESP8266mDNS @ 1.2|-- noise-c @ 0.1.6|-- ArduinoJson @ 6.18.5Compiling .pioenvs/lifesmart/src/main.cpp.oLinking .pioenvs/lifesmart/firmware.elfRAM: [===== ] 46.8% (used 38364 bytes from 81920 bytes)Flash: [====== ] 59.7% (used 610937 bytes from 1023984 bytes)Building .pioenvs/lifesmart/firmware.binesp8266_copy_factory_bin([".pioenvs/lifesmart/firmware.bin"], [".pioenvs/lifesmart/firmware.elf"])esp8266_copy_ota_bin([".pioenvs/lifesmart/firmware.bin"], [".pioenvs/lifesmart/firmware.elf"])========================= [SUCCESS] Took 11.27 seconds =========================INFO Successfully compiled program.INFO Connecting to 192.168.3.159INFO Uploading /data/build/lifesmart/.pioenvs/lifesmart/firmware.bin (615088 bytes)INFO Compressed to 418208 bytesERROR Error binary size: Error: ESP does not have enough space to store OTA file. Please try flashing a minimal firmware (remove everything except ota)
提示 esp 没有足够的 空间!!
现在 只成功加入一个BENQ的遥控器
帮我看看 谢谢
button:
- platform: template
name: BENQ_Power
id: but_benqpower
icon: mdi:power
on_press:
- remote_transmitter.transmit_nec:
address: 0x3000
command: 0xFD02
command_repeats: 1
- platform: template
name: BENQ_ECO
id: but_BENQECO
icon: mdi:SmartEco
on_press:
- remote_transmitter.transmit_nec:
address: 0x3000
command: 0xCF30
command_repeats: 1
- platform: template
name: BENQ_Meun
id: but_BENQMeun
icon: mdi:Meun
on_press:
- remote_transmitter.transmit_nec:
address: 0x3000
command: 0xF00F
command_repeats: 1
- platform: template
name: IPTV_POWER
id: but_IPTVPOWER
icon: mdiower
on_press:
- remote_transmitter.transmit_nec:
address: 0x4CB3
command: 0x23DC
command_repeats: 1
- platform: template
name: IPTV_ENTER
id: but_IPTVENTER
icon: mdi:Enter
on_press:
- remote_transmitter.transmit_nec:
address: 0x4CB3
command: 0x31CE
command_repeats: 1
- platform: template
name: IPTV_CH_UP
id: but_IPTV_CH_UP
icon: mdi:CH_UP
on_press:
- remote_transmitter.transmit_nec:
address: 0x4CB3
command: 0x7A85
command_repeats: 1
- platform: template
name: IPTV_CH_DOWN
id: but_IPTV_CH_DOWN
icon: mdi:CH_DOWN
on_press:
- remote_transmitter.transmit_nec:
address: 0x4CB3
command: 0x7986
command_repeats: 1
后面,准备还要加入空调 风扇 hk1 天龙公共遥控器。
BENQ遥控器 加入进去后 后面加入IPTV电视盒子 效验都没有问题
RAM: [===== ] 46.8% (used 38364 bytes from 81920 bytes)Flash: [====== ] 59.7% (used 610937 bytes from 1023984 bytes)
flash还有40%空间
但是最后提示空间不足!!
|
|