Compare commits
4 Commits
20c86831f1
...
main
Author | SHA1 | Date | |
---|---|---|---|
741b283218 | |||
8800f7b847 | |||
a947806618 | |||
439ead1047 |
@@ -1 +1 @@
|
|||||||
2025.9.0
|
2025.9.1
|
@@ -82,6 +82,9 @@
|
|||||||
- kuche
|
- kuche
|
||||||
- schlafzimmer
|
- schlafzimmer
|
||||||
- kinderzimmer
|
- kinderzimmer
|
||||||
|
entity_id:
|
||||||
|
- light.awtrix_528bd4_matrix
|
||||||
|
- light.awtrix_b8658c_matrix
|
||||||
data: {}
|
data: {}
|
||||||
action: light.turn_off
|
action: light.turn_off
|
||||||
- type: turn_off
|
- type: turn_off
|
||||||
@@ -788,7 +791,7 @@
|
|||||||
= as_timestamp(endOfYear) - as_timestamp(startOfYear) -%} {%- set current
|
= as_timestamp(endOfYear) - as_timestamp(startOfYear) -%} {%- set current
|
||||||
= as_timestamp(now) - as_timestamp(startOfYear) -%} {%- set progress = ( current
|
= as_timestamp(now) - as_timestamp(startOfYear) -%} {%- set progress = ( current
|
||||||
/ total * 100 ) | round(0, "floor", 0) -%} {# Output #} { "text": "{{ progress
|
/ total * 100 ) | round(0, "floor", 0) -%} {# Output #} { "text": "{{ progress
|
||||||
}} %", "icon": "y2023"}'
|
}} %", "icon": "year-2025"}'
|
||||||
topic: awtrix_desk/custom/yearprogress
|
topic: awtrix_desk/custom/yearprogress
|
||||||
qos: 0
|
qos: 0
|
||||||
retain: false
|
retain: false
|
||||||
@@ -802,7 +805,7 @@
|
|||||||
= as_timestamp(endOfYear) - as_timestamp(startOfYear) -%} {%- set current
|
= as_timestamp(endOfYear) - as_timestamp(startOfYear) -%} {%- set current
|
||||||
= as_timestamp(now) - as_timestamp(startOfYear) -%} {%- set progress = ( current
|
= as_timestamp(now) - as_timestamp(startOfYear) -%} {%- set progress = ( current
|
||||||
/ total * 100 ) | round(0, "floor", 0) -%} {# Output #} { "text": "{{ progress
|
/ total * 100 ) | round(0, "floor", 0) -%} {# Output #} { "text": "{{ progress
|
||||||
}} %", "icon": "y2023"}'
|
}} %", "icon": "year-2025"}'
|
||||||
topic: awtrix_kitchen/custom/yearprogress
|
topic: awtrix_kitchen/custom/yearprogress
|
||||||
qos: 0
|
qos: 0
|
||||||
retain: false
|
retain: false
|
||||||
|
@@ -17,6 +17,7 @@ group: !include groups.yaml
|
|||||||
automation: !include automations.yaml
|
automation: !include automations.yaml
|
||||||
script: !include scripts.yaml
|
script: !include scripts.yaml
|
||||||
scene: !include scenes.yaml
|
scene: !include scenes.yaml
|
||||||
|
notify: !include notify.yaml
|
||||||
|
|
||||||
# Enable additional integrations
|
# Enable additional integrations
|
||||||
# Enable 'wake_on_lan' intrgration
|
# Enable 'wake_on_lan' intrgration
|
||||||
|
@@ -1,58 +0,0 @@
|
|||||||
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
|
|
@@ -45,8 +45,10 @@ ota:
|
|||||||
# Initialize I²C
|
# Initialize I²C
|
||||||
i2c:
|
i2c:
|
||||||
- id: bus_a
|
- id: bus_a
|
||||||
sda: GPIO13
|
sda: GPIO3
|
||||||
scl: GPIO14
|
#sda: GPIO13
|
||||||
|
#scl: GPIO14
|
||||||
|
scl: GPIO1
|
||||||
scan: true
|
scan: true
|
||||||
- id: bus_c
|
- id: bus_c
|
||||||
sda: GPIO26
|
sda: GPIO26
|
||||||
|
8
notify.yaml
Normal file
8
notify.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#All Mobile Phones
|
||||||
|
- platform: group
|
||||||
|
name: "Alle mobilen Geräte"
|
||||||
|
services:
|
||||||
|
- service: mobile_app_le2123
|
||||||
|
- service: mobile_app_apollo
|
||||||
|
- service: mobile_app_xt2125_4
|
||||||
|
|
@@ -29,9 +29,9 @@
|
|||||||
- sensor.*_wi_fi_signal
|
- sensor.*_wi_fi_signal
|
||||||
- sensor.*_wifi_strenght
|
- sensor.*_wifi_strenght
|
||||||
- sensor.*_uptime
|
- sensor.*_uptime
|
||||||
|
- sensor.sun*
|
||||||
entities:
|
entities:
|
||||||
- sun.sun # Don't record sun data
|
- sun.sun # Don't record sun data
|
||||||
- sensor.sun*
|
|
||||||
- sensor.fritzbox_device_uptime
|
- sensor.fritzbox_device_uptime
|
||||||
- sensor.time
|
- sensor.time
|
||||||
- sensor.awtrix_kitchen_current_app
|
- sensor.awtrix_kitchen_current_app
|
||||||
|
Reference in New Issue
Block a user