SenseLink - TP-Link Smart Plug Emulation

Update! Integration seems pretty solid.
Here’s my HomeAssistant configuration.yaml:

sense:
  entities:
    fan.window_fan:
      name: "Window Fan"
      power: 62.0
    light.dining_room:
      name: "Dining Room Lights"
      power: 40.0
    light.wled:
      name: "Fence Lights"
      power_template: "{{ states('sensor.wled_estimated_current') | float * 5 / 1000  }}"

and here’s what it looks like in the sense app when I turn all those things on:


The light and the fan stay constant while the LED strip value goes up and down based on the brightness

I’ll probably submit a PR this weekend

5 Likes