python-daikinapi icon indicating copy to clipboard operation
python-daikinapi copied to clipboard

Support for FVXM-A?

Open dhermanns opened this issue 4 years ago • 3 comments

Hi!

Thanks for your great work! Should the 2020 Model FVXM-A of the Daikin Air Conditioner work with your library?

dhermanns avatar Mar 19 '21 22:03 dhermanns

Hi @dhermanns,

Thanks for your patience!

Can you test the compatibility with your model so we can list it as working?

Cheers, Aarno

arska avatar Sep 25 '21 22:09 arska

Hi @arska !

Great to hear that my device should be supported now. For sure I will have a look and let you know!

dhermanns avatar Sep 27 '21 20:09 dhermanns

Hi @arska!

Ich checked out the latest master branch and just tried the example.py like:

python example.py 192.168.0.134

But that just returns:

Traceback (most recent call last): File "/Users/dirk/workspace/python-daikinapi/example.py", line 34, in <module> print(API) File "/Users/dirk/workspace/python-daikinapi/daikinapi.py", line 364, in __str__ return f"Daikin(host={self._host},name={self.name},mac={self.mac})" File "/Users/dirk/workspace/python-daikinapi/daikinapi.py", line 271, in name return self._get_basic()["name"] File "/Users/dirk/workspace/python-daikinapi/daikinapi.py", line 80, in _get_basic return self._get("/common/basic_info") File "/Users/dirk/workspace/python-daikinapi/daikinapi.py", line 51, in _get response.raise_for_status() File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://192.168.0.134/common/basic_info

dhermanns avatar Oct 17 '21 20:10 dhermanns

Hello @dhermanns, seems not to be compatible, maybe it has the newer (cloud) wifi module like the user in https://github.com/arska/python-daikinapi/issues/6

arska avatar Feb 03 '23 14:02 arska