Skip to content

Report custom devices to sense energy monitoring for ha consumption devices

License

Notifications You must be signed in to change notification settings

dahlb/ha_sense

Repository files navigation

Integration ha_sense

GitHub Release GitHub Activity License hacs

Project Maintenance BuyMeCoffee

Warning: this is a new integration and should be considered a project in its Alpha stage.

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.

Installation

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

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines

Troubleshooting

  1. 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