Mi band 4 config #630
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
spkr4thecloud
May 9, 2021
Replies: 1 comment
-
just an FYI the following is for a MiBand5: global:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Slejpnir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just an FYI the following is for a MiBand5:
global:
instanceName: livingroom
integrations:
- homeAssistant
- bluetoothLowEnergy
homeAssistant:
mqttUrl: 'mqtt://[ipaddres of ha]:1883'
mqttOptions:
username: [your_mqtt_username]
password: [your_mqtt_password]
cluster:
autoDiscovery: false
networkInterface: wlan0
port: 6425
peerAddresses:
- 192.168.0.120:6425
- 192.168.0.121:6425
- 192.168.0.122:6425
- 192.168.0.123:6425
- 192.168.0.28:6425
bluetoothLowEnergy:
whitelist:
- [mibandmacaddress]
maxDistance: 9
you put the mac address of your mi band where i have put [mibandmacaddress]
an example would be:
bluetoothLowEnergy:
whitelist:
- ab12cd34ef56
as always replace everything inside square b…