python-daikinapi
python-daikinapi copied to clipboard
Python library to control Daikin Airconditioners and Air source heat pumps
Art home iam using Daikin modules BRP069A41 and BRP069B41. Trying to connect via Python-daikinapi. But the connection fails: time-out message: Traceback (most recent call last): File "C:\Program Files (x86)\Python311-32\Lib\site-packages\urllib3\connection.py", line...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | major | `v2` -> `v4` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/main.yml...
When mode differs from 6 (Fan) the API can be used to switch between modes at will. When mode 6 (Fan) is selected it becomes impossible to change mode with...
Hi! Thanks for your great work! Should the 2020 Model FVXM-A of the Daikin Air Conditioner work with your library?
I did set my A/C to dehumidificator mode (mode = 2), and then reading the `target_temperature` causes a `ValueError`, see the following snippet: ``` File "/path/to/myproject/venv/lib/python3.8/site-packages/daikinapi/daikinapi.py", line 182, in target_temperature...
Running the install from a clean venv: ``` Building wheels for collected packages: daikinapi Running setup.py bdist_wheel for daikinapi ... error Complete output from command /home/daniele/venv/bin/python3 -u -c "import setuptools,...
Hello there, I just installed a brand new FTXM with wifi. working fine with the cloud applicant but i wanna retrieve the data to process and control it inside my...