From 11314a38a868e4c9f453811e3267c5b0d886f9dc Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 20 Nov 2025 14:32:27 +0100 Subject: [PATCH] Update network configuration in ESPhome YAML files and clean up README.md --- Dockers/docker-webhook-updater/README.md | 3 +++ ESPhome/bed-scale/bed_scale.yaml | 6 +++--- ESPhome/shelly/shelly-1.yaml | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Dockers/docker-webhook-updater/README.md b/Dockers/docker-webhook-updater/README.md index 9875aec..93f48fa 100644 --- a/Dockers/docker-webhook-updater/README.md +++ b/Dockers/docker-webhook-updater/README.md @@ -110,3 +110,6 @@ docker build -t docker-webhook-updater:latest . + + + diff --git a/ESPhome/bed-scale/bed_scale.yaml b/ESPhome/bed-scale/bed_scale.yaml index e2df307..83017de 100644 --- a/ESPhome/bed-scale/bed_scale.yaml +++ b/ESPhome/bed-scale/bed_scale.yaml @@ -21,11 +21,11 @@ wifi: password: "BKl@3660" manual_ip: # Set this to the IP of the ESP - static_ip: 10.0.1.50 + static_ip: 10.1.0.24 # Set this to the IP address of the router. Often ends with .1 - gateway: 10.0.0.1 + gateway: 10.1.0.1 # The subnet of the network. 255.255.255.0 works for most home networks. - subnet: 255.255.254.0 + subnet: 255.255.255.0 # Enable fallback hotspot (captive portal) in case wifi connection fails ap: diff --git a/ESPhome/shelly/shelly-1.yaml b/ESPhome/shelly/shelly-1.yaml index 4925350..e10fb5f 100644 --- a/ESPhome/shelly/shelly-1.yaml +++ b/ESPhome/shelly/shelly-1.yaml @@ -11,9 +11,9 @@ wifi: ssid: "ItHurtsWhenIP" password: "BKl@3660" manual_ip: - static_ip: 10.0.1.51 - gateway: 10.0.0.1 - subnet: 255.255.254.0 + static_ip: 10.1.0.25 + gateway: 10.1.0.1 + subnet: 255.255.255.0 dns1: 1.1.1.1 dns2: 8.8.8.8 power_save_mode: none