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 script: !include scripts.yaml
scene: !include scenes.yaml scene: !include scenes.yaml
#homematic: waste_collection_schedule:
# local_port: 8060 sources:
# interfaces: - name: heidelberg_de
# wireless: args:
# host: !secret ccu_host street: "Ilse-Krall-Strasse"
# username: !secret ccu_user collect_residual_waste_weekly: True
# password: !secret ccu_password even_house_number: False
# 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
switch: switch:
- platform: wake_on_lan - platform: wake_on_lan
@@ -152,22 +142,6 @@ influxdb:
- sensor - sensor
template: 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: - switch:
- turn_on: - turn_on:
- action: script.fernsehschauenstarten - action: script.fernsehschauenstarten
@@ -250,11 +224,6 @@ template:
state: '{{ states.sun.sun.attributes.elevation }}' state: '{{ states.sun.sun.attributes.elevation }}'
name: sun_elevation name: sun_elevation
- sensor:
- default_entity_id: sensor.ccu_service_meldungen
name: CCU Servicemeldungen
state: '{{ states.homematic.ccu2.state | int }}'
- sensor: - sensor:
- name: Wohnzimmer Harmony - name: Wohnzimmer Harmony
default_entity_id: sensor.remote_wohnzimmer_activity default_entity_id: sensor.remote_wohnzimmer_activity

View File

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