Skip to content

Instantly share code, notes, and snippets.

@peyanski
Created March 11, 2020 14:12
Show Gist options
  • Save peyanski/930c65481a433c30a8ccbfb2b326119f to your computer and use it in GitHub Desktop.
Save peyanski/930c65481a433c30a8ccbfb2b326119f to your computer and use it in GitHub Desktop.
Cluster Room-Assistant configuration
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