core: Temp sensors not updating and different to value shown on climate entity

The problem

For the past few months I have noticed the temperature sensors provided by this integration don’t update. Restarting Home Assistant or updating the sensor precision causes a refresh and the values change but otherwise they stay stuck on the last value.

The issue is with both the internal and external temps. The internal temp reported through the climate entity updates fine but not the sensor entities.

I have deleted the integration and reinstalled but no joy.

I’ve reviewed the debug logs but nothing obvious. It reports the sensor refresh intervals.

Any ideas?

What version of Home Assistant Core has the issue?

core-2023.4.6

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

daikin

Link to integration documentation on our website

https://www.home-assistant.io/integrations/daikin

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2023-04-25 18:27:46.246 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:28:46.247 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:29:46.248 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:30:46.249 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:31:46.249 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:32:46.251 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:33:46.251 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:34:46.252 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:35:46.252 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']
2023-04-25 18:36:46.253 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['aircon/get_sensor_info', 'aircon/get_control_info', 'aircon/get_day_power_ex', 'aircon/get_week_power', 'aircon/get_day_power_ex', 'aircon/get_week_power']

Additional information

When I click the Diagnostic information download it gives me the info for the Unifi integration and not the Daikin one sorry.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 16 (3 by maintainers)

Most upvoted comments

Indeed only a restart will do it. Tried right now, all of the sudden the temperature jumped from 24 to 26. And it will remain there I bet, even if at night it will be 16, or the sun exploding will get it right now to 136 😃

Thanks for sharing. I’ll have a look.

I’ve also been trying to find a work around. I created a temporary solution, but hopefully the automation can be fixed.

See below, I created an automations to reload all entity if it’s stuck in the same temperature for more than 4 hours. This appears to fix the issue.

alias: Office Outdoor Temp Reset description: “” trigger: - platform: state
entity_id:

  • sensor.office_outside_temperature
    for:
    hours: 4
    minutes: 0
    seconds: 0 condition: [] action:
    • service: homeassistant.reload_all data: {} mode: single

Hi, for what it’s worth I’m also experiencing the same issue. Appreciate any support to fix this issue. Thanks