wifi change
This commit is contained in:
parent
21107b053e
commit
9a642151f6
@ -16,6 +16,25 @@ api:
|
|||||||
encryption:
|
encryption:
|
||||||
key: !secret api_key
|
key: !secret api_key
|
||||||
|
|
||||||
|
ota:
|
||||||
|
- platform: esphome
|
||||||
|
password: !secret ota_password
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: !secret wifi_ssid
|
||||||
|
password: !secret wifi_password
|
||||||
|
manual_ip:
|
||||||
|
static_ip: 192.168.1.60
|
||||||
|
gateway: 192.168.1.254
|
||||||
|
subnet: 255.255.255.0
|
||||||
|
dns1: 9.9.9.9
|
||||||
|
dns2: 149.112.112.112
|
||||||
|
|
||||||
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||||
|
ap:
|
||||||
|
ssid: "Esp32S3N16R8 Fallback Hotspot"
|
||||||
|
password: "v41VUZA7A1VA"
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
broker: mqtt.hadow.fr
|
broker: mqtt.hadow.fr
|
||||||
port: 18832
|
port: 18832
|
||||||
@ -23,19 +42,6 @@ mqtt:
|
|||||||
password: !secret mqtt_password
|
password: !secret mqtt_password
|
||||||
topic_prefix: "esp_filter_blower_fan"
|
topic_prefix: "esp_filter_blower_fan"
|
||||||
|
|
||||||
ota:
|
|
||||||
- platform: esphome
|
|
||||||
password: !secret ota_password
|
|
||||||
|
|
||||||
wifi:
|
|
||||||
ssid: !secret wifi_ssid3
|
|
||||||
password: !secret wifi_password3
|
|
||||||
|
|
||||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
||||||
ap:
|
|
||||||
ssid: "Esp32S3N8R2 Fallback Hotspot"
|
|
||||||
password: "v41VUZA7A1VA"
|
|
||||||
|
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user