Created
March 11, 2020 14:12
-
-
Save peyanski/930c65481a433c30a8ccbfb2b326119f to your computer and use it in GitHub Desktop.
Cluster Room-Assistant configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
cluster: | |
autoDiscovery: false | |
port: 6425 | |
peerAddresses: | |
- THE_IP_OF_THE_OTHER_RasoberryPI:6425 | |
instanceName: corridor | |
integrations: | |
- homeAssistant | |
- bluetoothClassic | |
homeAssistant: | |
mqttUrl: 'mqtt://YOUR_MQTT_BROKER:1883' | |
mqttOptions: | |
username: YOUR_USER | |
password: YOUR_PASS | |
bluetoothClassic: | |
minRssi: -20 | |
hciDeviceId: 0 | |
addresses: | |
- '01:02:03:04:05:06' | |
- '06:05:04:03:02:01' | |
—- | |
global: | |
cluster: | |
autoDiscovery: false | |
networkInterface: eth0 | |
port: 6425 | |
peerAddresses: | |
- THE_IP_OF_THE_OTHER_RasoberryPI:6425 | |
instanceName: livingroom | |
integrations: | |
- homeAssistant | |
- bluetoothClassic | |
homeAssistant: | |
mqttUrl: 'mqtt://YOUR_MQTT_BROKER:1883' | |
mqttOptions: | |
username: YOUR_USER | |
password: YOUR_PASS | |
bluetoothClassic: | |
minRssi: -20 | |
hciDeviceId: 0 | |
addresses: | |
- '01:02:03:04:05:06' | |
- '06:05:04:03:02:01' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment