home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.09k stars 31.1k forks source link

components/opentherm_gw/sensor doesn't work in version 2021.1.4 #45353

Closed arcangel321 closed 3 years ago

arcangel321 commented 3 years ago

The problem is that mulitple sensors are deleted from homeassistant.components.opentherm_gw.sensor

Multiple sensors are not working anymore from open therm, tried rebooting both devices. See logs.

In the previous version it was was working.

Environment

Problem-relevant configuration.yaml

Traceback/Error logs

Logger: homeassistant.components.opentherm_gw.sensor Source: components/opentherm_gw/sensor.py:69 Integration: OpenTherm Gateway (documentation, issues) First occurred: 19 januari 2021 11:04:25 (3 occurrences) Last logged: 13:02:16

The following sensor entities are deprecated and may no longer behave as expected. They will be removed in a future version. You can force removal of these entities by disabling them and restarting Home Assistant. ['sensor.control_setpoint_opentherm_gateway', 'sensor.master_memberid_opentherm_gateway', 'sensor.slave_memberid_opentherm_gateway', 'sensor.slave_oem_fault_opentherm_gateway', 'sensor.cooling_control_opentherm_gateway', 'sensor.control_setpoint_2_opentherm_gateway', 'sensor.room_setpoint_ovrd_opentherm_gateway', 'sensor.slave_max_relative_modulation_opentherm_gateway', 'sensor.slave_max_capacity_opentherm_gateway', 'sensor.slave_min_mod_level_opentherm_gateway', 'sensor.room_setpoint_opentherm_gateway', 'sensor.relative_mod_level_opentherm_gateway', 'sensor.ch_water_pressure_opentherm_gateway', 'sensor.dhw_flow_rate_opentherm_gateway', 'sensor.room_setpoint_2_opentherm_gateway', 'sensor.room_temp_opentherm_gateway', 'sensor.ch_water_temp_opentherm_gateway', 'sensor.dhw_temp_opentherm_gateway', 'sensor.outside_temp_opentherm_gateway', 'sensor.return_water_temp_opentherm_gateway', 'sensor.solar_storage_temp_opentherm_gateway', 'sensor.solar_coll_temp_opentherm_gateway', 'sensor.ch_water_temp_2_opentherm_gateway', 'sensor.dhw_temp_2_opentherm_gateway', 'sensor.exhaust_temp_opentherm_gateway', 'sensor.slave_dhw_max_setp_opentherm_gateway', 'sensor.slave_dhw_min_setp_opentherm_gateway', 'sensor.slave_ch_max_setp_opentherm_gateway', 'sensor.slave_ch_min_setp_opentherm_gateway', 'sensor.dhw_setpoint_opentherm_gateway', 'sensor.max_ch_setpoint_opentherm_gateway', 'sensor.oem_diag_opentherm_gateway', 'sensor.burner_starts_opentherm_gateway', 'sensor.ch_pump_starts_opentherm_gateway', 'sensor.dhw_pump_starts_opentherm_gateway', 'sensor.dhw_burner_starts_opentherm_gateway', 'sensor.burner_hours_opentherm_gateway', 'sensor.ch_pump_hours_opentherm_gateway', 'sensor.dhw_pump_hours_opentherm_gateway', 'sensor.dhw_burner_hours_opentherm_gateway', 'sensor.master_ot_version_opentherm_gateway', 'sensor.slave_ot_version_opentherm_gateway', 'sensor.master_product_type_opentherm_gateway', 'sensor.master_product_version_opentherm_gateway', 'sensor.slave_product_type_opentherm_gateway', 'sensor.slave_product_version_opentherm_gateway', 'sensor.otgw_mode_opentherm_gateway', 'sensor.otgw_dhw_ovrd_opentherm_gateway', 'sensor.otgw_about_opentherm_gateway', 'sensor.otgw_build_opentherm_gateway', 'sensor.otgw_clockmhz_opentherm_gateway', 'sensor.otgw_led_a_opentherm_gateway', 'sensor.otgw_led_b_opentherm_gateway', 'sensor.otgw_led_c_opentherm_gateway', 'sensor.otgw_led_d_opentherm_gateway', 'sensor.otgw_led_e_opentherm_gateway', 'sensor.otgw_led_f_opentherm_gateway', 'sensor.otgw_gpio_a_opentherm_gateway', 'sensor.otgw_gpio_b_opentherm_gateway', 'sensor.otgw_setback_temp_opentherm_gateway', 'sensor.otgw_setpoint_ovrd_mode_opentherm_gateway', 'sensor.otgw_smart_pwr_opentherm_gateway', 'sensor.otgw_thermostat_detect_opentherm_gateway', 'sensor.otgw_vref_opentherm_gateway']

Additional information

probot-home-assistant[bot] commented 3 years ago

opentherm_gw documentation opentherm_gw source (message by IssueLinks)

probot-home-assistant[bot] commented 3 years ago

Hey there @mvn23, mind taking a look at this issue as its been labeled with an integration (opentherm_gw) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

mvn23 commented 3 years ago

Please read what the warning message in the log says. This was a breaking change in 2021.1 and has been announced as such. The log message is expected behavior.

arcangel321 commented 3 years ago

I have missed that, but the integration is working, I deleted the integration and added it again.

Thank you!