-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
Viessmann ViCare Integration Not Showing All Entities #126447
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 |
Can you share the diagnostics file, please. |
We should add the E3 as a gateway directly here: https://github.com/openviess/PyViCare/blob/eb6ac51c0fe588db923265f7deec37f955964504/PyViCare/PyViCareDeviceConfig.py#L87C14-L87C28 Therefore it would be interesting to see the output of the gateway features api call. But that you would need to do with the terminal. Looks like your device has no circuits, which is as far as I know unusual. The dhw control uses the circuits to access the mode (which is no really necessary / up to date anymore). Therefore creating the entity probably fails. |
This? config_entry-vicare-90d30cd8c3c26777f1b744ca03bfe845 (1).json |
curl -X GET --url https://api.viessmann.com/iot/v2/features/installations/2547267/gateways/7633301003392224/features returns: |
I have the same problem, my entity for pressure won't appear. what do you suggest? |
@dubinsky I added some dhw storage sensors with https://github.com/home-assistant/core/pull/126570/files they will be in the 2024.11 release. Just to be sure, in the diagnostic file above there is one empty dataset. Can you verify that the devices feature are actually returning something:
|
@platini76 please have a look at the api docs, I think pressure is a paid feature. Anything else that you miss? |
returned |
Will this make it possible to change the DHW temperature? Thank you! |
I'm not too sure if this is the "correct" way to add the sensor. @CFenner can you see it you can add the missing attributes to the water heater entity? |
@dubinsky you probably have no control over the water heater because your device has no circuits. Fortunately, this coupling is no longer necessary.
I will have a look if we can distinguish the water heater handling for legacy and e3 devices. |
@McGiverGim target and current temp are set in the water heater entity. core/homeassistant/components/vicare/water_heater.py Lines 125 to 133 in 0fde5c2
|
@CFenner then something seems not to be working, this is the state of my water heater: As you can see, there is a This remembers me the other issue, where the |
Just had a look at the library, there is a complex logic behind the We probably need to overhaul that.. |
Yes, it has not too much sense at least in my case. My boiler has not any schedule, and the water temp is configured from there. This are the only "options" I have,
and set the temperature:
This second one is working if I use the "new sensor" added in this version, so only the "modes" is missing and the integration of all in the |
Thank you! |
In the changelog, https://documentation.viessmann.com/static/changelog in November 2022, says how to detect the base. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
I think this issue remains... |
The problem
I can change the water temperature using ViCare application, but in Home Assistant, the entities to do that are missing.
I suspect that the problem is similar to #122056 and that
E3_TCU19_x05
should also be added to theUNSUPPORTED_DEVICES
list...What do you think @CFenner?
Thanks!
What version of Home Assistant Core has the issue?
core-2024.9.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
ViCare
Link to integration documentation on our website
https://www.home-assistant.io/integrations/vicare
Diagnostics information
vicare-log.txt
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: