You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
Plugin Config
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
The text was updated successfully, but these errors were encountered: