-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Issue]: Missing data with new cloud API #46
Comments
|
Does that mean you can’t turn it on/off anymore when for example a window is opened? That’s one of the main features I’m using it for. |
That is still possible, but through the climate entity, I added a link to that. Before there was a separate onOffMode but that broke the caching in some use cases |
I added the new integration as described but there are no devices synced back to HA. Am I missing something? |
Please open a new issue and attach your log and the integration diagnostics (see readme) |
At the moment demand control is exported again by Daikin the DaikinDemandSelect class needs to be updated to work with the coordinator |
First of all: Thanks for all your great work! I'm glad I can re-add daikin to HA again. Now to get all my automations working again. |
Please contact Daikin for ECO mode, they currently don’t provide it with the new API |
I don't know if it's ever been available, even in the old integration, but if there's any way to get the system pressure (in bar) out of the API, now or in the future, it would be handy for setting up an automation to alert me when I need to clamber up in the loft and bleed the buffer tank. :) Thanks for the new integration though - it was great to find it when my Altherma graphs started flatlining in HA yesterday! |
That data is not exported by Daikin to the cloud, see the integration diagnostics for the raw data we retrieve from Daikin. For the Altherma Daikin announced the home hub, see https://www.daikin.eu/en_us/products/product.html/EKRHH.html which should provide more data. |
Hi It's mentioned here: It would be great if I could see any available updates in HA. At this moment I don't get notified in anyway. Note; I see the sensor "Gateway Is Firmware Update Supported" but thats something else. |
The Daikin documentation is not matching with the real data we get, already reported that directly to Daikin but no response yet |
Regarding the demand control: is there already an integration? Having a look at the device info, I can not see anything demand control related. Thanks! |
Daikin removed demand control in the new api, it was there in the old one. Maybe you can send daikin an email and ask them to add it |
Read on tweakers someone who sees power power produced in the onecta app for AC units. I don't see it, but when looking at my data json I found new |
Newer DX units will have thermal output in the onecta app, but that data is not available to 3rd party applications. When you have a newer DX unit which does show thermal output in the onecta app please contact Daikin to ask them to make the underlying data available to 3rd party integrations. |
The |
demand Control is still Missing? |
Yes, still missing. |
Streamer switching ist still missing too? With the old integration I have a entity like this switch.daikin_ac_schlafzimmer_climatecontrol_streamer_mode |
Yes, still missing, please contact Daikin to ask them to add this feature back again. At the moment they provide it a reload of the daikin_onecta integration should add it back again to HA |
Did anyone contact Daikin about Demand Control? Any response from them? I'm really sad I used demand control in my HA automations to regulate power of my air to air units based on outside temperature. I was able to significantly lower heating costs and make heating much more smooth. |
The more people complain the better, it are all business decisions and the more people ask for it the better |
Hi, Do you have any update about the intelligent eye ? |
I haven't seen any new data being exported by Daikin, please contact Daikin to let them know about your requirement. |
Hi group, However, I wonder if it is really beneficial if we all try to reach out to Daikin individually and ask for specific features. From their point of view it might feel pretty much like a flood of unstructured request, which probably will not get a high priority. |
I am in contact with the Daikin developers, but they can't do much about this, as far as I know the device itself doesn't expose all data to the cloud, and the data removed compared to the old API are done because of business decisions. The only thing that could help is to complain to Daikin, the more people ask for a feature, the more likely it is added to the list of tasks for their developers. |
Hi, thanks for the quick reply. I agree on both points and will contact my local Daikin customer care dept. UPDATE: |
Few month ago I created a ticket with my installer regarding lack of sensors through the API, but of course no feedback at all ! For those (like me) who like to go further without waiting for Daikin good will... I got all missing information I needed with this: I can process values to have instant and mean COP, etc... |
Hi guys, finally figured out how to control daikin ac demand control via homeassistant. It can be done via http request to your units.
|
@macekkrystof |
Yes it is local solution. I use this daikin_onecta for everything else. But this local control is the only way to set demand_control :) |
@macekkrystof |
@dahadd Not sure if I understand your question. I have 2 daikin Stylish units which can be controller over cloud via onecta app or this github integration but local API works too. I just don't need to use it except for demand control :) |
@macekkrystof |
In HA I can see BRP069B4x (dx23) |
BRP069B4x is/was a local adapter |
@dahadd and? It works with cloud Onecta app too |
BRP069C4x can not controlled with the local ip |
B4x local and cloud |
Yeah sorry, didn't read that code you wrote. |
The old controller could always be controlled via http |
daikin makes me pretty unhappy... specifically b/c the API does not support setting eco mode.... btw: has anybody ever looked into using an ep8288/esp32, directly connected to the device, maybe controlling it by emulating the IR receiver, or similar? |
@byte-for-byte look at this repo https://github.com/revk/ESP32-Faikin |
Yes, I feel the same. I had to reduce the default polling time, because otherwise a couple of hours before the day was over, I couldn't control them anymore. Setting Eco mode isn't possible anymore. Controlling via local lan isn't possible, so when internet is down, they're uncontrollable. I'm thinking about ordering the faikin modules for each of my airconditioning units, so everything can be controlled again, without limitations. It's dumb of them that moved to the cloud service for the current modules. I really wish I had one of the older ones. |
I want to know how much heat my heatpump actually claims to have outputed, but there seems to be no sensor for that. Can it be that such a fundamental information is missing from the API? Produced Heat (Heating/Hotwater)? |
There are no sensors for produced heat, so data is missing. Maybe #360 can help with the idea for a estimated Carnot COP |
A quick comparison between the old and new cloud API shows less sensors in HA:
The following sensors are provided by Daikin but aren't exposed as separate sensors to HA anymore, use the climate and water heater entities, see https://www.home-assistant.io/integrations/climate and https://www.home-assistant.io/integrations/water_heater
The following issues are known:
We would like to also see the following data to be exported:
The following issues are found in the Daikin documentation
The following limitations in HA are related
The following features would be helpful
The text was updated successfully, but these errors were encountered: