syssi / esphome-pipsolar

ESPHome component to monitor and control a pipsolar inverter via RS232
Apache License 2.0
90 stars 40 forks source link

Eps8266 board NodeMCU V3 can working? #142

Closed tieptute2k closed 1 month ago

tieptute2k commented 1 month ago

Your application can working with Eps8266 board NodeMCU V3 ?

syssi commented 1 month ago

Yes.

tieptute2k commented 1 month ago

How should I configure .yaml? Thank you

syssi commented 1 month ago

Just take this one: https://github.com/syssi/esphome-pipsolar/blob/main/esp8266-example.yaml

tieptute2k commented 1 month ago

esp8266: board: d1_mini

How should I configure for NodeMCU V3?

syssi commented 1 month ago

nodemcuv2 is probably a good choice but it's not very important.

See https://esphome.io/components/esp8266.html#configuration-variables

The PlatformIO board ID that should be used. Choose the appropriate board from this list (the icon next to the name can be used to copy the board ID). This only affects pin aliases, flash size and some internal settings, if unsure choose a generic board from Espressif such as esp01_1m.

tieptute2k commented 1 month ago

Great! Thank you very much.....