Compare commits

..

3 Commits

Author SHA1 Message Date
Bastian Schnorbus
f35c774373 changed shelly device in bedroom 2026-05-06 19:08:12 +02:00
Bastian Schnorbus
d74d35156f cleanup ccu leftover templates 2026-05-06 19:05:46 +02:00
Bastian Schnorbus
74cfb9b961 waste calendar 2026-05-06 19:05:00 +02:00
2 changed files with 10 additions and 41 deletions

View File

@@ -74,23 +74,13 @@ automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
#homematic:
# local_port: 8060
# interfaces:
# wireless:
# host: !secret ccu_host
# username: !secret ccu_user
# password: !secret ccu_password
# callback_ip: !secret ccu_callback_ip
# callback_port: 8060
# ip:
# host: !secret ccu_host
# port: 2010
# hosts:
# ccu2:
# host: !secret ccu_host
# username: !secret ccu_user
# password: !secret ccu_password
waste_collection_schedule:
sources:
- name: heidelberg_de
args:
street: "Ilse-Krall-Strasse"
collect_residual_waste_weekly: True
even_house_number: False
switch:
- platform: wake_on_lan
@@ -152,22 +142,6 @@ influxdb:
- sensor
template:
- switch:
- turn_on:
- data:
entity_id: homematic.ccu2
name: ThunderstormMode
value: true
action: homematic.set_variable_value
- turn_off:
- data:
entity_id: homematic.ccu2
name: ThunderstormMode
value: false
action: homematic.set_variable_value
default_entity_id: switch.ccu_tsm
state: '{{ is_state("binary_sensor.ccu_thunderstorm_mode","on") }}'
name: ccu_tsm
- switch:
- turn_on:
- action: script.fernsehschauenstarten
@@ -250,11 +224,6 @@ template:
state: '{{ states.sun.sun.attributes.elevation }}'
name: sun_elevation
- sensor:
- default_entity_id: sensor.ccu_service_meldungen
name: CCU Servicemeldungen
state: '{{ states.homematic.ccu2.state | int }}'
- sensor:
- name: Wohnzimmer Harmony
default_entity_id: sensor.remote_wohnzimmer_activity

View File

@@ -1,8 +1,8 @@
- platform: mqtt
name: bedroom_cover_r
command_topic: "shellies/shellyswitch25-76D19E/roller/0/command"
position_topic: "shellies/shellyswitch25-76D19E/roller/0/pos"
set_position_topic: "shellies/shellyswitch25-76D19E/roller/0/command/pos"
command_topic: "shellies/shelly2pmg4-ccba97d54bd4/roller/0/command"
position_topic: "shellies/shelly2pmg4-ccba97d54bd4/roller/0/pos"
set_position_topic: "shellies/shelly2pmg4-ccba97d54bd4/roller/0/command/pos"
payload_available: "true"
payload_not_available: "false"
qos: 1