From 2f72c026c1821fb6bb08264aa9bb76e850c58e84 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Tue, 8 Apr 2025 13:39:03 +0200 Subject: [PATCH] mqtt for shutter --- shutter.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/shutter.yaml b/shutter.yaml index 1a8c257..709c39d 100644 --- a/shutter.yaml +++ b/shutter.yaml @@ -16,17 +16,26 @@ api: encryption: key: !secret api_key +mqtt: + broker: mqtt.hadow.fr + port: 18832 + username: fire + password: !secret mqtt_password + topic_prefix: "esp_shutter" + ota: - platform: esphome password: !secret ota_password wifi: - ssid: !secret wifi_ssid - password: !secret wifi_password + ssid: !secret wifi_ssid2 + password: !secret wifi_password2 manual_ip: - static_ip: 192.168.1.56 - gateway: 192.168.0.1 + static_ip: 192.168.4.56 + gateway: 192.168.4.1 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: