The following Tapo-Devices are supported
-### P100/P105 SmartPlug (WiFi)
+### P100/P105 SmartPlug (Wi-Fi)
* Power On/Off
* Wi-Fi signal (SignalStrength)
* On-Time (Time in seconds device is switched on)
-### P110 EnergyMonitoring SmartPlug (WiFi)
+### P110/P115 EnergyMonitoring SmartPlug (Wi-Fi)
* Power On/Off
* Wi-Fi signal (SignalStrength)
* today EnergyUsage (Wh)
* today Runtime (Time in seconds device was on today)
-### L510(Series) dimmable SmartBulb (WiFi)
+### L510(Series) dimmable SmartBulb (Wi-Fi)
* Light On/Off
* Brightnes (Dimmer) 0-100 %
* Wi-Fi signal (SignalStrength)
* On-Time (Time in seconds device is switched on)
-### L530(Series) MultiColor SmartBulb (WiFi)
+### L530(Series) MultiColor SmartBulb (Wi-Fi)
* Light On/Off
* Brightnes (Dimmer) 0-100 %
* Wi-Fi signal (SignalStrength)
* On-Time (Time in seconds device is switched on)
-### L900/L920 LED-LightStrip (WiFi)
+### L900/L920 LED-LightStrip (Wi-Fi)
* Light On/Off
* Brightnes (Dimmer) 0-100 %
All devices support some of the following channels:
-| group | channel |type | description | things supporting this channel |
-|-----------|----------------- |------------------------|------------------------------|---------------------------------------------|
-| actuator | output | Switch | Power device on or off | P100, P105, P110, L510, L530, L900, L920 |
-| | brightness | Dimmer | Brightness 0-100% | L510, L530, L900 |
-| | colorTemperature | Number | White-Color-Temp 2500-6500K | L510, L530, L900 |
-| | color | Color | Color | L530, L900 |
-| device | wifiSignal | system.signal-strength | WiFi-quality-level | P100, P105, P110, L510, L530, L900, L920 |
-| | onTime | Number:Time | seconds output is on | P100, P105, P110, L510, L530, L900, L920 |
-| energy | actualPower | Number:Power | actual Power (Watt) | P110 |
-| | todayEnergyUsage | Number:Energy | used energy today (Wh) | P110 |
-| | todayRuntime | Number:Time | seconds output was on today | P110 |
+| group | channel |type | description | things supporting this channel |
+|-----------|----------------- |------------------------|------------------------------|------------------------------------------------|
+| actuator | output | Switch | Power device on or off | P100, P105, P110, P115, L510, L530, L900, L920 |
+| | brightness | Dimmer | Brightness 0-100% | L510, L530, L900 |
+| | colorTemperature | Number | White-Color-Temp 2500-6500K | L510, L530, L900 |
+| | color | Color | Color | L530, L900 |
+| device | wifiSignal | system.signal-strength | WiFi-quality-level | P100, P105, P110, P115, L510, L530, L900, L920 |
+| | onTime | Number:Time | seconds output is on | P100, P105, P110, P115, L510, L530, L900, L920 |
+| energy | actualPower | Number:Power | actual Power (Watt) | P110, P115 |
+| | todayEnergyUsage | Number:Energy | used energy today (Wh) | P110, P115 |
+| | todayRuntime | Number:Time | seconds output was on today | P110, P115 |
## Channel Refresh
public static final String DEVICE_P100 = "P100";
public static final String DEVICE_P105 = "P105";
public static final String DEVICE_P110 = "P110";
+ public static final String DEVICE_P115 = "P115";
public static final String DEVICE_L510 = "L510";
public static final String DEVICE_L530 = "L530";
public static final String DEVICE_L900 = "L900";
public static final ThingTypeUID P100_THING_TYPE = new ThingTypeUID(BINDING_ID, DEVICE_P100);
public static final ThingTypeUID P105_THING_TYPE = new ThingTypeUID(BINDING_ID, DEVICE_P105);
public static final ThingTypeUID P110_THING_TYPE = new ThingTypeUID(BINDING_ID, DEVICE_P110);
+ public static final ThingTypeUID P115_THING_TYPE = new ThingTypeUID(BINDING_ID, DEVICE_P115);
public static final ThingTypeUID L510_THING_TYPE = new ThingTypeUID(BINDING_ID, DEVICE_L510);
public static final ThingTypeUID L530_THING_TYPE = new ThingTypeUID(BINDING_ID, DEVICE_L530);
public static final ThingTypeUID L900_THING_TYPE = new ThingTypeUID(BINDING_ID, DEVICE_L900);
/*** SET OF SUPPORTED UIDS ***/
public static final Set<ThingTypeUID> SUPPORTED_BRIDGE_UIDS = Set.of(BRIDGE_THING_TYPE);
public static final Set<ThingTypeUID> SUPPORTED_SMART_PLUG_UIDS = Set.of(P100_THING_TYPE, P105_THING_TYPE,
- P110_THING_TYPE);
+ P110_THING_TYPE, P115_THING_TYPE);
public static final Set<ThingTypeUID> SUPPORTED_WHITE_BULB_UIDS = Set.of(L510_THING_TYPE);
public static final Set<ThingTypeUID> SUPPORTED_COLOR_BULB_UIDS = Set.of(L530_THING_TYPE);
public static final Set<ThingTypeUID> SUPPORTED_LIGHT_STRIP_UIDS = Set.of(L900_THING_TYPE, L920_THING_TYPE);
SUPPORTED_COLOR_BULB_UIDS, SUPPORTED_LIGHT_STRIP_UIDS)
.flatMap(Set::stream).collect(Collectors.toSet()));
/*** THINGS WITH ENERGY DATA ***/
- public static final Set<ThingTypeUID> SUPPORTED_ENERGY_DATA_UIDS = Set.of(P110_THING_TYPE);
+ public static final Set<ThingTypeUID> SUPPORTED_ENERGY_DATA_UIDS = Set.of(P110_THING_TYPE, P115_THING_TYPE);
/*** THINGS WITH CHANNEL GROUPS ***/
public static final Set<ThingTypeUID> CHANNEL_GROUP_THING_SET = Collections
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<thing:thing-descriptions bindingId="tapocontrol"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
+ xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
+
+ <!-- P115 THING-TYPE (SOCKET) -->
+ <thing-type id="P115">
+ <supported-bridge-type-refs>
+ <bridge-type-ref id="bridge"/>
+ </supported-bridge-type-refs>
+
+ <label>P115 SmartPlug</label>
+ <description>Tapo Smart Monitoring Wifi Plug</description>
+ <channel-groups>
+ <channel-group id="actuator" typeId="smartPlug"/>
+ <channel-group id="device" typeId="deviceState"/>
+ <channel-group id="energy" typeId="energyMonitor"/>
+ </channel-groups>
+ <representation-property>macAddress</representation-property>
+
+ <config-description-ref uri="thing-type:tapo:device"/>
+ </thing-type>
+</thing:thing-descriptions>