Skip to content
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

Compatibility Confirmation - BRP069C82 #189

Open
DJMAXIZA opened this issue Dec 17, 2023 · 17 comments
Open

Compatibility Confirmation - BRP069C82 #189

DJMAXIZA opened this issue Dec 17, 2023 · 17 comments

Comments

@DJMAXIZA
Copy link

Good day, I can confirm this integration works with FCAG cartridge unit, using the BRP069C82 module. Hope this helps

@jwillemsen
Copy link
Contributor

Great info, maybe you can also try https://github.com/jwillemsen/daikin_residential_altherma/releases/tag/v3.0.0, that integration also support the Daikin AC Units and exports more data to HA

@DJMAXIZA
Copy link
Author

Thank you for this recommendation, it does add numerous other useful sensors and information for the FCAG unit! I have another unit (FTXM with BRP069C4x controller), which seems to have inconsistent results with the above integration. For most part it pulls information, but the climate entity (for climate card), either does not work properly, or it disappears (no longer available). I am still playing around with it though and hoping to get it working with this integration.

@jwillemsen
Copy link
Contributor

You can enable debug logging (see readme.md), that hopefully tells some more what is happening

@PskNorz
Copy link

PskNorz commented Dec 25, 2023

@jwillemsen Hey does it work with multy splits with BRP069C4x controller too?

@jmtatsch
Copy link

Yes, I have a multisplit perfera with BRP069C4x controllers which works as expected.

@jwillemsen
Copy link
Contributor

Yes, I have at home a multi split with BRP069C4x and a Altherma to test with

@PskNorz
Copy link

PskNorz commented Dec 25, 2023

Just to be sure I am talking for this integration if is working with my splits https://github.com/jwillemsen/daikin_residential_altherma/tree/v3.0.0

@jwillemsen
Copy link
Contributor

Yes, that will work, use the latest release

@PskNorz
Copy link

PskNorz commented Dec 25, 2023

Alright I will change thanks!

@DJMAXIZA
Copy link
Author

DJMAXIZA commented Dec 25, 2023 via email

@PskNorz
Copy link

PskNorz commented Dec 25, 2023

I deleted daikin_residential integrantion and install the altherma one but it doesnt find my splits units.

@jwillemsen
Copy link
Contributor

@PskNorz Make sure you use https://github.com/jwillemsen/daikin_residential_altherma, I have added a PR to get it listed on HACS, but on HACS it is still not there, so don't use HACS right now for this integration

@DJMAXIZA
Copy link
Author

@jwillemsen , hi. On my FCAG cartridge unit, using the BRP069C82 module, I don't see any energy usage sensors. For the life of me, I can't remember if it was available in previous version of integration, or if it is just not available for this unit at all?

The other thing I noticed, is that any changes made to unit from HA (like temp, mode), takes between 10 and 30 seconds (sometimes longer) to take effect. Guess it is the API delay? From Onecta app, it responds within about 5 seconds.

Lastly, changing swing on this unit, produces error, with following from log:

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:238
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 14:27:44 (1 occurrences)
Last logged: 14:27:44

[547199449664] cannot access local variable 'res' where it is not associated with a value
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 238, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 878, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/config/custom_components/daikin_residential_altherma/climate.py", line 556, in async_set_swing_mode
res &= await self._device.set_path(self._device.getId(), self.embedded_id, "fanControl", f"/operationModes/{operationmode}/fanDirection/vertical/currentMode", new_vMode)
^^^
UnboundLocalError: cannot access local variable 'res' where it is not associated with a value

@jwillemsen
Copy link
Contributor

@DJMAXIZA The res error should be fixed in https://github.com/jwillemsen/daikin_residential_altherma/releases/tag/v3.2.9, thanks for reporting. Please attach your device diagnostics, there we can see what your device provides for data, do you see energy usage in the onecta app?

For the delay there is already jwillemsen/daikin_onecta#10, going to have a look at that as soon as possible.

@DJMAXIZA
Copy link
Author

Thank you @jwillemsen, just upgraded to 3.2.9. Will have a look at it - appreciate the continued work on this :)

I was not really looking into any detail for Onecta app, but screening over the two unit settings, the Perfera split with BRP069C4x that has energy available in integration, has what the app call "Demand Control". This looks like power consumption related.

The FCAG cartridge unit with BRP069C82 (as per earlier query), does not have this in Onecta app, so guess not available.

Herewith the Diagnostics download nevertheless (attached)
daikin_residential_altherma.txt

One other question: can I configure integration for a 1.0 step value and not 0.5. for temp settings?

@jwillemsen
Copy link
Contributor

Thanks for the device diagnostics, looks this device has no energy and no demandControl settings. The stepValue is coming from the daikin settings, there it has a stepValue of 0.5, that is way we use

@PskNorz
Copy link

PskNorz commented Dec 27, 2023

@PskNorz Make sure you use https://github.com/jwillemsen/daikin_residential_altherma, I have added a PR to get it listed on HACS, but on HACS it is still not there, so don't use HACS right now for this integration

Got it thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants