-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set swing mode (BRP069C4x) #145
Comments
Please attach the device diagnostics (see Settings/Device&Services/Daikin Residential Controller/Download diagnostics) and a HA log with debugging enabed |
As @genex89 never reported back, but I'm facing the same issue with controllers BRP069C4x and BRP069B4x (same exact error message), I'll take over and provide the data you requested. HA log (all other messages after activating debug log level are mqtt or esphome related):
Diagnostics files (personal data redacted) Please let me know if you need anything else. Thanks in advance. |
Looks this device doesn't have a |
Hi - have the same problem - did this get fixed at the end? |
Maybe you can try https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-climatecontrolrework, that integration now has also support for the daikin AC units |
See https://github.com/jwillemsen/daikin_residential_altherma/releases for a forked integration which does have this support |
I have a daikin siesta ATXF25E with BRP069C4x wifi card. I can control the climate control just fine, but not turning the vertical swing on and off. I get the following error:
Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/daikin_residential/device.py:334
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 20:12:43 (2 occurrences)
Last logged: 20:12:44
[1516607120] Please provide a valid datapoint definition that exists in the data structure
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 205, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1910, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1950, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 226, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 811, in entity_service_call
future.result() # pop exception if have
^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1034, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 851, in _handle_entity_call
await result
File "/config/custom_components/daikin_residential/climate.py", line 247, in async_set_swing_mode
await self._device.async_set_swing_mode(swing_mode)
File "/config/custom_components/daikin_residential/daikin_base.py", line 275, in async_set_swing_mode
await self.setValue(ATTR_HSWING_MODE, new_hMode)
File "/config/custom_components/daikin_residential/daikin_base.py", line 135, in setValue
return await self.set_data(cmd_set[0], cmd_set[1], cmd_set[2], value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/daikin_residential/device.py", line 334, in set_data
raise Exception(
Exception: Please provide a valid datapoint definition that exists in the data structure
The text was updated successfully, but these errors were encountered: