Update board for Sonoff and links to Tasmota (#484)

Co-authored-by: Sillyfrog <sillyfrog@users.noreply.github.com>
This commit is contained in:
sillyfrog 2020-03-13 07:19:28 +10:00 committed by GitHub
parent 6f98760d80
commit 5aaafb2a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 7 deletions

View File

@ -14,11 +14,15 @@ and shipping from China takes a long time, I've only set up dedicated guides for
esphome:
name: <NAME_OF_NODE>
platform: ESP8266
board: esp01_1m
board: esp8285
arduino_version: 2.4.2
The selected board and arduino_version are required in v1.14.3 (and probably later), see
https://github.com/esphome/issues/issues/931 for details.
After that use the following list of pin to function mappings to set up your Sonoff device.
This list has been compiled from the Sonoff Tasmota pin source file which can be found here:
https://github.com/arendst/Sonoff-Tasmota/blob/development/sonoff/sonoff_template.h ❤️
https://github.com/arendst/Tasmota/blob/development/tasmota/tasmota_template.h ❤️
Sonoff RF
---------

View File

@ -54,7 +54,8 @@ exposes all of the basic functions.
esphome:
name: <NAME_OF_NODE>
platform: ESP8266
board: esp01_1m
board: esp8285
arduino_version: 2.4.2
wifi:
ssid: <YOUR_SSID>

View File

@ -128,7 +128,8 @@ or alternatively, you can just take the below configuration file and modify it t
esphome:
name: <NAME_OF_NODE>
platform: ESP8266
board: esp01_1m
board: esp8285
arduino_version: 2.4.2
wifi:
ssid: <YOUR_SSID>
@ -206,8 +207,9 @@ of the basic functions.
esphome:
name: <NAME_OF_NODE>
platform: ESP8266
board: esp01_1m
board: esp8285
arduino_version: 2.4.2
wifi:
ssid: <YOUR_SSID>
password: <YOUR_PASSWORD>

View File

@ -1,7 +1,8 @@
esphome:
name: <NAME_OF_NODE>
platform: ESP8266
board: esp01_1m
board: esp8285
arduino_version: 2.4.2
wifi:
ssid: <YOUR_SSID>