basnijholt / home-assistant-config

Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC :house: :robot:
MIT License
1.67k stars 183 forks source link

ESP8266 flashing NodeMCU esptool #7

Open basnijholt opened 4 years ago

basnijholt commented 4 years ago

Just for future reference, I did.

Download firmware from https://github.com/letscontrolit/ESPEasy/releases and then flash using:

esptool-0.4.13-osx$  ./esptool -vv -cd nodemcu -cb 115200 -bz 4M -cp /dev/cu.SLAB_USBtoUART -ca 0x00000 -cf ~/Desktop/ESP_Easy_mega-20200301_normal_ESP8266_4M1M.bin

Connect in HA using Integrations in the UI. With url: socket://192.168.1.26:6638, name "Thermostat", and ID "thermostat".

basnijholt commented 4 years ago

NOTE: Serial loglevel ALSO TO NONE!

image

Screenshot 2020-03-03 at 21 43 09

image