node-red-contrib-tplink icon indicating copy to clipboard operation
node-red-contrib-tplink copied to clipboard

A collection of Node-RED nodes for TP-Link Smart Home devices

Results 21 node-red-contrib-tplink issues
Sort by recently updated
recently updated
newest added

Line 286 here: https://github.com/caseyjhol/node-red-contrib-tplink/blob/master/nodes/kasa.js ``` case 'bool': msg.payload = inputPayload === 'true' break ``` isn't that a string of true and not a boolean true? I noticed that when I...

A quick question, have a bunch of the H110 switches with the power logging on it. When I add the node I can see under the node it shows the...

**Feature request** Many thanks for this node. I discovered last night that the temperature range capabilities of my KL130 bulbs significantly exceed the limits set by the node. **Describe the...

I use several KP115 smart plugs with energy monitoring to feed an Energy Meter integration in Home Assistant. Quite often, the plugs will become unresponsive / disconnect from wifi. After...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'After some time (usually 30 min or...

I tried to install the node-red-contrib-tplink 1.0.0 in my nodered through the web ui and got this error. ----------------------------------------------------------- 2021-06-15T16:38:29.969Z Install : node-red-contrib-tplink 1.0.0 2021-06-15T16:38:32.493Z npm install --no-audit --no-update-notifier --save...

**Problem enconutered** I'm using multiple kasa nodes (four, and then one in a subflow which appears 7 times) at different points in my flow to control a single HS100. I...

I have a Kasa KL110B bulb and am running node red 1.2.9 on raspberry pi 3b. Problem 1 If the Kasa bulb is powered off (at the mains) when node...

I used an inject node to turn off the led msg.payload.led string true light turned on so naturally I changed true to false and nothing happened. after some messing around...

I own a tplink hs110 but at every deply this switch is turned off. Can I prevent that in a way?