YinHangCode / homebridge-mi-airpurifier

XiaoMi air purifier plugins for HomeBridge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grouping in Home App

BreitiDE opened this issue · comments

hey,

whats wrong on my settings that the devices (purifier, temp, quality and humidity) are not shown as a group instead of showing each device as seperate tile ?

    {
        "platform": "MiAirPurifierPlatform",
        "deviceCfgs": [{
            "type": "MiAirPurifier2S",
            "ip": "192.168.178.12",
            "token": "of course changed",
            "airPurifierDisable": false,
            "airPurifierName": "Luftreiniger",
            "silentModeSwitchDisable": true,
            "silentModeSwitchName": "Luftreiniger Silent Mode",
            "temperatureDisable": false,
            "temperatureName": "Luftreiniger Temperature",
            "humidityDisable": false,
            "humidityName": "Luftreiniger Humidity",
            "buzzerSwitchDisable": true,
            "buzzerSwitchName": "Luftreiniger Buzzer",
            "ledBulbDisable": true,
            "ledBulbName": "Luftreiniger LED",
            "airQualityDisable": false,
            "airQualityName": "Luftreiniger AirQuality"
        }]

you haven't done anything wrong, that's just the way it's coded.

Much better solution is to group all icons. It's good to have access to the display or the beezer, but with a lot of accessories in the house it's a big mess. I've long since begun to appreciate the grouping of accessories that has been introduced in iOS 13. It's a good solution and I hope to be able to use it in this plugin, because it's the only one that works well for cleaners. See how it looks like in another plugin, which unfortunately doesn't work for me and many other users.
IMG_7182
IMG_7181