Mercurial > code > home > repos > homeauto
changeset 1739:28a3e35bc23f
mqtt server & options
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Sep 2023 17:12:06 -0700 |
parents | 7d270896d6d0 |
children | c77b5ab7b99d |
files | espNode/bed.yaml espNode/rf_switch_desk.yaml espNode/sonoff_light.yaml espNode/workshop.yaml |
diffstat | 4 files changed, 6 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/espNode/bed.yaml Fri Sep 01 17:11:22 2023 -0700 +++ b/espNode/bed.yaml Fri Sep 01 17:12:06 2023 -0700 @@ -8,14 +8,11 @@ wifi: ssid: !secret wifi_ssid password: !secret wifi_password - domain: '' mqtt: - broker: '10.2.0.1' + broker: "mqtt2.bigasterisk.com" port: 1883 - username: '' - password: '' - + logger: baud_rate: 115200 level: DEBUG
--- a/espNode/rf_switch_desk.yaml Fri Sep 01 17:11:22 2023 -0700 +++ b/espNode/rf_switch_desk.yaml Fri Sep 01 17:12:06 2023 -0700 @@ -18,7 +18,7 @@ ota: mqtt: - broker: '10.2.0.1' + broker: "mqtt2.bigasterisk.com" port: 1883 username: "" password: ""
--- a/espNode/sonoff_light.yaml Fri Sep 01 17:11:22 2023 -0700 +++ b/espNode/sonoff_light.yaml Fri Sep 01 17:12:06 2023 -0700 @@ -1,17 +1,15 @@ esphome: + # names end with 0..4 name: sonoff_4 platform: esp8266 board: esp01_1m - build_path: build wifi: ssid: !secret wifi_ssid password: !secret wifi_password -# use_address: 10.2.0.96 -# domain: '.bigasterisk.com' mqtt: - broker: '10.2.0.1' + broker: "mqtt2.bigasterisk.com" port: 1883 logger:
--- a/espNode/workshop.yaml Fri Sep 01 17:11:22 2023 -0700 +++ b/espNode/workshop.yaml Fri Sep 01 17:12:06 2023 -0700 @@ -8,13 +8,10 @@ wifi: ssid: !secret wifi_ssid password: !secret wifi_password - domain: '' mqtt: - broker: '10.2.0.1' + broker: "mqtt2.bigasterisk.com" port: 1883 - username: '' - password: '' logger: baud_rate: 115200