You need to re-read that section:
So just as short as possible, it is about SENSORS and not THERMOSTATS.
The documentation of the ViCare integration has not changed for 4 months:
But it has a section about sensors!
You setup should pick it up automatically if you are interested about ROOM SENSORS.
Otherwise, if you look a bit closer into the integration it has a part in the code called UNSUPPORTED_DEVICES.
PLATFORMS = [
Platform.BINARY_SENSOR,
Platform.BUTTON,
Platform.CLIMATE,
Platform.FAN,
Platform.NUMBER,
Platform.SENSOR,
Platform.WATER_HEATER,
]
UNSUPPORTED_DEVICES = [
"Heatbox1",
"Heatbox2_SRC",
"E3_TCU41_x04",
"E3_FloorHeatingCircuitChannel",
"E3_FloorHeatingCircuitDistributorBox",
"E3_RoomControl_One_522",
]
DEVICE_LIST = "device_list"
VICARE_NAME = "ViCare"
If you would have stated what exact room thermostat you are talking about then we could have might answer your question but looking at the Viessmann website, I cannot guess what your installer has installed.
You might be talking about TVRs. Or you might have some wired thermostats, I don’t know…
And here where it lies why the answer you received is like that.
I have gone through the release notes, found the GitHub PR for that, looked at open GitHub issues and even searched about which boiler you have, but you are interested about the thermostat, which you have not provided any information about it.
You could have read the release notes correctly and could have done the search as I did…
If you are interested about TRVs, then there is an open issue/PR on the way:
home-assistant:dev
← CFenner:trv
otwarty 05:57PM - 02 Oct 24 UTC
<!--
You are amazing! Thanks for contributing to our project!
Please, DO N… OT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue in the
additional information section.
-->
Add support for TRVs.
## Type of change
<!--
What type of change does your PR introduce to Home Assistant?
NOTE: Please, check only 1! box!
If your PR requires multiple boxes to be checked, you'll most likely need to
split it into multiple PRs. This makes things easier and faster to code review.
-->
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New integration (thank you!)
- [x] New feature (which adds functionality to an existing integration)
- [ ] Deprecation (breaking change to happen in the future)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Additional information
<!--
Details are important, and help maintainers processing your PR.
Please be sure to fill out additional details, if applicable.
-->
- This PR fixes or closes issue: fixes #
- This PR is related to issue: https://github.com/home-assistant/core/issues/112009
- Link to documentation pull request:
## Checklist
<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
-->
- [ ] The code change is tested and works locally.
- [x] Local tests pass. **Your PR cannot be merged unless tests pass**
- [x] There is no commented out code in this PR.
- [x] I have followed the [development checklist][dev-checklist]
- [x] I have followed the [perfect PR recommendations][perfect-pr]
- [x] The code has been formatted using Ruff (`ruff format homeassistant tests`)
- [ ] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository]
If the code communicates with devices, web services, or third-party tools:
- [ ] The [manifest file][manifest-docs] has all fields filled out correctly.
Updated and included derived files by running: `python3 -m script.hassfest`.
- [ ] New or updated dependencies have been added to `requirements_all.txt`.
Updated by running `python3 -m script.gen_requirements_all`.
- [ ] For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
<!--
This project is very active and we have a high turnover of pull requests.
Unfortunately, the number of incoming pull requests is higher than what our
reviewers can review and merge so there is a long backlog of pull requests
waiting for review. You can help here!
By reviewing another pull request, you will help raise the code quality of
that pull request and the final review will be faster. This way the general
pace of pull request reviews will go up and your wait time will go down.
When picking a pull request to review, try to choose one that hasn't yet
been reviewed.
Thanks for helping out!
-->
To help with the load of incoming pull requests:
- [ ] I have reviewed two other [open pull requests][prs] in this repository.
[prs]: https://github.com/home-assistant/core/pulls?q=is%3Aopen+is%3Apr+-author%3A%40me+-draft%3Atrue+-label%3Awaiting-for-upstream+sort%3Acreated-desc+review%3Anone+-status%3Afailure
<!--
Thank you for contributing <3
Below, some useful links you could explore:
-->
[dev-checklist]: https://developers.home-assistant.io/docs/development_checklist/
[manifest-docs]: https://developers.home-assistant.io/docs/creating_integration_manifest/
[quality-scale]: https://developers.home-assistant.io/docs/integration_quality_scale_index/
[docs-repository]: https://github.com/home-assistant/home-assistant.io
[perfect-pr]: https://developers.home-assistant.io/docs/review-process/#creating-the-perfect-pr
Also there is work being done on the floor heating as well. Maybe you have that one and want to control that, again I don’t know what did you refer by this:
otwarty 12:59AM - 02 Mar 24 UTC
integration: vicare
### The problem
I've been toying with the dev version of HA to try to make my H… omeAssistant show all of my ViCare sensors and connected stuff.
I do see the device in the diagnostics as well as the debug log, but I can't get them to display in my HomeAssistant.
If it helps, I'm on the paid plan and my Viessmann installation is the following:
- Vitocal 222-S with integrated modules
- A bunch of Climate Sensor
- VICare Floor Thermostat with some channels behind
I do see them all on the debug, but not in the generated devices and entities :(
### What version of Home Assistant Core has the issue?
core-2024.4.0.dev20240301
### 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
ViCare
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/vicare/
### Diagnostics information
[config_entry-vicare-1e69f700c2d474ca5937934ae2726753 (1).json](https://github.com/home-assistant/core/files/14467386/config_entry-vicare-1e69f700c2d474ca5937934ae2726753.1.json)
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
```txt
2024-03-02 01:41:27.462 DEBUG (MainThread) [homeassistant.components.vicare] Setting up ViCare component
2024-03-02 01:41:28.939 DEBUG (SyncWorker_55) [homeassistant.components.vicare] Found 7 devices, adjusting cache duration to 420
2024-03-02 01:41:29.164 DEBUG (SyncWorker_55) [homeassistant.components.vicare] Found device: E3_TCU10_x07 (online: True)
2024-03-02 01:41:29.165 DEBUG (SyncWorker_55) [homeassistant.components.vicare] Found device: E3_Vitocal (online: True)
2024-03-02 01:41:29.165 DEBUG (SyncWorker_55) [homeassistant.components.vicare] Found device: E3_FloorHeatingCircuitDistributorBox (online: True)
2024-03-02 01:41:29.165 DEBUG (SyncWorker_55) [homeassistant.components.vicare] Found device: E3_RoomSensor (online: True)
2024-03-02 01:41:29.165 DEBUG (SyncWorker_55) [homeassistant.components.vicare] Found device: E3_RoomSensor (online: True)
2024-03-02 01:41:29.165 DEBUG (SyncWorker_55) [homeassistant.components.vicare] Found device: E3_FloorHeatingCircuitChannel (online: True)
2024-03-02 01:41:29.165 DEBUG (SyncWorker_55) [homeassistant.components.vicare] Found device: E3_FloorHeatingCircuitChannel (online: True)
2024-03-02 01:41:29.343 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported solar_pump_active
2024-03-02 01:41:29.343 DEBUG (SyncWorker_33) [homeassistant.components.vicare.utils] Found entity activate_onetimecharge
2024-03-02 01:41:29.345 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity outside_temperature
2024-03-02 01:41:29.345 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported charging_active
2024-03-02 01:41:29.345 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity heating curve shift
2024-03-02 01:41:29.346 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity heating curve slope
2024-03-02 01:41:29.346 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported dhw_circulationpump_active
2024-03-02 01:41:29.346 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Feature not supported normal_temperature
2024-03-02 01:41:29.346 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity return_temperature
2024-03-02 01:41:29.347 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported boiler_temperature: 'HeatPump' object has no attribute 'getBoilerTemperature'
2024-03-02 01:41:29.347 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported boiler_supply_temperature: 'HeatPump' object has no attribute 'getBoilerCommonSupplyTemperature'
2024-03-02 01:41:29.348 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported dhw_pump_active
2024-03-02 01:41:29.349 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Feature not supported reduced_temperature
2024-03-02 01:41:29.349 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity primary_circuit_supply_temperature
2024-03-02 01:41:29.349 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported primary_circuit_return_temperature
2024-03-02 01:41:29.350 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity secondary_circuit_supply_temperature
2024-03-02 01:41:29.350 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported secondary_circuit_return_temperature
2024-03-02 01:41:29.351 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Found entity circulationpump_active
2024-03-02 01:41:29.351 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_out_temperature
2024-03-02 01:41:29.352 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity hotwater_max_temperature
2024-03-02 01:41:29.352 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Found entity frost_protection_active
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity hotwater_min_temperature
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_today: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterToday'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_week: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisWeek'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_month: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisMonth'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_year: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisYear'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_today: 'HeatPump' object has no attribute 'getGasConsumptionHeatingToday'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_week: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisWeek'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_month: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisMonth'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_year: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisYear'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_today: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionToday'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_week: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisWeek'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_month: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisMonth'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_year: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisYear'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_today: 'HeatPump' object has no attribute 'getGasConsumptionTotalToday'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_week: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisWeek'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_month: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisMonth'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_year: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisYear'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentday: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentDay'
2024-03-02 01:41:29.353 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentmonth: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentMonth'
2024-03-02 01:41:29.354 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentyear: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentYear'
2024-03-02 01:41:29.354 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_lastsevendays: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingLastSevenDays'
2024-03-02 01:41:29.354 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentday: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentDay'
2024-03-02 01:41:29.354 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentmonth: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentMonth'
2024-03-02 01:41:29.354 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentyear: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentYear'
2024-03-02 01:41:29.354 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_lastsevendays: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterLastSevenDays'
2024-03-02 01:41:29.354 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_consumption_heating_currentday
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_consumption_heating_currentmonth
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_consumption_heating_currentyear
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_consumption_heating_lastsevendays
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_dhw_summary_consumption_heating_currentday
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_dhw_summary_consumption_heating_currentmonth
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_dhw_summary_consumption_heating_currentyear
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_dhw_consumption_heating_lastsevendays
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_current: 'HeatPump' object has no attribute 'getPowerProductionCurrent'
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_today: 'HeatPump' object has no attribute 'getPowerProductionToday'
2024-03-02 01:41:29.355 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_week: 'HeatPump' object has no attribute 'getPowerProductionThisWeek'
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_month: 'HeatPump' object has no attribute 'getPowerProductionThisMonth'
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_year: 'HeatPump' object has no attribute 'getPowerProductionThisYear'
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar storage temperature
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported collector temperature
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production today
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this week
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this month
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this year
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity power consumption today
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this week: 'HeatPump' object has no attribute 'getPowerConsumptionThisWeek'
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this month: 'HeatPump' object has no attribute 'getPowerConsumptionThisMonth'
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this year: 'HeatPump' object has no attribute 'getPowerConsumptionThisYear'
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported buffer top temperature
2024-03-02 01:41:29.356 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity buffer main temperature
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity volumetric_flow
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_state_of_charge: 'HeatPump' object has no attribute 'getElectricalEnergySystemSOC'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_power_current: 'HeatPump' object has no attribute 'getElectricalEnergySystemPower'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_state: 'HeatPump' object has no attribute 'getElectricalEnergySystemOperationState'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_transfer_power_exchange: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferPowerExchange'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_energy_consumption: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferConsumptionTotal'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_energy_feed_in: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferFeedInTotal'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_power_production_current: 'HeatPump' object has no attribute 'getPhotovoltaicProductionCurrent'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_energy_production_today: 'HeatPump' object has no attribute 'getPhotovoltaicProductionCumulatedCurrentDay'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_status: 'HeatPump' object has no attribute 'getPhotovoltaicStatus'
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity supply_temperature
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity compressor_starts
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity compressor_hours
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass1
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass2
2024-03-02 01:41:29.357 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass3
2024-03-02 01:41:29.358 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass4
2024-03-02 01:41:29.358 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass5
2024-03-02 01:41:29.358 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity compressor_phase
2024-03-02 01:41:29.358 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Feature not supported comfort_temperature
2024-03-02 01:41:29.359 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Found entity compressor_active
2024-03-02 01:41:29.359 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity normal_heating_temperature
2024-03-02 01:41:29.359 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity reduced_heating_temperature
2024-03-02 01:41:29.359 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity comfort_heating_temperature
2024-03-02 01:41:29.568 DEBUG (SyncWorker_33) [homeassistant.components.vicare.utils] Found entity activate_onetimecharge
2024-03-02 01:41:29.569 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity outside_temperature
2024-03-02 01:41:29.570 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported solar_pump_active
2024-03-02 01:41:29.570 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity return_temperature
2024-03-02 01:41:29.570 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported boiler_temperature: 'HeatPump' object has no attribute 'getBoilerTemperature'
2024-03-02 01:41:29.570 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported boiler_supply_temperature: 'HeatPump' object has no attribute 'getBoilerCommonSupplyTemperature'
2024-03-02 01:41:29.571 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported charging_active
2024-03-02 01:41:29.571 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity heating curve shift
2024-03-02 01:41:29.571 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity primary_circuit_supply_temperature
2024-03-02 01:41:29.571 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported dhw_circulationpump_active
2024-03-02 01:41:29.571 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity heating curve slope
2024-03-02 01:41:29.572 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported primary_circuit_return_temperature
2024-03-02 01:41:29.572 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Feature not supported normal_temperature
2024-03-02 01:41:29.572 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Feature not supported reduced_temperature
2024-03-02 01:41:29.572 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity secondary_circuit_supply_temperature
2024-03-02 01:41:29.572 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Feature not supported comfort_temperature
2024-03-02 01:41:29.573 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported dhw_pump_active
2024-03-02 01:41:29.573 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported secondary_circuit_return_temperature
2024-03-02 01:41:29.573 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity normal_heating_temperature
2024-03-02 01:41:29.573 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity reduced_heating_temperature
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_out_temperature
2024-03-02 01:41:29.574 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] Found entity comfort_heating_temperature
2024-03-02 01:41:29.574 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Found entity circulationpump_active
2024-03-02 01:41:29.574 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Found entity frost_protection_active
2024-03-02 01:41:29.574 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Found entity compressor_active
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity hotwater_max_temperature
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity hotwater_min_temperature
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_today: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterToday'
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_week: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisWeek'
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_month: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisMonth'
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_year: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisYear'
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_today: 'HeatPump' object has no attribute 'getGasConsumptionHeatingToday'
2024-03-02 01:41:29.574 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_week: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisWeek'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_month: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisMonth'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_year: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisYear'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_today: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionToday'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_week: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisWeek'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_month: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisMonth'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_year: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisYear'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_today: 'HeatPump' object has no attribute 'getGasConsumptionTotalToday'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_week: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisWeek'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_month: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisMonth'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_year: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisYear'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentday: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentDay'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentmonth: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentMonth'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentyear: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentYear'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_lastsevendays: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingLastSevenDays'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentday: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentDay'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentmonth: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentMonth'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentyear: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentYear'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_lastsevendays: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterLastSevenDays'
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_consumption_heating_currentday
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_consumption_heating_currentmonth
2024-03-02 01:41:29.575 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_consumption_heating_currentyear
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_consumption_heating_lastsevendays
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_dhw_summary_consumption_heating_currentday
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_dhw_summary_consumption_heating_currentmonth
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_dhw_summary_consumption_heating_currentyear
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity energy_summary_dhw_consumption_heating_lastsevendays
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_current: 'HeatPump' object has no attribute 'getPowerProductionCurrent'
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_today: 'HeatPump' object has no attribute 'getPowerProductionToday'
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_week: 'HeatPump' object has no attribute 'getPowerProductionThisWeek'
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_month: 'HeatPump' object has no attribute 'getPowerProductionThisMonth'
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_year: 'HeatPump' object has no attribute 'getPowerProductionThisYear'
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar storage temperature
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported collector temperature
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production today
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this week
2024-03-02 01:41:29.576 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this month
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this year
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity power consumption today
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this week: 'HeatPump' object has no attribute 'getPowerConsumptionThisWeek'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this month: 'HeatPump' object has no attribute 'getPowerConsumptionThisMonth'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this year: 'HeatPump' object has no attribute 'getPowerConsumptionThisYear'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported buffer top temperature
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity buffer main temperature
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity volumetric_flow
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_state_of_charge: 'HeatPump' object has no attribute 'getElectricalEnergySystemSOC'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_power_current: 'HeatPump' object has no attribute 'getElectricalEnergySystemPower'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_state: 'HeatPump' object has no attribute 'getElectricalEnergySystemOperationState'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_transfer_power_exchange: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferPowerExchange'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_energy_consumption: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferConsumptionTotal'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_energy_feed_in: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferFeedInTotal'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_power_production_current: 'HeatPump' object has no attribute 'getPhotovoltaicProductionCurrent'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_energy_production_today: 'HeatPump' object has no attribute 'getPhotovoltaicProductionCumulatedCurrentDay'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_status: 'HeatPump' object has no attribute 'getPhotovoltaicStatus'
2024-03-02 01:41:29.577 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity supply_temperature
2024-03-02 01:41:29.578 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity compressor_starts
2024-03-02 01:41:29.578 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity compressor_hours
2024-03-02 01:41:29.578 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass1
2024-03-02 01:41:29.578 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass2
2024-03-02 01:41:29.578 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass3
2024-03-02 01:41:29.578 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass4
2024-03-02 01:41:29.578 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported compressor_hours_loadclass5
2024-03-02 01:41:29.578 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Found entity compressor_phase
2024-03-02 01:41:29.707 DEBUG (SyncWorker_33) [homeassistant.components.vicare.utils] Feature not supported activate_onetimecharge
2024-03-02 01:41:29.708 DEBUG (SyncWorker_53) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.708 DEBUG (SyncWorker_17) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.709 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.709 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported solar_pump_active
2024-03-02 01:41:29.709 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported charging_active
2024-03-02 01:41:29.709 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported dhw_circulationpump_active
2024-03-02 01:41:29.709 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported dhw_pump_active
2024-03-02 01:41:29.709 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.709 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] No compressors found
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported outside_temperature
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported return_temperature
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported boiler_temperature: 'HeatPump' object has no attribute 'getBoilerTemperature'
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported boiler_supply_temperature: 'HeatPump' object has no attribute 'getBoilerCommonSupplyTemperature'
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported primary_circuit_supply_temperature
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported primary_circuit_return_temperature
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported secondary_circuit_supply_temperature
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported secondary_circuit_return_temperature
2024-03-02 01:41:29.709 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_out_temperature
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_max_temperature
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_min_temperature
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_today: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterToday'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_week: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisWeek'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_month: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisMonth'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_year: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisYear'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_today: 'HeatPump' object has no attribute 'getGasConsumptionHeatingToday'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_week: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisWeek'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_month: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisMonth'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_year: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisYear'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_today: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionToday'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_week: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisWeek'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_month: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisMonth'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_year: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisYear'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_today: 'HeatPump' object has no attribute 'getGasConsumptionTotalToday'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_week: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisWeek'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_month: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisMonth'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_year: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisYear'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentday: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentDay'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentmonth: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentMonth'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentyear: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentYear'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_lastsevendays: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingLastSevenDays'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentday: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentDay'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentmonth: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentMonth'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentyear: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentYear'
2024-03-02 01:41:29.710 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_lastsevendays: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterLastSevenDays'
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_consumption_heating_currentday
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_consumption_heating_currentmonth
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_consumption_heating_currentyear
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_consumption_heating_lastsevendays
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_dhw_summary_consumption_heating_currentday
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_dhw_summary_consumption_heating_currentmonth
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_dhw_summary_consumption_heating_currentyear
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_dhw_consumption_heating_lastsevendays
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_current: 'HeatPump' object has no attribute 'getPowerProductionCurrent'
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_today: 'HeatPump' object has no attribute 'getPowerProductionToday'
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_week: 'HeatPump' object has no attribute 'getPowerProductionThisWeek'
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_month: 'HeatPump' object has no attribute 'getPowerProductionThisMonth'
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_year: 'HeatPump' object has no attribute 'getPowerProductionThisYear'
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar storage temperature
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported collector temperature
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production today
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this week
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this month
2024-03-02 01:41:29.711 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this year
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption today
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this week: 'HeatPump' object has no attribute 'getPowerConsumptionThisWeek'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this month: 'HeatPump' object has no attribute 'getPowerConsumptionThisMonth'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this year: 'HeatPump' object has no attribute 'getPowerConsumptionThisYear'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported buffer top temperature
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported buffer main temperature
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported volumetric_flow
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_state_of_charge: 'HeatPump' object has no attribute 'getElectricalEnergySystemSOC'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_power_current: 'HeatPump' object has no attribute 'getElectricalEnergySystemPower'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_state: 'HeatPump' object has no attribute 'getElectricalEnergySystemOperationState'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_transfer_power_exchange: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferPowerExchange'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_energy_consumption: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferConsumptionTotal'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_energy_feed_in: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferFeedInTotal'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_power_production_current: 'HeatPump' object has no attribute 'getPhotovoltaicProductionCurrent'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_energy_production_today: 'HeatPump' object has no attribute 'getPhotovoltaicProductionCumulatedCurrentDay'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_status: 'HeatPump' object has no attribute 'getPhotovoltaicStatus'
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.712 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] No compressors found
2024-03-02 01:41:29.843 DEBUG (SyncWorker_33) [homeassistant.components.vicare.utils] Feature not supported activate_onetimecharge
2024-03-02 01:41:29.843 DEBUG (SyncWorker_53) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.844 DEBUG (SyncWorker_17) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.844 DEBUG (SyncWorker_10) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.844 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported solar_pump_active
2024-03-02 01:41:29.845 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported outside_temperature
2024-03-02 01:41:29.845 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported charging_active
2024-03-02 01:41:29.845 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported return_temperature
2024-03-02 01:41:29.845 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported boiler_temperature: 'HeatPump' object has no attribute 'getBoilerTemperature'
2024-03-02 01:41:29.845 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported boiler_supply_temperature: 'HeatPump' object has no attribute 'getBoilerCommonSupplyTemperature'
2024-03-02 01:41:29.845 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported dhw_circulationpump_active
2024-03-02 01:41:29.846 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] Feature not supported dhw_pump_active
2024-03-02 01:41:29.846 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] No circuits found
2024-03-02 01:41:29.846 DEBUG (SyncWorker_57) [homeassistant.components.vicare.utils] No compressors found
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported primary_circuit_supply_temperature
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported primary_circuit_return_temperature
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported secondary_circuit_supply_temperature
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported secondary_circuit_return_temperature
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_out_temperature
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_max_temperature
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_min_temperature
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_today: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterToday'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_week: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisWeek'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_month: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisMonth'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_consumption_heating_this_year: 'HeatPump' object has no attribute 'getGasConsumptionDomesticHotWaterThisYear'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_today: 'HeatPump' object has no attribute 'getGasConsumptionHeatingToday'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_week: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisWeek'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_month: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisMonth'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_heating_this_year: 'HeatPump' object has no attribute 'getGasConsumptionHeatingThisYear'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_today: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionToday'
2024-03-02 01:41:29.846 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_week: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisWeek'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_month: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisMonth'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_fuelcell_this_year: 'HeatPump' object has no attribute 'getFuelCellGasConsumptionThisYear'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_today: 'HeatPump' object has no attribute 'getGasConsumptionTotalToday'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_week: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisWeek'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_month: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisMonth'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_consumption_total_this_year: 'HeatPump' object has no attribute 'getGasConsumptionTotalThisYear'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentday: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentDay'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentmonth: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentMonth'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_currentyear: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingCurrentYear'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported gas_summary_consumption_heating_lastsevendays: 'HeatPump' object has no attribute 'getGasSummaryConsumptionHeatingLastSevenDays'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentday: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentDay'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentmonth: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentMonth'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_currentyear: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterCurrentYear'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported hotwater_gas_summary_consumption_heating_lastsevendays: 'HeatPump' object has no attribute 'getGasSummaryConsumptionDomesticHotWaterLastSevenDays'
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_consumption_heating_currentday
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_consumption_heating_currentmonth
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_consumption_heating_currentyear
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_consumption_heating_lastsevendays
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_dhw_summary_consumption_heating_currentday
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_dhw_summary_consumption_heating_currentmonth
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_dhw_summary_consumption_heating_currentyear
2024-03-02 01:41:29.847 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported energy_summary_dhw_consumption_heating_lastsevendays
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_current: 'HeatPump' object has no attribute 'getPowerProductionCurrent'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_today: 'HeatPump' object has no attribute 'getPowerProductionToday'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_week: 'HeatPump' object has no attribute 'getPowerProductionThisWeek'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_month: 'HeatPump' object has no attribute 'getPowerProductionThisMonth'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power_production_this_year: 'HeatPump' object has no attribute 'getPowerProductionThisYear'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar storage temperature
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported collector temperature
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production today
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this week
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this month
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported solar power production this year
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption today
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this week: 'HeatPump' object has no attribute 'getPowerConsumptionThisWeek'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this month: 'HeatPump' object has no attribute 'getPowerConsumptionThisMonth'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported power consumption this year: 'HeatPump' object has no attribute 'getPowerConsumptionThisYear'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported buffer top temperature
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported buffer main temperature
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported volumetric_flow
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_state_of_charge: 'HeatPump' object has no attribute 'getElectricalEnergySystemSOC'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_power_current: 'HeatPump' object has no attribute 'getElectricalEnergySystemPower'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported ess_state: 'HeatPump' object has no attribute 'getElectricalEnergySystemOperationState'
2024-03-02 01:41:29.848 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_transfer_power_exchange: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferPowerExchange'
2024-03-02 01:41:29.849 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_energy_consumption: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferConsumptionTotal'
2024-03-02 01:41:29.849 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported pcc_energy_feed_in: 'HeatPump' object has no attribute 'getPointOfCommonCouplingTransferFeedInTotal'
2024-03-02 01:41:29.849 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_power_production_current: 'HeatPump' object has no attribute 'getPhotovoltaicProductionCurrent'
2024-03-02 01:41:29.849 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_energy_production_today: 'HeatPump' object has no attribute 'getPhotovoltaicProductionCumulatedCurrentDay'
2024-03-02 01:41:29.849 DEBUG (SyncWorker_43) [homeassistant.components.vicare.utils] Feature not supported photovoltaic_status: 'HeatPump' object has no attribute 'getPhotovoltaicStatus'
```
### Additional information
_No response_
The person taking care of the integration is quite active and tries to implement features as people ask for it, but without the right hardware he has a hard job, if some of your hardware is not exposed by the integration, it is better to open an issue and provide some logging for supporting the development of the integration.