Started to switch from fhem to ccu
This commit is contained in:
@@ -9,16 +9,20 @@ system_health:
|
||||
updater:
|
||||
#logbook:
|
||||
|
||||
#input_boolean:
|
||||
#input_datetime:
|
||||
#input_number:
|
||||
#input_select:
|
||||
#input_text:
|
||||
|
||||
input_boolean:
|
||||
input_datetime:
|
||||
input_number:
|
||||
input_select:
|
||||
input_text:
|
||||
timer:
|
||||
|
||||
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
||||
http:
|
||||
base_url: https://ha.bauer.tech
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
192.168.178.80
|
||||
|
||||
|
||||
homeassistant:
|
||||
name: MyHome
|
||||
@@ -105,6 +109,13 @@ ios:
|
||||
shopping_list:
|
||||
|
||||
|
||||
octoprint:
|
||||
- host: 192.168.178.134
|
||||
api_key: !secret octopi_api_key
|
||||
name: PrusaPrinter
|
||||
number_of_tools: 1
|
||||
bed: true
|
||||
|
||||
telegram_bot:
|
||||
- platform: webhooks
|
||||
parse_mode: html
|
||||
@@ -432,6 +443,39 @@ google_assistant:
|
||||
|
||||
knx: !include knx_conf.yaml
|
||||
|
||||
homematic:
|
||||
interfaces:
|
||||
rf:
|
||||
host: de838cd8-raspberrymatic
|
||||
port: 2001
|
||||
resolvenames: json
|
||||
username: homeassistant
|
||||
password: !secret homematic_pw
|
||||
wired:
|
||||
host: de838cd8-raspberrymatic
|
||||
port: 2000
|
||||
resolvenames: json
|
||||
username: homeassistant
|
||||
password: !secret homematic_pw
|
||||
hmip:
|
||||
host: de838cd8-raspberrymatic
|
||||
port: 2010
|
||||
resolvenames: json
|
||||
username: homeassistant
|
||||
password: !secret homematic_pw
|
||||
groups:
|
||||
host: de838cd8-raspberrymatic
|
||||
port: 9292
|
||||
resolvenames: json
|
||||
username: homeassistant
|
||||
password: !secret homematic_pw
|
||||
path: /groups
|
||||
hosts:
|
||||
raspberrymatic:
|
||||
host: de838cd8-raspberrymatic
|
||||
username: homeassistant
|
||||
password: !secret homematic_pw
|
||||
|
||||
fhem:
|
||||
host: localhost
|
||||
port: 7072
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
local_ip: 127.0.0.1
|
||||
knxd_host: 127.0.0.1 #directly the network bridge: 192.168.178.65
|
||||
homekit_name: BauerHome
|
||||
octopi_api_key: B5E3F837799448449BB5FF2E22116504
|
||||
homematic_pw: T3wKLzoGUzIX2yb2VEgH
|
||||
@@ -1,3 +1,5 @@
|
||||
local_ip: 192.168.178.78
|
||||
knxd_host: 192.168.178.80 #directly the network bridge: 192.168.178.65
|
||||
homekit_name: BauerHomeDev
|
||||
octopi_api_key: B5E3F837799448449BB5FF2E22116504
|
||||
homematic_pw: T3wKLzoGUzIX2yb2VEgH
|
||||
|
||||
Reference in New Issue
Block a user