Compare commits
No commits in common. "8f44a8e8ad3113faf407ac98abbe1a3684d8b65d" and "2f26b2a1112ca9e29861e2eb2c3a440604bdf854" have entirely different histories.
8f44a8e8ad
...
2f26b2a111
|
|
@ -4,5 +4,4 @@
|
||||||
.storage*
|
.storage*
|
||||||
.log
|
.log
|
||||||
.db
|
.db
|
||||||
.1
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,33 +1,33 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
# raspberrymatic:
|
raspberrymatic:
|
||||||
# image: ghcr.io/jens-maus/raspberrymatic:latest
|
image: ghcr.io/jens-maus/raspberrymatic:latest
|
||||||
# container_name: ccu
|
container_name: ccu
|
||||||
# hostname: homematic-raspi
|
hostname: homematic-raspi
|
||||||
# privileged: true
|
privileged: true
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# stop_grace_period: 30s
|
stop_grace_period: 30s
|
||||||
# volumes:
|
volumes:
|
||||||
# - ccu_data:/usr/local:rw
|
- ccu_data:/usr/local:rw
|
||||||
# - /lib/modules:/lib/modules:ro
|
- /lib/modules:/lib/modules:ro
|
||||||
# - ./tools:/usr/local/addons/tools/
|
- ./tools:/usr/local/addons/tools/
|
||||||
# ports:
|
ports:
|
||||||
# - "8080:80"
|
- "8080:80"
|
||||||
# - "2001:2001"
|
- "2001:2001"
|
||||||
# - "2010:2010"
|
- "2010:2010"
|
||||||
# - "9292:9292"
|
- "9292:9292"
|
||||||
# - "8181:8181"
|
- "8181:8181"
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
container_name: homeassistant
|
container_name: homeassistant
|
||||||
image: homeassistant/raspberrypi3-homeassistant:stable
|
image: homeassistant/raspberrypi4-homeassistant:stable
|
||||||
volumes:
|
volumes:
|
||||||
- ./homeassistant:/config
|
- ./homeassistant:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#network_mode: host
|
#network_mode: host
|
||||||
links:
|
links:
|
||||||
# - "raspberrymatic:raspberrymatic"
|
- "raspberrymatic:raspberrymatic"
|
||||||
- "mqtt:mqtt"
|
- "mqtt:mqtt"
|
||||||
ports:
|
ports:
|
||||||
- "8123:8123"
|
- "8123:8123"
|
||||||
|
|
@ -50,3 +50,5 @@ services:
|
||||||
- "1883:1883"
|
- "1883:1883"
|
||||||
- "9001:9001"
|
- "9001:9001"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
ccu_data:
|
||||||
|
|
|
||||||
|
|
@ -69,31 +69,3 @@
|
||||||
target:
|
target:
|
||||||
entity_id: switch.pumpe
|
entity_id: switch.pumpe
|
||||||
mode: single
|
mode: single
|
||||||
- id: '1713635450561'
|
|
||||||
alias: Controller - OSRAM AC025XX00NJ SMART+ Switch Mini
|
|
||||||
description: Lampe Osram Smart
|
|
||||||
use_blueprint:
|
|
||||||
path: EPMatt/osram_ac025xx00nj.yaml
|
|
||||||
input:
|
|
||||||
integration: deCONZ
|
|
||||||
controller_device: a185156e10e06b082d20b9a2e6530868
|
|
||||||
helper_last_controller_event: input_text.last_controller_event
|
|
||||||
action_button_up_short:
|
|
||||||
- device_id: 9076597286e6839a2a164b0f1cc5797d
|
|
||||||
domain: light
|
|
||||||
entity_id: light.extended_color_light_1
|
|
||||||
type: brightness_increase
|
|
||||||
action_button_center_short:
|
|
||||||
- type: toggle
|
|
||||||
device_id: 9076597286e6839a2a164b0f1cc5797d
|
|
||||||
entity_id: light.extended_color_light_1
|
|
||||||
domain: light
|
|
||||||
- type: toggle
|
|
||||||
device_id: 51c444353d203fe1a7afc607a80a563e
|
|
||||||
entity_id: light.lightstrip
|
|
||||||
domain: light
|
|
||||||
action_button_down_short:
|
|
||||||
- device_id: 9076597286e6839a2a164b0f1cc5797d
|
|
||||||
domain: light
|
|
||||||
entity_id: light.extended_color_light_1
|
|
||||||
type: brightness_decrease
|
|
||||||
|
|
|
||||||
|
|
@ -14,74 +14,89 @@ scene: !include scenes.yaml
|
||||||
|
|
||||||
#MQTT Broker for milight hub:
|
#MQTT Broker for milight hub:
|
||||||
mqtt:
|
mqtt:
|
||||||
sensor 1:
|
broker: mqtt
|
||||||
state_topic: 'living/sensor1'
|
port: 1883
|
||||||
name: 'Temperature'
|
discovery: true
|
||||||
unit_of_measurement: '°C'
|
discovery_prefix: homeassistant
|
||||||
value_template: '{{ value_json.temperature }}'
|
|
||||||
|
|
||||||
sensor 2:
|
sensor 1:
|
||||||
state_topic: 'living/sensor1'
|
platform: mqtt
|
||||||
name: 'Humidity'
|
state_topic: 'living/sensor1'
|
||||||
unit_of_measurement: '%'
|
name: 'Temperature'
|
||||||
value_template: '{{ value_json.humidity }}'
|
unit_of_measurement: '°C'
|
||||||
|
value_template: '{{ value_json.temperature }}'
|
||||||
|
|
||||||
sensor 3:
|
sensor 2:
|
||||||
state_topic: 'living/sensor2'
|
platform: mqtt
|
||||||
name: 'Temperature 2'
|
state_topic: 'living/sensor1'
|
||||||
unit_of_measurement: '°C'
|
name: 'Humidity'
|
||||||
value_template: '{{ value_json.temperature }}'
|
unit_of_measurement: '%'
|
||||||
|
value_template: '{{ value_json.humidity }}'
|
||||||
|
|
||||||
sensor 4:
|
sensor 3:
|
||||||
state_topic: 'living/sensor2'
|
platform: mqtt
|
||||||
name: 'Humidity 2'
|
state_topic: 'living/sensor2'
|
||||||
unit_of_measurement: '%'
|
name: 'Temperature 2'
|
||||||
value_template: '{{ value_json.humidity }}'
|
unit_of_measurement: '°C'
|
||||||
|
value_template: '{{ value_json.temperature }}'
|
||||||
|
|
||||||
sensor 5:
|
sensor 4:
|
||||||
state_topic: 'living/sensor2'
|
platform: mqtt
|
||||||
name: 'Humidity 3'
|
state_topic: 'living/sensor2'
|
||||||
unit_of_measurement: '%'
|
name: 'Humidity 2'
|
||||||
value_template: '{{ value_json.soilhumidity }}'
|
unit_of_measurement: '%'
|
||||||
|
value_template: '{{ value_json.humidity }}'
|
||||||
sensor 6:
|
|
||||||
state_topic: 'living/sensor2'
|
sensor 5:
|
||||||
name: 'Battery'
|
platform: mqtt
|
||||||
unit_of_measurement: 'mV'
|
state_topic: 'living/sensor2'
|
||||||
value_template: '{{ value_json.battery }}'
|
name: 'Humidity 3'
|
||||||
|
unit_of_measurement: '%'
|
||||||
|
value_template: '{{ value_json.soilhumidity }}'
|
||||||
|
sensor 6:
|
||||||
|
platform: mqtt
|
||||||
|
state_topic: 'living/sensor2'
|
||||||
|
name: 'Battery'
|
||||||
|
unit_of_measurement: 'mV'
|
||||||
|
value_template: '{{ value_json.battery }}'
|
||||||
|
|
||||||
|
|
||||||
switch 1:
|
switch 1:
|
||||||
command_topic: living/plug
|
- platform: mqtt
|
||||||
payload_on: "83029"
|
command_topic: living/plug
|
||||||
payload_off: "83028"
|
payload_on: "83029"
|
||||||
name: "Schalter 1 Schreibtisch"
|
payload_off: "83028"
|
||||||
|
name: "Schalter 1 Schreibtisch"
|
||||||
|
|
||||||
switch 2:
|
switch 2:
|
||||||
command_topic: living/plug
|
- platform: mqtt
|
||||||
payload_on: "86101"
|
command_topic: living/plug
|
||||||
payload_off: "86100"
|
payload_on: "86101"
|
||||||
name: "Schalter 2 HerrBert"
|
payload_off: "86100"
|
||||||
|
name: "Schalter 2 HerrBert"
|
||||||
|
|
||||||
|
|
||||||
switch 3:
|
switch 3:
|
||||||
command_topic: living/plug
|
- platform: mqtt
|
||||||
payload_on: "70741"
|
command_topic: living/plug
|
||||||
payload_off: "70740"
|
payload_on: "70741"
|
||||||
name: "Schalter 3 Schlafzimmer TV"
|
payload_off: "70740"
|
||||||
|
name: "Schalter 3 Schlafzimmer TV"
|
||||||
|
|
||||||
switch 4:
|
switch 4:
|
||||||
command_topic: living/plug
|
- platform: mqtt
|
||||||
payload_on: "21589"
|
command_topic: living/plug
|
||||||
payload_off: "21588"
|
payload_on: "21589"
|
||||||
name: "Steckdose 4"
|
payload_off: "21588"
|
||||||
|
name: "Steckdose 4"
|
||||||
|
|
||||||
switch 5:
|
switch 5:
|
||||||
command_topic: greenhousino/pump
|
- platform: mqtt
|
||||||
state_topic: greenhousino/pumpstate
|
command_topic: greenhousino/pump
|
||||||
payload_on: "90000"
|
state_topic: greenhousino/pumpstate
|
||||||
payload_off: "off"
|
payload_on: "90000"
|
||||||
name: "Pumpe"
|
payload_off: "off"
|
||||||
|
name: "Pumpe"
|
||||||
|
|
||||||
# enable the recorder integration (optional)
|
# enable the recorder integration (optional)
|
||||||
recorder:
|
recorder:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@
|
||||||
"Activities": {
|
"Activities": {
|
||||||
"-1": "PowerOff",
|
"-1": "PowerOff",
|
||||||
"43680706": "Musik h\u00f6ren",
|
"43680706": "Musik h\u00f6ren",
|
||||||
"49456373": "SHIELD\u00a0TV"
|
"43680874": "Fire TV sehen",
|
||||||
|
"43680963": "Fernsehen",
|
||||||
|
"47940735": "Roku Home Assistant"
|
||||||
},
|
},
|
||||||
"Devices": {
|
"Devices": {
|
||||||
"Amazon Fire TV": {
|
"Amazon Fire TV": {
|
||||||
|
|
@ -26,41 +28,7 @@
|
||||||
"Delete",
|
"Delete",
|
||||||
"Home"
|
"Home"
|
||||||
],
|
],
|
||||||
"id": "75751613"
|
"id": "68524728"
|
||||||
},
|
|
||||||
"NVIDIA Spielkonsole": {
|
|
||||||
"commands": [
|
|
||||||
"PowerOff",
|
|
||||||
"PowerOn",
|
|
||||||
"0",
|
|
||||||
"1",
|
|
||||||
"2",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"5",
|
|
||||||
"6",
|
|
||||||
"7",
|
|
||||||
"8",
|
|
||||||
"9",
|
|
||||||
"Mute",
|
|
||||||
"VolumeDown",
|
|
||||||
"VolumeUp",
|
|
||||||
"DirectionDown",
|
|
||||||
"DirectionLeft",
|
|
||||||
"DirectionRight",
|
|
||||||
"DirectionUp",
|
|
||||||
"OK",
|
|
||||||
"Stop",
|
|
||||||
"Play",
|
|
||||||
"Rewind",
|
|
||||||
"Pause",
|
|
||||||
"FastForward",
|
|
||||||
"SkipBack",
|
|
||||||
"SkipForward",
|
|
||||||
"Back",
|
|
||||||
"Home"
|
|
||||||
],
|
|
||||||
"id": "76424226"
|
|
||||||
},
|
},
|
||||||
"Philips TV": {
|
"Philips TV": {
|
||||||
"commands": [
|
"commands": [
|
||||||
|
|
@ -125,6 +93,41 @@
|
||||||
],
|
],
|
||||||
"id": "68524755"
|
"id": "68524755"
|
||||||
},
|
},
|
||||||
|
"Roku 4": {
|
||||||
|
"commands": [
|
||||||
|
"PowerOn",
|
||||||
|
"DirectionDown",
|
||||||
|
"DirectionLeft",
|
||||||
|
"DirectionRight",
|
||||||
|
"DirectionUp",
|
||||||
|
"OK",
|
||||||
|
"Play",
|
||||||
|
"Rewind",
|
||||||
|
"Pause",
|
||||||
|
"FastForward",
|
||||||
|
"Back",
|
||||||
|
"Search",
|
||||||
|
"Sleep",
|
||||||
|
"Info",
|
||||||
|
"PageDown",
|
||||||
|
"PageUp",
|
||||||
|
"Exit",
|
||||||
|
"Netflix",
|
||||||
|
"Pandora",
|
||||||
|
"Amazon",
|
||||||
|
"Crackle",
|
||||||
|
"HBONow ",
|
||||||
|
"Home",
|
||||||
|
"Hulu",
|
||||||
|
"InstantReplay",
|
||||||
|
"MGO",
|
||||||
|
"Options*",
|
||||||
|
"Showtime",
|
||||||
|
"SlingTv",
|
||||||
|
"Vudu"
|
||||||
|
],
|
||||||
|
"id": "74283084"
|
||||||
|
},
|
||||||
"Yamaha AV-Empf\u00e4nger": {
|
"Yamaha AV-Empf\u00e4nger": {
|
||||||
"commands": [
|
"commands": [
|
||||||
"PowerOff",
|
"PowerOff",
|
||||||
|
|
|
||||||
|
|
@ -1,140 +0,0 @@
|
||||||
- id: '1713896163638'
|
|
||||||
name: Warmes Licht
|
|
||||||
entities:
|
|
||||||
light.lightstrip:
|
|
||||||
min_color_temp_kelvin: 2000
|
|
||||||
max_color_temp_kelvin: 6535
|
|
||||||
min_mireds: 153
|
|
||||||
max_mireds: 500
|
|
||||||
effect_list:
|
|
||||||
- colorloop
|
|
||||||
supported_color_modes:
|
|
||||||
- color_temp
|
|
||||||
- hs
|
|
||||||
- xy
|
|
||||||
color_mode: color_temp
|
|
||||||
brightness: 204
|
|
||||||
color_temp_kelvin: 3690
|
|
||||||
color_temp: 271
|
|
||||||
hs_color:
|
|
||||||
- 27.004
|
|
||||||
- 40.795
|
|
||||||
rgb_color:
|
|
||||||
- 255
|
|
||||||
- 197
|
|
||||||
- 150
|
|
||||||
xy_color:
|
|
||||||
- 0.441
|
|
||||||
- 0.37
|
|
||||||
is_deconz_group: false
|
|
||||||
friendly_name: Lightstrip
|
|
||||||
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:
|
|
||||||
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
|
|
||||||
color_mode: color_temp
|
|
||||||
brightness: 201
|
|
||||||
color_temp_kelvin: 2702
|
|
||||||
color_temp: 370
|
|
||||||
hs_color:
|
|
||||||
- 28.391
|
|
||||||
- 65.659
|
|
||||||
rgb_color:
|
|
||||||
- 255
|
|
||||||
- 166
|
|
||||||
- 87
|
|
||||||
xy_color:
|
|
||||||
- 0.526
|
|
||||||
- 0.387
|
|
||||||
is_deconz_group: false
|
|
||||||
friendly_name: Extended color light 1
|
|
||||||
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:
|
|
||||||
min_color_temp_kelvin: 2000
|
|
||||||
max_color_temp_kelvin: 6535
|
|
||||||
min_mireds: 153
|
|
||||||
max_mireds: 500
|
|
||||||
effect_list:
|
|
||||||
- colorloop
|
|
||||||
supported_color_modes:
|
|
||||||
- color_temp
|
|
||||||
- hs
|
|
||||||
- xy
|
|
||||||
is_deconz_group: false
|
|
||||||
friendly_name: Lightstrip
|
|
||||||
supported_features: 44
|
|
||||||
color_mode: color_temp
|
|
||||||
brightness: 254
|
|
||||||
color_temp_kelvin: 4347
|
|
||||||
color_temp: 230
|
|
||||||
hs_color:
|
|
||||||
- 26.722
|
|
||||||
- 28.925
|
|
||||||
rgb_color:
|
|
||||||
- 255
|
|
||||||
- 214
|
|
||||||
- 181
|
|
||||||
xy_color:
|
|
||||||
- 0.401
|
|
||||||
- 0.359
|
|
||||||
state: 'on'
|
|
||||||
light.dimmable_light_4:
|
|
||||||
supported_color_modes:
|
|
||||||
- brightness
|
|
||||||
is_deconz_group: false
|
|
||||||
friendly_name: Dimmable light 4
|
|
||||||
supported_features: 40
|
|
||||||
state: 'off'
|
|
||||||
icon: mdi:alarm-light-outline
|
|
||||||
metadata: {}
|
|
||||||
Loading…
Reference in New Issue