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

Error setting purifier mode #92

Open
kevinji opened this issue Apr 4, 2024 · 4 comments
Open

Error setting purifier mode #92

kevinji opened this issue Apr 4, 2024 · 4 comments
Assignees
Labels
Bug Something isn't working

Comments

@kevinji
Copy link

kevinji commented Apr 4, 2024

Describe The Bug

All my commands setting the air purifier mode are producing errors (shown in logs below).

Expected behavior

No errors when setting the purifier mode.

Logs

Failed to send command setPurifierMode to Air Purifier Error: Converting circular structure to JSON
    --> starting at object with constructor 'ClientRequest'
    |     property 'res' -> object with constructor 'IncomingMessage'
    --- property 'req' closes the circle

Plugin Config

    {
        "name": "Levoit Air Purifiers",
        "email": "EMAIL",
        "password": "PASS",
        "platform": "LevoitAirPurifiers",
        "_bridge": {
            "username": "MAC",
            "port": PORT
        }
    }

Plugin Version

2.0.0

Homebridge Version

1.7.0

Node.js Version

20.12.0

NPM Version

10.5.0

Operating System

Raspberry Pi OS

@kevinji kevinji added the Bug Something isn't working label Apr 4, 2024
@kevinji kevinji changed the title Error setting purifer mode Error setting purifier mode Apr 4, 2024
@RaresAil
Copy link
Owner

What unit do you have?

@kevinji
Copy link
Author

kevinji commented Apr 17, 2024

Core 200S.

@RaresAil
Copy link
Owner

RaresAil commented Apr 18, 2024

Try upgrading to latest version of the plugin v3.0.1 and see if the errors still occurs, and i need more logs

@kevinji
Copy link
Author

kevinji commented Apr 23, 2024

I'm still running into the issue with the new version. Is there somewhere I can look up for more detailed logs outside of the "Homebridge Logs" windows in the Homebridge website?

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

2 participants