Skip to content
Snippets Groups Projects
Commit e1ce5459 authored by void's avatar void
Browse files

add homematic ccu2

parent 35c62cdb
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,33 @@ influxdb:
token: {{ influxdb_token }}
default_measurement: units
# Homematic CCU2
# https://www.home-assistant.io/integrations/homematic/
homematic:
local_port: {{ homematic_callback_port }}
interfaces:
rf:
host: 192.168.0.15
resolvenames: json
callback_ip: {{ int_ip4 }}
callback_port: {{ homematic_callback_port }}
ip:
host: 192.168.0.15
port: 2010
callback_ip: {{ int_ip4 }}
callback_port: {{ homematic_callback_port }}
groups:
host: 192.168.0.15
port: 9292
resolvenames: json
path: /groups
callback_ip: {{ int_ip4 }}
callback_port: {{ homematic_callback_port }}
hosts:
ccu2:
host: 192.168.0.15
# zonenstatus wird vom hauptschalter gesteuert, switch02 ping ist nicht mehr notwendig
# https://www.home-assistant.io/integrations/ping/
#binary_sensor:
......
......@@ -7,6 +7,8 @@ services:
image: homeassistant/home-assistant:2023.3
restart: always
ports:
- "{{ int_ip4 }}:{{ homematic_callback_port }}:{{ homematic_callback_port }}"
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "{{ basedir }}/config:/config"
......
......@@ -92,7 +92,8 @@
servicename: homeassistant,
basedir: /srv/homeassistant,
domain: "ha.warpzone.lan",
influxdb_port: 38086
homematic_callback_port: 8060,
influxdb_port: 38086
}
- {
role: intern/docker_mqtt, tags: mqtt,
......
......@@ -73,3 +73,11 @@ object Host "wz-ap-werkstatt" {
groups = [ "network" ]
}
object Host "homematic-ccu2" {
import "generic-host"
address = "192.168.0.15"
groups = [ "network" ]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment