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

Plugin not working anymore #289

Open
jcouzy opened this issue Feb 4, 2022 · 5 comments
Open

Plugin not working anymore #289

jcouzy opened this issue Feb 4, 2022 · 5 comments
Labels
question Further information is requested

Comments

@jcouzy
Copy link

jcouzy commented Feb 4, 2022

The plugin doesn't work anymore; here's the error message:

This plugin slows down Homebridge. The read handler for the characteristic 'Active' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info.

Logs:

This plugin slows down Homebridge. The read handler for the characteristic 'Active' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info.
[Xiaomi Mi Air Purifier 3H] Connected to "Xiaomi Mi Air Purifier 3H" @ IP ADDRESS
[homebridge-xiaomi-mi-air-purifier] This plugin threw an error from the characteristic 'Filter Life Level': Unhandled error thrown inside read handler for characteristic: Cannot read properties of undefined (reading 'value'). See https://git.io/JtMGR for more info.
[04/02/2022, 14:13:01] [homebridge-xiaomi-mi-air-purifier] This plugin threw an error from the characteristic 'Filter Change Indication': Unhandled error thrown inside read handler for characteristic: Cannot read properties of undefined (reading 'value'). See https://git.io/JtMGR for more info.
[04/02/2022, 14:13:01] [homebridge-xiaomi-mi-air-purifier] This plugin threw an error from the characteristic 'Filter Life Level': Unhandled error thrown inside read handler for characteristic: Cannot read properties of undefined (reading 'value'). See https://git.io/JtMGR for more info.
[04/02/2022, 14:13:01] [homebridge-xiaomi-mi-air-purifier] This plugin threw an error from the characteristic 'Filter Change Indication': Unhandled error thrown inside read handler for characteristic: Cannot read properties of undefined (reading 'value'). See https://git.io/JtMGR for more info.
[04/02/2022, 14:13:01] [homebridge-xiaomi-mi-air-purifier] This plugin generated a warning from the characteristic 'PM2.5 Density': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics. See https://git.io/JtMGR for more info.
[04/02/2022, 14:13:01] [homebridge-xiaomi-mi-air-purifier] This plugin threw an error from the characteristic 'Current Temperature': Unhandled error thrown inside read handler for characteristic: Cannot read properties of null (reading 'value'). See https://git.io/JtMGR for more info.
Plugin Config:

{
        "name": "Xiaomi Mi Air Purifier 3H",
        "address": "x.x.x.x",
        "token": "token",
        "enableAirQuality": true,
        "enableTemperature": true,
        "enableHumidity": true,
        "filterChangeThreshold": 5,
        "enableFanSpeedControl": false,
        "enableChildLockControl": false,
        "accessory": "XiaomiMiAirPurifier",
        "_bridge": {
            "username": "bridge",
            "port": 34473

Environment:

  • Plugin Version:
  • Homebridge Version: 1.4.0
  • Node.js Version: 16.13.2
  • NPM Version: 8.3.1
  • Operating System: Raspbian
@jcouzy jcouzy added the question Further information is requested label Feb 4, 2022
@raphmoska
Copy link

No idea if there is a solution?

@jmuggler
Copy link

jmuggler commented Feb 9, 2022

Same problem.

@senorshaun
Copy link

New install. model=zhimi.airpurifier.mb4 aka Mi Air Purifier 3C. I have all the optional parameters set to false. logs show it is connected however the accessory doesn't update in the home app based on the device state, nor can the home app control it.

@paqpaqpaq
Copy link

ugh. same issue here. and it actually does slow HB down quite a bit.
It needs to wait for all of this being handled whenever the home app is addressed

@jordihoven
Copy link

Same issue. https://github.com/merdok/homebridge-miot seems to work fine as an alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

6 participants