forked from sguernion/rfxcom2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.yml
36 lines (36 loc) · 989 Bytes
/
config.sample.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
loglevel: info
healthcheckminutesfrequency: 5
homeassistant:
discovery: false
base_topic: rfxcom2hass
discovery_bridge_unique_id: bridge_000001
topics:
discovery: homeassistant/device/%discovery_bridge_unique_id%/%device_unique_id%/config
command: "%base_topic%/%discovery_bridge_unique_id%/%device_unique_id%/%sensortype%"
state: "%base_topic%/%discovery_bridge_unique_id%/%device_unique_id%/state"
will: "%base_topic%/%discovery_bridge_unique_id%/status"
homeassistant_availability: homeassistant/status
ecoute: "%base_topic%/%discovery_bridge_unique_id%/#"
mqtt:
base_topic: rfxcom2hass
include_device_information: false
qos: 0
retain: true
server: tcp://homeassistant.local
username: your_user
password: your_password
format_json: true
rfxcom:
debug: false
enable_protocols:
- AC
- ARC
- LIGHTWAVERF
- OREGON
- X10
usbport: /dev/ttyUSB0
transmit:
repeat: 2
cacheDevices:
enable: true,
saveInterval: 5