@dthporro wrote:
Hey there! after some struggling i’ve now home assistant working on my house started to pair devices, philips hue without problems, but when it comes to pair xiaomi zhirui downlight it’s a little tricky.
I’ve got the token, and the correct config to pair a downlight, here’s the config:
#Xiaomi Downlight MID
light:
- platform: xiaomi_miio
name: Xiaomi Pasillo MID
host: 192.168.1.165
token: !!!secrettoken!!!
model: philips.light.downlightok, light appears in lovelace as it:
but if i add a second or third downlight, it only appears the last one:
#Xiaomi Downlight IN:
light:
- platform: xiaomi_miio
name: Xiaomi Pasillo IN
host: 192.168.1.164
token: !!!secrettoken!!!
model: philips.light.downlight#Xiaomi Downlight OUT
light:
- platform: xiaomi_miio
name: Xiaomi Pasillo OUT
host: 192.168.1.167
token: !!!secrettoken!!!
model: philips.light.downlight#Xiaomi Downlight MID
light:
- platform: xiaomi_miio
name: Xiaomi Pasillo MID
host: 192.168.1.165
token: !!!secrettoken!!!
model: philips.light.downlighthow should i do to make all lights visible on home assistant? plus, i’ve more to add later, so the problem is going to get bigger.
Thank you in advice!
Posts: 6
Participants: 2