Updating Sonoff S31 plugs.
This commit is contained in:
@@ -6,20 +6,10 @@ esphome:
|
|||||||
name: ${device_name}
|
name: ${device_name}
|
||||||
platform: ESP8266
|
platform: ESP8266
|
||||||
board: esp01_1m
|
board: esp01_1m
|
||||||
platformio_options:
|
# platformio_options:
|
||||||
upload_speed: 115200 #baud, tagging this so grep will find it later
|
# upload_speed: 115200 #baud, tagging this so grep will find it later
|
||||||
|
|
||||||
wifi:
|
<<: !include standard_wifi.yaml
|
||||||
ssid: "Meneely"
|
|
||||||
password: "punxsutawney1"
|
|
||||||
manual_ip:
|
|
||||||
static_ip: ${device_ip}
|
|
||||||
gateway: 192.168.86.1
|
|
||||||
subnet: 255.255.255.0
|
|
||||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
||||||
ap:
|
|
||||||
ssid: "ESPHOME"
|
|
||||||
password: "12345678"
|
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
baud_rate: 0 # (UART logging interferes with cse7766)
|
baud_rate: 0 # (UART logging interferes with cse7766)
|
||||||
@@ -68,4 +58,4 @@ switch:
|
|||||||
id: relay
|
id: relay
|
||||||
|
|
||||||
status_led:
|
status_led:
|
||||||
pin: GPIO13
|
pin: GPIO13
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
device_name: sonoff_s31b
|
device_name: sonoff_s31b
|
||||||
#device_ip: 192.168.87.72
|
device_ip: 192.168.87.72
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: ${device_name}
|
name: ${device_name}
|
||||||
@@ -9,18 +9,7 @@ esphome:
|
|||||||
# platformio_options:
|
# platformio_options:
|
||||||
# upload_speed: 115200 #baud, tagging this so grep will find it later
|
# upload_speed: 115200 #baud, tagging this so grep will find it later
|
||||||
|
|
||||||
wifi:
|
<<: !include standard_wifi.yaml
|
||||||
ssid: "Meneely"
|
|
||||||
password: "punxsutawney1"
|
|
||||||
# manual_ip:
|
|
||||||
# use_address: 192.168.87.72
|
|
||||||
#static_ip: ${device_ip}
|
|
||||||
# gateway: 192.168.86.1
|
|
||||||
# subnet: 255.255.255.0
|
|
||||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
||||||
ap:
|
|
||||||
ssid: "ESPHOME"
|
|
||||||
password: "12345678"
|
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
baud_rate: 0 # (UART logging interferes with cse7766)
|
baud_rate: 0 # (UART logging interferes with cse7766)
|
||||||
|
|||||||
Reference in New Issue
Block a user