Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mi Air Purifier MAX2 does not connect #299

Open
kwkkwok opened this issue Feb 19, 2022 · 0 comments
Open

Mi Air Purifier MAX2 does not connect #299

kwkkwok opened this issue Feb 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@kwkkwok
Copy link

kwkkwok commented Feb 19, 2022

Xiaomi Max Air filter (zhimi.airpurifier.sb1) does not work.

To Reproduce:

Standard installation process using gui

Expected behavior:

Mi Air Purifier MAX2 (Living Room) should work like the Mi Air Purifier 2 (Hallway)

Logs:

Attached as
homebridge.log.txt

Plugin Config:

{
    "bridge": {
        "name": "Homebridge E7D1",
        "username": "",
        "port": ,
        "pin": ""
    },
    "accessories": [
        {
            "name": " Entrance",
            "address": "192.168.1.23",
            "token": "",
            "enableAirQuality": true,
            "enableTemperature": true,
            "enableHumidity": true,
            "filterChangeThreshold": 5,
            "enableFanSpeedControl": true,
            "enableChildLockControl": true,
            "accessory": "XiaomiMiAirPurifier"
        },
          {
            "name": "Living Room",
            "address": "192.168.1.112",
            "token": "",
            "enableAirQuality": true,
            "enableTemperature": true,
            "enableHumidity": true,
            "filterChangeThreshold": 5,
            "enableFanSpeedControl": false,
            "enableChildLockControl": false,
            "accessory": "XiaomiMiAirPurifier"
        }
    ],   "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        }
    ]

Screenshots:
image

Environment:

  • Plugin Version: v2.0.2
  • Homebridge Version: homebridge-vm
  • Node.js Version: v16.14.0
  • NPM Version: v8.3.1
  • Device: Mi Air Purifier MAX2
  • Operating System: Windows 11, running homebridge-vm in hyper-v
@kwkkwok kwkkwok added the bug Something isn't working label Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant