Changing IP of sonoff S31c
This commit is contained in:
@@ -11,4 +11,5 @@ lr_bright_87_49 192.168.87.49 ESP32/wemos_d1_mini32
|
|||||||
rf_bridge_87_60 192.168.87.60 esp01_1m Sonoff RF bridge
|
rf_bridge_87_60 192.168.87.60 esp01_1m Sonoff RF bridge
|
||||||
sonoff_s31a 192.168.87.71 esp01_1m Sonoff S31 power monitoring plug
|
sonoff_s31a 192.168.87.71 esp01_1m Sonoff S31 power monitoring plug
|
||||||
sonoff_s31b 87.72 now DHCP esp01_1m Sonoff S31 power monitoring plug
|
sonoff_s31b 87.72 now DHCP esp01_1m Sonoff S31 power monitoring plug
|
||||||
|
sonoff-s31christmas 87.74 esp01_1m Sonoff S31 power monitoring plug
|
||||||
ifan04_a 192.168.87.73
|
ifan04_a 192.168.87.73
|
||||||
|
|||||||
@@ -29,8 +29,9 @@ esphome:
|
|||||||
on_boot:
|
on_boot:
|
||||||
priority: 225
|
priority: 225
|
||||||
# turn off the light as early as possible
|
# turn off the light as early as possible
|
||||||
|
# no, turn it on - if somebody flips the switch, turn the light on
|
||||||
then:
|
then:
|
||||||
- light.turn_off: ${device_name}_light
|
- light.turn_on: ${device_name}_light
|
||||||
|
|
||||||
remote_receiver:
|
remote_receiver:
|
||||||
pin: GPIO3
|
pin: GPIO3
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
device_name: sonoff_s31c
|
device_name: sonoff-s31christmas
|
||||||
device_ip: 192.168.87.73
|
device_ip: 192.168.87.74
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: ${device_name}
|
name: ${device_name}
|
||||||
Reference in New Issue
Block a user