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
73.16k stars 30.57k forks source link

TAPO P110M Sensor Total Cunsumption stop working #121667

Closed Option212 closed 3 months ago

Option212 commented 3 months ago

The problem

With the recent update of HA to version 2024.7.1 and the addition of 14 new sensors for the TPLink-SmartHome integration, my 'total consumption' sensors have stopped working across all my devices. The error message states: "This entity is no longer provided by the tplink integration. If the entity is no longer used, delete it from the settings."

Rolling back to version 7.0 will restore functionality.

What version of Home Assistant Core has the issue?

core-2024.7.1

What was the last working version of Home Assistant Core?

2024.7.0

What type of installation are you running?

Home Assistant OS

Integration causing the issue

TP-Link Smart Home

Link to integration documentation on our website

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

Diagnostics information

config_entry-tplink-c82a2e29a83b4e7a285c083fb16630c7.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 months ago

Hey there @rytilahti, @bdraco, @sdb9696, mind taking a look at this issue as it has been labeled with an integration (tplink) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `tplink` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign tplink` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tplink documentation tplink source (message by IssueLinks)

sdb9696 commented 3 months ago

These devices do not support "total consumption" which afaik is only supported by the older kasa devices and is in fact total energy since reboot. The previous version incorrectly reported "Today's consumption" as "Total consumption" but this is now rectified.

A related issue here: https://github.com/home-assistant/core/issues/121067

sdb9696 commented 3 months ago

@home-assistant close