#JK-BMS Log Error

1 messages · Page 1 of 1 (latest)

barren lintel
#

Im trying to set up an esp32 using yaml code to make my 2 bms's visible since i need to see it when im away from home.

Used an esp 8266 wired to an rs485 to Eth (b), i tried that and i didnt know how to set it up from the lack of information found.

Help would be very appreciated, thanks

gaunt hatch
barren lintel
#

do you think thats the problem?

gaunt hatch
#

no, that just makes it a little more difficult to load and troubleshoot, because you need an external ftdi to both program it and read logs if it wont go onto WiFi for some reason.

#

Have you tried a minimal config with just the WiFi
esphome:
name: test
friendly_name: test

esp32:
board: esp32dev
framework:
type: esp-idf

Enable logging

logger:

Enable Home Assistant API

api:

ota:

  • platform: esphome

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password

barren lintel
#

and it refuses to send sensor data