diff --git a/esphome/archive/aussensensor.yaml b/esphome/archive/aussensensor.yaml new file mode 100644 index 0000000..d9f2020 --- /dev/null +++ b/esphome/archive/aussensensor.yaml @@ -0,0 +1,58 @@ +substitutions: + name: "aussensensor" + friendly_name: "Außensensor" + +esphome: + name: ${name} + friendly_name: ${friendly_name} + name_add_mac_suffix: false + project: + name: sensor.outdoor + version: "0.8" + min_version: 2022.1.0 + +esp32: + board: nodemcu-32s + framework: + type: arduino + +wifi: + ssid: "Voltage-legacy" + password: !secret voltage_legacy_psk + use_address: ${name}.home + power_save_mode: high + fast_connect: on + + # Enable fallback hotspot (captive portal) in case wifi connection fails + ap: + ssid: "Aussensensor Fallback Hotspot" + password: !secret fallback_psk + +captive_portal: + +# Enable logging +logger: + +# Enable Home Assistant API +api: + encryption: + key: !secret apikey + +ota: + platform: esphome + password: !secret ota + +# DHT22 sensor +sensor: + - platform: dht + model: dht22 + pin: 25 + temperature: + name: "Temperatur außen" + humidity: + name: "Luftfeuchtigkeit außen" + update_interval: 60s +# WiFi signal strength + - platform: wifi_signal + name: "WiFi Signalstärke" + update_interval: 60s diff --git a/esphome/kamera-balkon.yaml b/esphome/kamera-balkon.yaml index 75f51c9..eccfc58 100644 --- a/esphome/kamera-balkon.yaml +++ b/esphome/kamera-balkon.yaml @@ -67,12 +67,12 @@ esp32_camera: href_pin: GPIO23 pixel_clock_pin: GPIO22 power_down_pin: GPIO32 - resolution: SVGA + resolution: XGA max_framerate: 24 fps idle_framerate: 0.2 fps - jpeg_quality: 30 + jpeg_quality: 15 agc_mode: auto - agc_gain_ceiling: 4x + agc_gain_ceiling: 8x wb_mode: auto vertical_flip: true horizontal_mirror: true diff --git a/esphome/kamera-wohnzimmer.yaml b/esphome/kamera-wohnzimmer.yaml index d8f99ec..a3c5ecf 100644 --- a/esphome/kamera-wohnzimmer.yaml +++ b/esphome/kamera-wohnzimmer.yaml @@ -56,12 +56,12 @@ esp32_camera: href_pin: GPIO23 pixel_clock_pin: GPIO22 power_down_pin: GPIO32 - resolution: SVGA + resolution: XGA max_framerate: 24 fps idle_framerate: 0.2 fps - jpeg_quality: 30 + jpeg_quality: 15 agc_mode: auto - agc_gain_ceiling: 4x + agc_gain_ceiling: 8x wb_mode: auto vertical_flip: true horizontal_mirror: true