diff --git a/monitoring/README.md b/monitoring/README.md index dbd2303..e5fe148 100644 --- a/monitoring/README.md +++ b/monitoring/README.md @@ -41,6 +41,7 @@ esphome wizard muc-kitchen.secret.yml # -hold boot button to enable flashing on esps esphome run ./config/muc-kitchen.secret.yml esphome run ./config/muc-living.secret.yml +esphome run ./config/rgbg-living.secret.yml ``` ### custom firmware for hygrometers diff --git a/monitoring/config/muc-living.secret.yml b/monitoring/config/muc-living.secret.yml index a4d27fb..8d22d22 100644 --- a/monitoring/config/muc-living.secret.yml +++ b/monitoring/config/muc-living.secret.yml @@ -13,12 +13,12 @@ logger: api: password: "" -mqtt: - broker: "moritzgraf.de" - port: "30024" - username: "sender" - password: "ahQueteiRietufeko8do" - topic_prefix: "muc-living" +# mqtt: +# broker: "moritzgraf.de" +# port: "30024" +# username: "sender" +# password: "ahQueteiRietufeko8do" +# topic_prefix: "muc-living" ota: password: "" diff --git a/monitoring/config/rgbg-living.secret.yml b/monitoring/config/rgbg-living.secret.yml index 29828e5..a5d8348 100644 --- a/monitoring/config/rgbg-living.secret.yml +++ b/monitoring/config/rgbg-living.secret.yml @@ -2,7 +2,7 @@ esphome: name: rgbg-living esp32: - board: m5stick-c + board: nodemcu-32s framework: type: arduino