-
Notifications
You must be signed in to change notification settings - Fork 15
[Issue]: How to display energy consumption with BRP069A61 #194
Comments
Very likely same as #165 |
I have already upgrade/installed version 2.8.2, should that have fixed that? |
No, #165 is still open, haven't found time to look at this in detail |
Alright, do want me to send you a sponsor payment to do that? :) |
Sponsoring will always help to raise the priority of an issue at my side @marzlberger. Can you also run HA with the debug log enabled for this integration, see https://github.com/speleolontra/daikin_residential_altherma/blob/master/readme.md and attach the log here? |
Here we go, i only stripped the authentication and token lines.
|
Github sponsors is the easiest way to sponsor anyone on github, see my profile |
Looks the data structure is slightly different for your device. The pre processing done by this integration makes it hard to determine what is exactly the problem. I think I will reimplement the energy values as proposed with #86, will try to find some time for this next week, I will update this PR when there is something to test |
I started with some initial rework for the energy consumption, see https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-energyconsumption2. Did make some initial changes but looks the sensor settings are not correct yet, need todo some more work, but maybe you can give the branch a try to see if you see new sensors for the energy consumption. If not, send me the log |
I have made a branch with the reworked tank support and some logging related to consumption data, can you checkout #198 on your system and rerun with debug enable (see readme) and attach the log here, with the logging I can see what is now different in your device |
As reference, for my Altherma 3 I get the following log, first the availability of consumption data cooling/heating for the heat pump and after that the consumption data of the hot water tank
|
Amazing, I will give it a try and get back to you soon. Thx |
|
|
I have removed the logging of the period name, can you update and rerun, the logging from the last commit is not the correct one, I need the part at startup where all sensors are created, there it should log what consumptionData is there |
@marzlberger Can you retest, I need an updated log to know which direction I have to move with the code |
I'll do it asap. maybe tomorrow. |
Here is the latest log file after a fresh restart, I only removed the token information.
|
@marzlberger Is this with the code of the pull request, I don't see |
I have used the latest ZIP File from https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-energyconsumption2 |
Ok, that doesn't have the logging, can you try https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-consumptiondatalogging |
ok, sorry, i'll do it now |
|
Thanks, looks the new code does find the correct data, now I have to rewrite the energy sensor completely, first on my todo list
|
@marzlberger Could you retest with my latest changes from https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-consumptiondatalogging? I have refactored the EnergySensor, very interested if this works now on your system, please also attach an updated log |
|
It looks you deleted your comment with the incorrect consumption data. Can you attach the device diagnostics and some screen dumps of the onecta app so that I can compare the energy values and try to find where the calculation is incorrect? |
yes, because it is actually wrong daikin data, even in the ONECTA App. |
Ok, thanks for the update, so in HA you get the same invalid data as in the onecta app. Please contact daikin for the invalid data. Let me further cleanup the code and refactor all other sensors, I have some ideas to simplify the code further. |
Can you maybe also try https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-allsensorsupdate, I have refactored all read only sensors and provide these now back to the user, including all non-altherma daikin devices |
#205 has now support for this, still working on cleanup and adding support for regular Daikin AC units, could you test this in a second HA setup? |
Can you retest with #205, this refactors all code and resolves your issue. Be aware that all entity IDs have changed, so check your automations and energy dashboard! |
Thanks, I will retest it tomorrow. |
See https://github.com/jwillemsen/daikin_residential_altherma/releases/tag/v3.0.0 for a release including the necessary changes for this issue |
@marzlberger Have you already tested, when it works please close this issue. |
Hi sorry, it took me a while. The test ist done and so far its working well. |
The integration is running fine, but I do have some questions about the handling and display of information:
Energy consumption
In the diagnostic file the is a section about the
consumptionData
for heating and water.Example:
How do I access those values fro the frontend, there are no sensors available.
daikin_residential_altherma.json.txt
Target temperature
Instead of using the Daikin build in scheduler. Is there a way of setting the
targetTemperature
ortemperatureControl
for both via the automation?The text was updated successfully, but these errors were encountered: