Integration to report power usage to sense through kasa plug emulation. This will create a disabled entity for each entity in home assistant that reports power usage in watts, ignoring those from sense and tplink integrations. Enable any created entity to begin emulating a kasa plug for it, disable to stop emulation. Names are copied from derived entity.
- Be sure to enable TP-Link Energy Monitoring Smart Plug inside the Sense App.
This integration will set up the following platforms.
Platform | Description |
---|---|
sensor |
Represents kasa emulation device, when enabled will report power usage to sense over local network. |
You can install this either manually copying files or using HACS. Configuration can be done on UI, you need to enter your username and password.
Once you enable the devices you want to track restart home assistant to prevent address already in use error, see #28
If you want to contribute to this please read the Contribution guidelines
- You can enable logging for this integration specifically and share your logs, so I can have a deep dive investigation. To enable logging, update your
configuration.yaml
like this, we can get more information in Configuration -> Logs page
logger:
default: warning
logs:
custom_components.ha_sense: debug