-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
BRP069Devices with the BRP069 - moduleDevices with the BRP069 - module
Description
BRP069C4x, firmware version 2.0.0, ONECTA works fine, doesn't offer firmware upgrade option.
Trying to add my FTX E Sensira AC unit to Home Assistant, got an "Unknown error" that shows up as "Empty values." error in logs.
Tried to directly communicate with pydaikin and I got the same error "Empty values".
pydaikin 192.168.5.17 -v -m auto
ERROR:asyncio:Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x11091fa10>
ERROR:asyncio:Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x1109c8590>
Traceback (most recent call last):
File "/Users/cosmin/.local/bin/pydaikin", line 163, in <module>
run(main())
~~~^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.14.0/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/runners.py", line 204, in run
return runner.run(main)
~~~~~~~~~~^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.14.0/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/runners.py", line 127, in run
return self._loop.run_until_complete(task)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.14.0/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/base_events.py", line 719, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/Users/cosmin/.local/bin/pydaikin", line 139, in main
daikin = await DaikinFactory(args.device, key=args.key, password=args.password)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/cosmin/.local/pipx/venvs/pydaikin/lib/python3.14/site-packages/pydaikin/factory.py", line 30, in __new__
await instance.__init__(*a, **kw)
File "/Users/cosmin/.local/pipx/venvs/pydaikin/lib/python3.14/site-packages/pydaikin/factory.py", line 107, in __init__
await self._generated_object.init()
File "/Users/cosmin/.local/pipx/venvs/pydaikin/lib/python3.14/site-packages/pydaikin/daikin_airbase.py", line 70, in init
raise DaikinException("Empty values.")
pydaikin.exceptions.DaikinException: Empty values.
ERROR:asyncio:Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x11091fa10>Trying curl:
curl "http://192.168.5.17/config/adapter/user_info"
{"rsc":2000,"method":"polling","resource_id":3218665}%Happy to provide other info if needed
Metadata
Metadata
Assignees
Labels
BRP069Devices with the BRP069 - moduleDevices with the BRP069 - module