INFO Reading configuration config/masterpower.yaml...
INFO Starting log output from 192.168.111.216 using esphome API
INFO Connecting to 192.168.111.216:6053 (192.168.111.216)
INFO Successfully connected to 192.168.111.216
[18:19:46][I][app:105]: ESPHome version 1.16.2 compiled on May 1 2021, 00:08:20
[18:19:46][C][wifi:443]: WiFi:
[18:19:46][C][wifi:303]: SSID: [redacted]
[18:19:46][C][wifi:304]: IP Address: 192.168.111.216
[18:19:46][C][wifi:306]: BSSID: [redacted]
[18:19:46][C][wifi:307]: Hostname: 'masterpower'
[18:19:46][C][wifi:311]: Signal strength: -32 dB ▂▄▆█
[18:19:46][C][wifi:315]: Channel: 1
[18:19:46][C][wifi:316]: Subnet: 255.255.254.0
[18:19:46][C][wifi:317]: Gateway: 192.168.110.1
[18:19:46][C][wifi:318]: DNS1: (IP unset)
[18:19:46][C][wifi:319]: DNS2: (IP unset)
[18:19:46][C][uart_esp8266:075]: UART Bus:
[18:19:46][C][uart_esp8266:077]: TX Pin: GPIO1
[18:19:46][C][uart_esp8266:080]: RX Pin: GPIO3
[18:19:46][C][uart_esp8266:081]: RX Buffer Size: 256
[18:19:46][C][uart_esp8266:083]: Baud Rate: 9600 baud
[18:19:46][C][uart_esp8266:084]: Data Bits: 8
[18:19:46][C][uart_esp8266:085]: Parity: NONE
[18:19:46][C][uart_esp8266:086]: Stop bits: 1
[18:19:46][C][uart_esp8266:088]: Using hardware serial interface.
[18:19:46][W][uart:041]: You're using the same serial port for logging and the UART component. Please disable logging over the serial port by setting logger->baud_rate to 0.
[18:19:46][C][modbus:096]: Modbus:
[18:19:46][E][uart:054]: Invalid stop bits: Integration requested stop_bits 2 but you have 1!
[18:19:46][C][logger:185]: Logger:
[18:19:46][C][logger:186]: Level: DEBUG
[18:19:46][C][logger:187]: Log Baud Rate: 115200
[18:19:46][C][logger:188]: Hardware UART: UART0
[18:19:46][C][pzemac:068]: PZEMAC:
[18:19:46][C][pzemac:069]: Address: 0x01
[18:19:46][C][pzemac:070]: Voltage 'masterpower_Voltage'
[18:19:46][C][pzemac:070]: Unit of Measurement: 'V'
[18:19:46][C][pzemac:070]: Accuracy Decimals: 1
[18:19:46][C][pzemac:070]: Icon: 'mdi:flash'
[18:19:46][C][pzemac:071]: Current 'masterpower_Current'
[18:19:46][C][pzemac:071]: Unit of Measurement: 'A'
[18:19:46][C][pzemac:071]: Accuracy Decimals: 3
[18:19:46][C][pzemac:071]: Icon: 'mdi:current-ac'
[18:19:46][C][pzemac:072]: Power 'masterpower_Power'
[18:19:46][C][pzemac:072]: Unit of Measurement: 'W'
[18:19:46][C][pzemac:072]: Accuracy Decimals: 1
[18:19:46][C][pzemac:072]: Icon: 'mdi:power'
[18:19:46][C][pzemac:073]: Energy 'masterpower_Energy'
[18:19:46][C][pzemac:073]: Unit of Measurement: 'KwH'
[18:19:46][C][pzemac:073]: Accuracy Decimals: 1
[18:19:46][C][pzemac:073]: Icon: 'mdi:power'
[18:19:46][C][pzemac:074]: Frequency 'masterpower_Frequency'
[18:19:46](Message skipped because it was too big to fit in TCP buffer - This is only cosmetic)
[18:19:46](Message skipped because it was too big to fit in TCP buffer - This is only cosmetic)
[18:19:46](Message skipped because it was too big to fit in TCP buffer - This is only cosmetic)
[18:19:46](Message skipped because it was too big to fit in TCP buffer - This is only cosmetic)
[18:19:46](Message skipped because it was too big to fit in TCP buffer - This is only cosmetic)
[18:19:46](Message skipped because it was too big to fit in TCP buffer - This is only cosmetic)
[18:19:46][C][pzemac:075]: Icon: 'mdi:flash'
[18:19:46][C][captive_portal:169]: Captive Portal:
[18:19:46][C][web_server:132]: Web Server:
[18:19:46][C][web_server:133]: Address: 192.168.111.216:80
[18:19:47][C][ota:029]: Over-The-Air Updates:
[18:19:47][C][ota:030]: Address: 192.168.111.216:8266
[18:19:47][C][api:095]: API Server:
[18:19:47][C][api:096]: Address: 192.168.111.216:6053
1.现在还读不到数据,看来是esp有问题,应该怎么写呢?
2.[W][uart:041]: You're using the same serial port for logging and the UART component. Please disable logging over the serial port by setting logger->baud_rate to 0.
串口很忙吗,日志数据都读串口是不是没啥问题
3.[18:32:04][E][uart:054]: Invalid stop bits: Integration requested stop_bits 2 but you have 1!
停止位是啥意思?
4.Message skipped because it was too big to fit in TCP buffer - This is only cosmetic
这是啥意思?