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

Feature Request: Core200S Night Light #76

Open
khanbarfuss opened this issue Jul 31, 2023 · 1 comment
Open

Feature Request: Core200S Night Light #76

khanbarfuss opened this issue Jul 31, 2023 · 1 comment
Assignees
Labels
Enhancement New feature or request

Comments

@khanbarfuss
Copy link

Describe The Bug

The 200S has a light on top that can be controlled via the VeSync app, current logs show that the night light state can be pulled, would it be possible to expose this as a light within HomeKit?

Original discussion:
#34

Expected behavior

Currently logs pull night light state, however there are no controls within homebridge or Home app

Logs

Off:

[03/05/2023, 10:41:47] [Levoit Air Purifiers] [DEBUG]: [LOGIN] Logging in...
[03/05/2023, 10:41:47] [Levoit Air Purifiers] [DEBUG]: [LOGIN] The authentication success
[03/05/2023, 11:11:11] [Levoit Air Purifiers] [DEBUG]: [GET DEVICE INFO] Getting device info...
[03/05/2023, 11:11:12] [Levoit Air Purifiers] [DEBUG]: [GET DEVICE INFO] JSON: {"traceId":"1683133871362","code":0,"msg":"request success","module":null,"stacktrace":null,"result":{"traceId":"1683133871362","code":0,"result":{"enabled":false,"filter_life":55,"mode":"manual","level":1,"display":false,"child_lock":false,"night_light":"off","configuration":{"display":true,"display_forever":false},"device_error_code":0}}}

Dim setting:

[03/05/2023, 13:57:39] [Levoit Air Purifiers] [DEBUG]: [GET DEVICE INFO] Getting device info...
[03/05/2023, 13:57:40] [Levoit Air Purifiers] [DEBUG]: [GET DEVICE INFO] JSON: {"traceId":"1683143859551","code":0,"msg":"request success","module":null,"stacktrace":null,"result":{"traceId":"1683143859551","code":0,"result":{"enabled":false,"filter_life":55,"mode":"manual","level":1,"display":false,"child_lock":false,"night_light":"dim","configuration":{"display":true,"display_forever":false},"device_error_code":0}}}

On/High setting:

[03/05/2023, 13:59:16] [Levoit Air Purifiers] [DEBUG]: [GET DEVICE INFO] Getting device info...
[03/05/2023, 13:59:17] [Levoit Air Purifiers] [DEBUG]: [GET DEVICE INFO] JSON: {"traceId":"1683143956938","code":0,"msg":"request success","module":null,"stacktrace":null,"result":{"traceId":"1683143956938","code":0,"result":{"enabled":false,"filter_life":55,"mode":"manual","level":1,"display":false,"child_lock":false,"night_light":"on","configuration":{"display":true,"display_forever":false},"device_error_code":0}}}

Plugin Config

{
"name": "Levoit Air Purifiers",
"email": "REDACTED",
"password": "REDACTED",
"_bridge": {
"username": "0E:3C:1E:D7:21:C6",
"port": 37350
},
"platform": "LevoitAirPurifiers"
}

Plugin Version

1.3.1

Homebridge Version

4.50.4

Node.js Version

v18.16.0

NPM Version

0

Operating System

Raspbian GNU/Linux Bullseye (11) / Homebridge Raspbian v1.0.39

@khanbarfuss khanbarfuss added the Bug Something isn't working label Jul 31, 2023
@RaresAil RaresAil added Enhancement New feature or request and removed Bug Something isn't working labels Jul 31, 2023
@jberesford17
Copy link

Hi, I would also like to request this feature please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants