-
-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
Split from: #1545
Possibly related to: #1511
Firmware version: 1.1.8 Build 240708 Rel.165207
Hardware version: 3.0
python-kasa version: 0.10.2
After integrating the Lamp into Home Assistant via the TP-Link integration I notice that all the main features were available except for the power consumption. As per other (not Tapo) devices, I was expecting an entry in the Home Assistant energy module to see the power consumption overtime.
Reading this documentation I discovered that despite this library reads the get_device_usage
(containing the required metrics for this lamp) via the DeviceModule
, it seems the data is not properly exposed.
As a consequence:
- I'm not able to see an entry in the Home Assistant energy module
- I was not able to read the power consumption via the cli of this library as the
energy
command is based on theenergy_monitoring
component not offered by this device while theusage
command is for theiot
devices and not thesmart
devices
Metadata
Metadata
Assignees
Labels
No labels