py-air-control icon indicating copy to clipboard operation
py-air-control copied to clipboard

Command line app for controlling Philips air purifiers

Results 36 py-air-control issues
Sort by recently updated
recently updated
newest added

Hi, I have new AC2729/10 device ([email protected] Firmware). The android app is able to connect to the device. It has the fix IP 192.168.178.74 (host has the IP 192.168.178.11) I...

help wanted

Is the AC1715/11 (1000i) supported?

I was using py-air-control for some months to control my AC2889/10 without problems. Since today it does not work any longer although I have changed absolutely nothing. I can switch...

Not sure why I am getting this message: ( No module named ‘homeassistant.components.trend.sensor’). Invalid config for [fan.template]: [sensors] is an invalid option for [fan.template]. Check: fan.template->sensors. (See ?, line ?)....

``` Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 950, in _bootstrap_inner self.run() File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 888, in run self._target(*self._args, **self._kwargs) File "/Users/human/.local/pipx/venvs/py-air-control/lib/python3.9/site-packages/coapthon/client/coap.py", line 270, in...

I have set up my AC2729 through the mobile app and now want to check the data. But I get the following error (Windows 10): --ipaddr 192.168.178.43 Exchanging secret key...

Since plain_coap has some similarities to coap (except the AES-encryption) I now use a common base between these two. That will also reduce the changes involved moving to another coap-libary...

Preparation for using client-classes with something more server-centric (rest-service, mqtt, ...) - Depends on #86 (including commits from there), so should be merged afterwards # Tasks - [ ] Merge...

Depends on #86 ## Description - uses https://github.com/chrysn/aiocoap instead of https://github.com/Tanganelli/CoAPthon3 - added monkeypatch from here https://github.com/betaboon/aioairctrl/blob/master/aioairctrl/coap/aiocoap_monkeypatch.py (see https://github.com/betaboon/aioairctrl/issues/3), needed for some devices ## Advantages - aiocoap seems to be...