diff --git a/docker-compose.yml b/docker-compose.yml index 60ee45e..24b652d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: homeassistant: container_name: homeassistant - image: homeassistant/armv7-homeassistant:2024.8.2 + image: homeassistant/armv7-homeassistant:2024.12.1 volumes: - ./homeassistant:/config - /etc/localtime:/etc/localtime:ro diff --git a/homeassistant/automations.yaml b/homeassistant/automations.yaml index bd4ddcc..3e064bc 100644 --- a/homeassistant/automations.yaml +++ b/homeassistant/automations.yaml @@ -219,3 +219,81 @@ target: device_id: 03477708398bb2e1ceb3f4a776770a29 mode: single +- id: '1733523441756' + alias: Küche Theke Schalter + description: '' + triggers: + - device_id: f9bd33dde8040b0c80b8ef35f0eff174 + domain: shelly + type: single_push + subtype: button1 + trigger: device + conditions: [] + actions: + - type: toggle + device_id: a09f77bde7ba5098df0c3ec599ca7377 + entity_id: 2a315e13dac7a4d0e3a5331216e79a5b + domain: switch + - type: toggle + device_id: aa992894922dfd99d4de351691fddbeb + entity_id: c9e060ed610aaa859483ed162741f6b8 + domain: light + mode: single +- id: '1733523672915' + alias: Nur Küchentisch Doppelklick + description: '' + triggers: + - device_id: f9bd33dde8040b0c80b8ef35f0eff174 + domain: shelly + type: double_push + subtype: button1 + trigger: device + conditions: [] + actions: + - type: toggle + device_id: aa992894922dfd99d4de351691fddbeb + entity_id: c9e060ed610aaa859483ed162741f6b8 + domain: light + mode: single +- id: '1733523711057' + alias: Nur Küche Theke Dreifachklick + description: '' + triggers: + - device_id: f9bd33dde8040b0c80b8ef35f0eff174 + domain: shelly + type: triple_push + subtype: button1 + trigger: device + conditions: [] + actions: + - type: toggle + device_id: a09f77bde7ba5098df0c3ec599ca7377 + entity_id: 2a315e13dac7a4d0e3a5331216e79a5b + domain: switch + mode: single +- id: '1733524257607' + alias: Alles aus Wohnzimmer + description: '' + triggers: + - device_id: f9bd33dde8040b0c80b8ef35f0eff174 + domain: shelly + type: long_push + subtype: button1 + trigger: device + conditions: [] + actions: + - action: light.turn_off + metadata: {} + data: {} + target: + area_id: wohnzimmer + - type: turn_off + device_id: a09f77bde7ba5098df0c3ec599ca7377 + entity_id: 2a315e13dac7a4d0e3a5331216e79a5b + domain: switch + - action: light.turn_off + metadata: {} + data: {} + target: + device_id: aa992894922dfd99d4de351691fddbeb + mode: single diff --git a/homeassistant/scenes.yaml b/homeassistant/scenes.yaml index 55c6302..d0957ce 100644 --- a/homeassistant/scenes.yaml +++ b/homeassistant/scenes.yaml @@ -1,55 +1,72 @@ -- id: '1713896163638' - name: Warmes Licht +- id: '1713896676123' + name: Maximales Licht entities: - light.lightstrip: + light.kuchentisch: min_color_temp_kelvin: 2000 - max_color_temp_kelvin: 6535 - min_mireds: 153 + max_color_temp_kelvin: 6666 + min_mireds: 150 max_mireds: 500 effect_list: - - colorloop + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect supported_color_modes: - color_temp - - hs - - xy + effect: color_mode: color_temp - brightness: 204 - color_temp_kelvin: 3690 - color_temp: 271 + brightness: 153 + color_temp_kelvin: 2475 + color_temp: 404 hs_color: - - 27.004 - - 40.795 + - 28.941 + - 73.435 rgb_color: - 255 - - 197 - - 150 + - 158 + - 67 xy_color: - - 0.441 - - 0.37 - is_deconz_group: false - friendly_name: Lightstrip + - 0.55 + - 0.39 + friendly_name: Küchentisch supported_features: 44 state: 'on' - light.dimmable_light_4: - supported_color_modes: - - brightness - is_deconz_group: false - friendly_name: Dimmable light 4 - supported_features: 40 - state: 'off' - light.extended_color_light_1: + select.bogenlampe_effect: + options: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect + - colorloop + - stop_colorloop + assumed_state: true + icon: mdi:palette + friendly_name: Bogenlampe Effect + state: stop_effect + light.bogenlampe: min_color_temp_kelvin: 2702 max_color_temp_kelvin: 6535 min_mireds: 153 max_mireds: 370 effect_list: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect - colorloop + - stop_colorloop supported_color_modes: - color_temp - - hs - xy + effect: color_mode: color_temp - brightness: 201 + brightness: 255 color_temp_kelvin: 2702 color_temp: 370 hs_color: @@ -62,79 +79,220 @@ xy_color: - 0.526 - 0.387 - is_deconz_group: false - friendly_name: Extended color light 1 + friendly_name: Bogenlampe supported_features: 44 state: 'on' - icon: mdi:alarm-light - metadata: {} -- id: '1713896676123' - name: Maximales Licht - entities: - light.extended_color_light_1: - min_color_temp_kelvin: 2702 - max_color_temp_kelvin: 6535 - min_mireds: 153 - max_mireds: 370 - effect_list: - - colorloop - supported_color_modes: - - color_temp - - hs - - xy - is_deconz_group: false - friendly_name: Extended color light 1 - supported_features: 44 - color_mode: color_temp - brightness: 254 - color_temp_kelvin: 3731 - color_temp: 268 - hs_color: - - 26.973 - - 39.973 - rgb_color: - - 255 - - 198 - - 153 - xy_color: - - 0.438 - - 0.369 - state: 'on' - light.lightstrip: + light.lichtschlauch_rgb: min_color_temp_kelvin: 2000 max_color_temp_kelvin: 6535 min_mireds: 153 max_mireds: 500 effect_list: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect - colorloop + - stop_colorloop supported_color_modes: - color_temp - - hs - xy - is_deconz_group: false - friendly_name: Lightstrip - supported_features: 44 + effect: color_mode: color_temp - brightness: 254 - color_temp_kelvin: 4347 - color_temp: 230 + brightness: 79 + color_temp_kelvin: 5025 + color_temp: 199 hs_color: - - 26.722 - - 28.925 + - 27.028 + - 18.905 rgb_color: - 255 - - 214 - - 181 + - 228 + - 206 xy_color: - - 0.401 - - 0.359 + - 0.371 + - 0.349 + friendly_name: Lichtschlauch Rgb + supported_features: 44 state: 'on' - light.dimmable_light_4: + light.lichtschlauch_white: + min_color_temp_kelvin: 2000 + max_color_temp_kelvin: 6535 + min_mireds: 153 + max_mireds: 500 + effect_list: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect + - colorloop + - stop_colorloop supported_color_modes: - - brightness - is_deconz_group: false - friendly_name: Dimmable light 4 - supported_features: 40 - state: 'off' + - color_temp + - xy + effect: + color_mode: color_temp + brightness: 255 + color_temp_kelvin: 2739 + color_temp: 365 + hs_color: + - 28.312 + - 64.491 + rgb_color: + - 255 + - 168 + - 90 + xy_color: + - 0.522 + - 0.387 + friendly_name: Lichtschlauch White + supported_features: 44 + state: 'on' icon: mdi:alarm-light-outline metadata: {} +- id: '1733170893427' + name: Hanna Schlafmodus + entities: + light.kuchentisch: + min_color_temp_kelvin: 2000 + max_color_temp_kelvin: 6666 + min_mireds: 150 + max_mireds: 500 + effect_list: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect + supported_color_modes: + - color_temp + effect: + color_mode: + brightness: + color_temp_kelvin: + color_temp: + hs_color: + rgb_color: + xy_color: + friendly_name: Küchentisch + supported_features: 44 + state: 'off' + select.bogenlampe_effect: + options: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect + - colorloop + - stop_colorloop + assumed_state: true + icon: mdi:palette + friendly_name: Bogenlampe Effect + state: stop_effect + light.bogenlampe: + min_color_temp_kelvin: 2702 + max_color_temp_kelvin: 6535 + min_mireds: 153 + max_mireds: 370 + effect_list: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect + - colorloop + - stop_colorloop + supported_color_modes: + - color_temp + - xy + effect: + color_mode: color_temp + brightness: 105 + color_temp_kelvin: 2702 + color_temp: 370 + hs_color: + - 28.391 + - 65.659 + rgb_color: + - 255 + - 166 + - 87 + xy_color: + - 0.526 + - 0.387 + friendly_name: Bogenlampe + supported_features: 44 + state: 'on' + light.lichtschlauch_rgb: + min_color_temp_kelvin: 2000 + max_color_temp_kelvin: 6535 + min_mireds: 153 + max_mireds: 500 + effect_list: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect + - colorloop + - stop_colorloop + supported_color_modes: + - color_temp + - xy + effect: + color_mode: + brightness: + color_temp_kelvin: + color_temp: + hs_color: + rgb_color: + xy_color: + friendly_name: Lichtschlauch Rgb + supported_features: 44 + state: 'off' + light.lichtschlauch_white: + min_color_temp_kelvin: 2000 + max_color_temp_kelvin: 6535 + min_mireds: 153 + max_mireds: 500 + effect_list: + - blink + - breathe + - okay + - channel_change + - finish_effect + - stop_effect + - colorloop + - stop_colorloop + supported_color_modes: + - color_temp + - xy + effect: + color_mode: color_temp + brightness: 76 + color_temp_kelvin: 3521 + color_temp: 284 + hs_color: + - 27.152 + - 44.32 + rgb_color: + - 255 + - 193 + - 141 + xy_color: + - 0.453 + - 0.374 + friendly_name: Lichtschlauch White + supported_features: 44 + state: 'on' + icon: mdi:alarm-light-off + metadata: {} diff --git a/zb2mqttdata/configuration.yaml b/zb2mqttdata/configuration.yaml index 5bf088f..adaa233 100644 --- a/zb2mqttdata/configuration.yaml +++ b/zb2mqttdata/configuration.yaml @@ -40,6 +40,10 @@ devices: friendly_name: Küchentisch '0x00158d00053c6311': friendly_name: Flurlampe + '0xa4c13864e6c8c400': + friendly_name: Bewegungsmelder 1 + '0xa4c138ef60e2fdbe': + friendly_name: Sensor Terassentür homeassistant: legacy_entity_attributes: false legacy_triggers: false