rgerganov / py-air-control

Command line app for controlling Philips air purifiers
MIT License
257 stars 52 forks source link

Cannot set all modes for AC2889 #5

Closed sidamos closed 5 years ago

sidamos commented 5 years ago

The AC2889 has 3 modes: auto, allergen and bacteria.

The app reports the modes as "auto", "allergen" and "B".

When setting modes, the app allows "P", "A" and "S".

P switches to auto. A switches to allergen. S does nothing.

So, I cannot switch to bacteria mode with the app. Not a big deal for me, just wanted to report it.

Thanks!

rgerganov commented 5 years ago

Hi, This is fixed with commit a11837c86. I will upload a new version on PyPI soon. Thanks!

rgerganov commented 5 years ago

I have released v0.0.3 which includes the fix for this issue

sidamos commented 5 years ago

0.0.3 still does nothing when I set mode S. However, B for Bacteria works. I guess, the AC2889 does not support S (silent) as mode. The Air Matters app has silent under speed.

rgerganov commented 5 years ago

mode "S" works only on AC2729. Eventually we can have different set of options for every device but I prefer to keep it simple for now.

sidamos commented 5 years ago

OK, thank you!