Compare commits
5 Commits
8f63ede1f0
...
730d1cf338
Author | SHA1 | Date | |
---|---|---|---|
730d1cf338 | |||
27408f02dd | |||
624ee50d14 | |||
48d29a6585 | |||
04eff2e382 |
@ -1 +1 @@
|
|||||||
2024.3.1
|
2024.6.4
|
@ -372,7 +372,11 @@
|
|||||||
entity_id: person.marcus_scholz
|
entity_id: person.marcus_scholz
|
||||||
zone: zone.home
|
zone: zone.home
|
||||||
event: leave
|
event: leave
|
||||||
condition: []
|
condition:
|
||||||
|
- condition: state
|
||||||
|
entity_id: person.marianna_scholz
|
||||||
|
state: not_home
|
||||||
|
enabled: false
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
target:
|
target:
|
||||||
@ -418,6 +422,12 @@
|
|||||||
- condition: sun
|
- condition: sun
|
||||||
after_offset: '-1'
|
after_offset: '-1'
|
||||||
after: sunset
|
after: sunset
|
||||||
|
enabled: false
|
||||||
|
- condition: sun
|
||||||
|
before: sunrise
|
||||||
|
before_offset: '+1'
|
||||||
|
after: sunset
|
||||||
|
after_offset: '-1'
|
||||||
action:
|
action:
|
||||||
- service: script.moodlight_orange_plasma
|
- service: script.moodlight_orange_plasma
|
||||||
data: {}
|
data: {}
|
||||||
|
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# DHT22 sensor
|
# DHT22 sensor
|
||||||
|
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# DHT22 sensor
|
# DHT22 sensor
|
||||||
|
@ -46,6 +46,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Power key of li-ion charger
|
# Power key of li-ion charger
|
||||||
|
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
spi:
|
spi:
|
||||||
|
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
|
@ -79,6 +79,7 @@ api:
|
|||||||
|
|
||||||
# Enable over-the-air updates
|
# Enable over-the-air updates
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Initialize I²C
|
# Initialize I²C
|
||||||
|
@ -20,7 +20,9 @@ esp32:
|
|||||||
api:
|
api:
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
|
@ -6,7 +6,9 @@ substitutions:
|
|||||||
api:
|
api:
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
|
@ -76,6 +76,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Enable status LED
|
# Enable status LED
|
||||||
|
@ -39,6 +39,7 @@ api:
|
|||||||
key: !secret apikey
|
key: !secret apikey
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Initialize I²C
|
# Initialize I²C
|
||||||
|
@ -78,6 +78,7 @@ api:
|
|||||||
|
|
||||||
# Enable over-the-air updates
|
# Enable over-the-air updates
|
||||||
ota:
|
ota:
|
||||||
|
platform: esphome
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
|
||||||
# Initialize I²C
|
# Initialize I²C
|
||||||
|
29
mqtt.yaml
29
mqtt.yaml
@ -1,33 +1,4 @@
|
|||||||
sensor:
|
sensor:
|
||||||
# MQTT bathroom sensors
|
|
||||||
- name: Temperatur
|
|
||||||
unique_id: bathroom.temperature
|
|
||||||
state_topic: "home/bathroom/climate/sensor/temperature"
|
|
||||||
device_class: 'temperature'
|
|
||||||
state_class: 'measurement'
|
|
||||||
unit_of_measurement: '°C'
|
|
||||||
last_reset_value_template: '1970-01-01T00:00:00+00:00'
|
|
||||||
device:
|
|
||||||
identifiers: MagicMirror-DHT22
|
|
||||||
name: MagicMirror-DHT22
|
|
||||||
model: DHT22
|
|
||||||
manufacturer: mqtt-io
|
|
||||||
force_update: true
|
|
||||||
|
|
||||||
- name: Luftfeuchtigkeit
|
|
||||||
unique_id: bathroom.humidity
|
|
||||||
state_topic: "home/bathroom/climate/sensor/humidity"
|
|
||||||
device_class: 'humidity'
|
|
||||||
state_class: 'measurement'
|
|
||||||
unit_of_measurement: '%'
|
|
||||||
last_reset_value_template: '1970-01-01T00:00:00+00:00'
|
|
||||||
device:
|
|
||||||
identifiers: MagicMirror-DHT22
|
|
||||||
name: MagicMirror-DHT22
|
|
||||||
model: DHT22
|
|
||||||
manufacturer: mqtt-io
|
|
||||||
force_update: true
|
|
||||||
|
|
||||||
# MQTT/RTL_433 (outdoor) sensors
|
# MQTT/RTL_433 (outdoor) sensors
|
||||||
# Reliable sensor with good placement (good values) and good reception
|
# Reliable sensor with good placement (good values) and good reception
|
||||||
- device_class: battery
|
- device_class: battery
|
||||||
|
@ -2,60 +2,74 @@
|
|||||||
internet_usage_in_monthly:
|
internet_usage_in_monthly:
|
||||||
source: sensor.snmp_wan_in
|
source: sensor.snmp_wan_in
|
||||||
name: Monthly internet traffic in
|
name: Monthly internet traffic in
|
||||||
|
unique_id: monthly_internet_traffic_in
|
||||||
cycle: monthly
|
cycle: monthly
|
||||||
internet_usage_out_monthly:
|
internet_usage_out_monthly:
|
||||||
source: sensor.snmp_wan_out
|
source: sensor.snmp_wan_out
|
||||||
name: Monthly internet traffic out
|
name: Monthly internet traffic out
|
||||||
|
unique_id: monthly_internet_traffic_out
|
||||||
cycle: monthly
|
cycle: monthly
|
||||||
internet_usage_in_daily:
|
internet_usage_in_daily:
|
||||||
source: sensor.snmp_wan_in
|
source: sensor.snmp_wan_in
|
||||||
name: Daily internet traffic in
|
name: Daily internet traffic in
|
||||||
|
unique_id: daily_internet_traffic_in
|
||||||
cycle: daily
|
cycle: daily
|
||||||
internet_usage_out_daily:
|
internet_usage_out_daily:
|
||||||
source: sensor.snmp_wan_out
|
source: sensor.snmp_wan_out
|
||||||
name: Daily internet traffic out
|
name: Daily internet traffic out
|
||||||
|
unique_id: daily_internet_traffic_out
|
||||||
cycle: daily
|
cycle: daily
|
||||||
internet_usage_in_hourly:
|
internet_usage_in_hourly:
|
||||||
source: sensor.snmp_wan_in
|
source: sensor.snmp_wan_in
|
||||||
name: Hourly internet traffic in
|
name: Hourly internet traffic in
|
||||||
|
unique_id: hourly_internet_traffic_in
|
||||||
cycle: hourly
|
cycle: hourly
|
||||||
internet_usage_out_hourly:
|
internet_usage_out_hourly:
|
||||||
source: sensor.snmp_wan_out
|
source: sensor.snmp_wan_out
|
||||||
name: Hourly internet traffic out
|
name: Hourly internet traffic out
|
||||||
|
unique_id: hourly_internet_traffic_out
|
||||||
cycle: hourly
|
cycle: hourly
|
||||||
|
|
||||||
# Energy
|
# Energy
|
||||||
energy_import_daily:
|
energy_import_daily:
|
||||||
source: sensor.energy_import_sum
|
source: sensor.energy_import_sum
|
||||||
name: Energy Import Daily
|
name: Energy Import Daily
|
||||||
|
unique_id: energy_import_daily
|
||||||
cycle: daily
|
cycle: daily
|
||||||
energy_import_monthly:
|
energy_import_monthly:
|
||||||
source: sensor.energy_import_sum
|
source: sensor.energy_import_sum
|
||||||
name: Energy Import Monthly
|
name: Energy Import Monthly
|
||||||
|
unique_id: energy_import_monthly
|
||||||
cycle: monthly
|
cycle: monthly
|
||||||
energy_export_daily:
|
energy_export_daily:
|
||||||
source: sensor.energy_export_sum
|
source: sensor.energy_export_sum
|
||||||
name: Energy Export Daily
|
name: Energy Export Daily
|
||||||
|
unique_id: energy_export_daily
|
||||||
cycle: daily
|
cycle: daily
|
||||||
energy_export_monthly:
|
energy_export_monthly:
|
||||||
source: sensor.energy_export_sum
|
source: sensor.energy_export_sum
|
||||||
name: Energy Export Monthly
|
name: Energy Export Monthly
|
||||||
|
unique_id: energy_export_monthly
|
||||||
cycle: monthly
|
cycle: monthly
|
||||||
energy_consumption_daily:
|
energy_consumption_daily:
|
||||||
source: sensor.energy_consumption_sum
|
source: sensor.energy_consumption_sum
|
||||||
name: Energy Consumption Daily
|
name: Energy Consumption Daily
|
||||||
|
unique_id: energy_consumption_daily
|
||||||
cycle: daily
|
cycle: daily
|
||||||
energy_consumption_monthly:
|
energy_consumption_monthly:
|
||||||
source: sensor.energy_consumption_sum
|
source: sensor.energy_consumption_sum
|
||||||
name: Energy Consumption Monthly
|
name: Energy Consumption Monthly
|
||||||
|
unique_id: energy_consumption_monthly
|
||||||
cycle: monthly
|
cycle: monthly
|
||||||
|
|
||||||
# Energy (Solar)
|
# Energy (Solar)
|
||||||
energy_solar_daily:
|
energy_solar_daily:
|
||||||
source: sensor.balkonkraftwerk_energy
|
source: sensor.balkonkraftwerk_energy
|
||||||
name: Energy Solar Daily
|
name: Energy Solar Daily
|
||||||
|
unique_id: energy_solar_daily
|
||||||
cycle: daily
|
cycle: daily
|
||||||
energy_solar_monthly:
|
energy_solar_monthly:
|
||||||
source: sensor.balkonkraftwerk_energy
|
source: sensor.balkonkraftwerk_energy
|
||||||
name: Energy Solar Monthly
|
name: Energy Solar Monthly
|
||||||
|
unique_id: energy_solar_monthly
|
||||||
cycle: monthly
|
cycle: monthly
|
||||||
|
Loading…
Reference in New Issue
Block a user