Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions source/_integrations/tplink.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Plugs are type `switch` when autodiscovery has been disabled.
- HS100
- HS103
- HS105
- HS110 (The only device capable or reporting energy usage data to template sensors)
- HS110 (This device is capable or reporting energy usage data to template sensors)

### Strip (Multi-Plug)

- HS107 (indoor 2-outlet)
- HS300 (powerstrip 6-outlet)
- HS300 (powerstrip 6-outlet) (This device is capable or reporting energy usage data to template sensors)
- KP303 (powerstrip 3-outlet)
- KP400 (outdoor 2-outlet)
- KP200 (indoor 2-outlet)
Expand Down Expand Up @@ -135,6 +135,10 @@ tplink:

## Extracting Energy Sensor data

Devices that are confirmed to support Consumption Reading;
1. HS110
2. HS300

In order to get the power consumption readings from a TP-Link HS110 device, you'll have to create a [template sensor](/integrations/switch.template/).
In the example below, change all of the `my_tp_switch`'s to match your device's entity ID.

Expand Down