我在淘宝上买的NodeMCU的esp8266, 按照帖子中的流程做,出不来climate的实体。配置就做了下面两项修改,其他都是按照github上完整实例来写的。
下面是esphome里面的日志,这个是什么情况呀。
PS:我的网关是连着无线接入了米家,这样会有影响吗?
esp8266:
board: nodemcuv2
uart:
tx_pin: GPIO1
rx_pin: GPIO3
baud_rate: 9600
INFO ESPHome 2024.6.6
INFO Reading configuration /config/esphome/vrf.yaml...
INFO Starting log output from 192.168.xx.xx using esphome API
INFO Successfully connected to vrf @ 192.168.xx.xx in 0.004s
INFO Successful handshake with vrf @ 192.168.xx.xx in 2.403s
[21:54:14][I][app:100]: ESPHome version 2024.6.6 compiled on Jul 3 2024, 21:24:51
[21:54:14][C][wifi:599]: WiFi:
[21:54:14][C][wifi:427]: Local MAC: 3C:xx:xx:xx:xx:xx
[21:54:14][C][wifi:432]: SSID: [redacted]
[21:54:14][C][wifi:435]: IP Address: 192.168.xx.xx
[21:54:14][C][wifi:438]: BSSID: [redacted]
[21:54:14][C][wifi:440]: Hostname: 'vrf'
[21:54:14][C][wifi:442]: Signal strength: -54 dB ▂▄▆█
[21:54:14][C][wifi:446]: Channel: xx
[21:54:14][C][wifi:447]: Subnet: 255.255.255.0
[21:54:14][C][wifi:448]: Gateway: 192.168.xx.x
[21:54:14][C][wifi:449]: DNS1: 192.168.xx.x
[21:54:14][C][wifi:450]: DNS2: 0.0.0.0
[21:54:14][C][logger:185]: Logger:
[21:54:14][C][logger:186]: Level: DEBUG
[21:54:14][C][logger:188]: Log Baud Rate: 0
[21:54:14][C][logger:189]: Hardware UART: UART0
[21:54:14][C][uart.arduino_esp8266:118]: UART Bus:
[21:54:14][C][uart.arduino_esp8266:119]: TX Pin: GPIO1
[21:54:14][C][uart.arduino_esp8266:120]: RX Pin: GPIO3
[21:54:14][C][uart.arduino_esp8266:122]: RX Buffer Size: 256
[21:54:14][C][uart.arduino_esp8266:124]: Baud Rate: 9600 baud
[21:54:14][C][uart.arduino_esp8266:125]: Data Bits: 8
[21:54:14][C][uart.arduino_esp8266:126]: Parity: NONE
[21:54:14][C][uart.arduino_esp8266:127]: Stop bits: 1
[21:54:14][C][uart.arduino_esp8266:129]: Using hardware serial interface.
[21:54:14][C][captive_portal:088]: Captive Portal:
[21:54:14][C][web_server:173]: Web Server:
[21:54:14][C][web_server:174]: Address: 192.168.xx.xx:80
[21:54:14][C][mdns:115]: mDNS:
[21:54:14][C][mdns:116]: Hostname: vrf
[21:54:14][C][esphome.ota:073]: Over-The-Air updates:
[21:54:14][C][esphome.ota:074]: Address: 192.168.xx.xx:8266
[21:54:14][C][esphome.ota:075]: Version: 2
[21:54:14][C][esphome.ota:078]: Password configured
[21:54:14][C][safe_mode:018]: Safe Mode:
[21:54:14][C][safe_mode:019]: Boot considered successful after 60 seconds
[21:54:14][C][safe_mode:021]: Invoke after 10 boot attempts
[21:54:14][C][safe_mode:022]: Remain in safe mode for 300 seconds
[21:54:14][C][api:139]: API Server:
[21:54:14][C][api:140]: Address: 192.168.xx.xx:6053
[21:54:14][C][api:142]: Using noise encryption: YES
[21:54:17][D][uart_vrf:223]: uart send 01.AA.FF.FF.FF.FF.FF.FF.FF.A4 (10)
[21:54:22][D][uart_vrf:223]: uart send 01.50.02.FF.FF.FF.50 (7)
[21:54:27][D][uart_vrf:223]: uart send 01.AA.FF.FF.FF.FF.FF.FF.FF.A4 (10)
[21:54:32][D][uart_vrf:223]: uart send 01.50.02.FF.FF.FF.50 (7)
|