-
Notifications
You must be signed in to change notification settings - Fork 53
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
Missing modes and changes on AC4558/50 #64
Comments
Sorry for the late response.
|
Not OP, but when my AC4558 has the lights on, airctrl shows these:
I am not able to turn the light off with |
What values do you get when the lights are switched off? |
When the lights is off:
|
Please note that I am able to turn lights on with the --aqil command, but not turning them off. |
Weird. The values are still 0 but we cannot set them. You can try sniffing the official app and see what command it sends when turning off the lights but it is tricky ... |
I will see what I can do.. |
After some testing, the light on my AC4558 turns off if I send an empty string value for
|
I have an AC4558/50, and I have noticed that certain features are not working or have changed.
Lights on:
('aqil', '1'),('uil', '1')
Lights off:
('aqil', '0'),('uil', '0')
General mode:
('mode', 'AG')
Pollution Mode:
('mode', 'P')
Gas mode:
('mode', 'F')
Allergen mode:
('mode', 'A')
Would it be possible to get a fix based on this?
The text was updated successfully, but these errors were encountered: