-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Add cooling consumption and cooling temperatures #120396
Comments
Hey there @CFenner, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) vicare documentation |
You can check if the data point is in the api response in the diagnostic information yourself. I would assume that heating actually means climate and there is no dedicated cool. At least I did not noticed such in the past in heat pump api dumps. What is the ViCare app telling your about this? |
App supports that assumption API has: https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/devices/0/features/heating.circuits.0.operating.modes.active https://api.viessmann.com/iot/v1/features/installations/#######/gateways/################/devices/0/features/heating.circuits.0.operating.programs.comfortCooling/commands/setTemperature is the consumption Can we include these things? For reference I attached the Diag Info while cooling activated. |
Great that there is an API endpoint. Unfortunately, this is not exposed in the library: https://github.com/somm15/PyViCare/blob/master/PyViCare/PyViCareHeatPump.py And usually changes to the library are not merged in a reasonable about of time 😭. |
Can we do something about it? I mean it looks to me there are several attributes that should be revamped and connected with the thermostat or somehow be included in the integration. See the other issue I mage for the programs/modes settings |
This endpoints would be great. Thanks for starting! |
I tried to make some noise: openviess/PyViCare#362 (comment) https://discord.com/channels/864891057345921024/864891691538055178/1249731903989481572 But no response till now... |
Can we do something? It says some checks are failing.... |
@x4N70pHyLL @SpaceRichard please have a look at #127267 and #127274 and test. This exposes number entities to set the target temp for cooling programs and makes cooling consumption available. |
@x4N70pHyLL @SpaceRichard would you have time to have a look? |
Sure, I would need some hints how to do so... I assume to put the to files the you changed in my HA directory and restart? Or do I have to change to the dev branch first? |
@x4N70pHyLL yes, there is a script that does that really easy! https://gist.github.com/bdraco/43f8043cb04b9838383fd71353e99b18 Just run that in your HA terminal
|
Would like to test, but get the error when I try the command:
|
Change to |
are you in the HA terminal add-on terminal? |
Yes, I'm in the Add-On Terminal |
|
Sorry for the long response time. So I did the change and now see the following:
@CFenner Please advise. Another question: How to roll back correctly? I am running in container, but to run the terminal command was not an issue via the container management. I do see vicare integration as custom component now. |
Are you testing #127274 now?
It's using the code as is without translations. German text will be available once in the release. To use the bundled version of vicare, simple delete the |
Yes |
Then you should see 3 new sensors Edit: oh, the dependency is not up to date.. |
I updated the branch, it should now be correct. Please run the script again. |
Not sure what I do wrong, but I still miss this Entities (have 30 before and now) |
👍
Yes @SpaceRichard I just updated the PR code, did you execute the script again? |
Yes, and restarted HA and refresh it |
Can you share your diagnostic file? |
https://github.com/home-assistant/core/pull/127267 also seemed plausible, temperatures are shown and match to what is shown in the ViCare iOS App. |
Ok, then let's get this reviewed for the Nov release!
No, that's all that I know of. |
|
@SpaceRichard your device does not provide any consumption data points at all, sorry. Also you do not have a cooling program, but only a cooling mode. So you cannot set the cooling temp. |
I would look at this separately. |
|
The problem
Hello,
as it's finally summer, I am using my heat pump for cooling, but there is not value for the energy consumption for cooling. Can we add this?
Currently, there is:
Cooling consumption is measured and included in "Overall consumption", but not in heating. That leads me to the assumption that there should be an attribute for "Cooling Consumption" in the API.
What version of Home Assistant Core has the issue?
2024.6.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Viessmann ViCare
Link to integration documentation on our website
https://www.home-assistant.io/integrations/vicare/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: