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

Issue with parental lock in homekit #271

Open
dominikszewczyk opened this issue Jan 12, 2022 · 0 comments
Open

Issue with parental lock in homekit #271

dominikszewczyk opened this issue Jan 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@dominikszewczyk
Copy link

Describe The Bug:

The parental lock didn't work in homekit.

To Reproduce:

Open Setting for device (Air Purifier) and toggle parental lock (Locked to unlocked and unlocked to locked).

Expected behavior:

The parameter should be changes without error and button on device should be locked or unlocked for changing settings.

Logs:

[12.01.2022, 11:58:26] [homebridge-xiaomi-mi-air-purifier] This plugin threw an error from the characteristic 'Lock Physical Controls': Unhandled error thrown inside write handler for characteristic: . See https://git.io/JtMGR for more info.
[12.01.2022, 11:58:31] [homebridge-xiaomi-mi-air-purifier] This plugin threw an error from the characteristic 'Lock Physical Controls': Unhandled error thrown inside write handler for characteristic: . See https://git.io/JtMGR for more info.

Plugin Config:

{
            "name": "Oczyszczacz Stary",
            "address": "192.168.0.xxx",
            "token": "xxx",
            "enableAirQuality": true,
            "enableTemperature": true,
            "enableHumidity": true,
            "filterChangeThreshold": 5,
            "enableFanSpeedControl": true,
            "enableChildLockControl": true,
            "accessory": "XiaomiMiAirPurifier"
        },

Environment:

  • Plugin Version: 2.0.2
  • Homebridge Version: 1.3.8
  • Node.js Version: 14.18.0
  • NPM Version: 6.14.15
  • Device: Xiaomi Air Purifier 1
  • Operating System: Raspbian
@dominikszewczyk dominikszewczyk added the bug Something isn't working label Jan 12, 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