rgerganov / py-air-control

Command line app for controlling Philips air purifiers
MIT License
266 stars 53 forks source link

Does not work for AC1214/10 #45

Closed cyborghound closed 4 years ago

cyborghound commented 4 years ago

I just bought this air purifier but it does not work.

When i try to use airctrl it shows connection refused. And after I try to get the device id from the diagnostics email in air matters it show me certificate verification failed after running cloudctrl.

Has anybody have this model working? I am willing to test anything.

rgerganov commented 4 years ago

Have you tried both http and coap protocols?

cyborghound commented 4 years ago

If I use airctrl --ipaddr 192.168.1.*** --protocol coap then I get the error: airctrl: error: unrecognized arguments: --ipaddr --protocol coap

Could it be that i'm using an old version, where these arguments are not in? I made a virtual environment en installed it trough pip3 install py-air-control

rgerganov commented 4 years ago

Could it be that i'm using an old version, where these arguments are not in? I made a virtual environment en installed it trough pip3 install py-air-control

Yes, please install the latest code from Github with python setup.py install. You can still use virtual env.

cyborghound commented 4 years ago

Thank you, that worked! Coap it is :)