diff --git a/bundles/org.openhab.binding.tplinksmarthome/README.md b/bundles/org.openhab.binding.tplinksmarthome/README.md index 462ac586247f5..bdec100852404 100644 --- a/bundles/org.openhab.binding.tplinksmarthome/README.md +++ b/bundles/org.openhab.binding.tplinksmarthome/README.md @@ -179,6 +179,24 @@ Switching and Brightness is done using the `brightness` channel. Switching, Brightness and Color is done using the `color` channel. +### KL50 Kasa Filament Smart Bulb, Soft White + +* Power On/Off +* Adjust the brightness +* Actual power usage +* Wi-Fi signal strength (RSSI) + +Switching and Brightness is done using the `brightness` channel. + +### KL60 Kasa Filament Smart Bulb, Warm Amber + +* Power On/Off +* Adjust the brightness +* Actual power usage +* Wi-Fi signal strength (RSSI) + +Switching and Brightness is done using the `brightness` channel. + ### KL110 Smart Wi-Fi LED Bulb with Dimmable Light * Power On/Off @@ -268,7 +286,7 @@ All devices support some of the following channels: | Channel Type ID | Item Type | Description | Thing types supporting this channel | |---------------------|--------------------------|------------------------------------------------|----------------------------------------------------------------------------------------------------| | switch | Switch | Power the device on or off. | HS100, HS103, HS105, HS107, HS110, HS200, HS210, HS300, KP100, KP200, KP303, KP400, RE270K, RE370K | -| brightness | Dimmer | Set the brightness of device or dimmer. | HS220, KB100, KL110, KL120, LB100, LB110, LB120, LB200 | +| brightness | Dimmer | Set the brightness of device or dimmer. | HS220, KB100, KL50, KL60, KL110, KL120, LB100, LB110, LB120, LB200 | | colorTemperature | Dimmer | Set the color temperature in percentage. | KB130, KL120, KL130, LB120, LB130, LB230 | | colorTemperatureAbs | Number | Set the color temperature in Kelvin. | KB130, KL120, KL130, LB120, LB130, LB230 | | color | Color | Set the color of the light. | KB130, KL130, LB130, LB230 | diff --git a/bundles/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeThingType.java b/bundles/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeThingType.java index e5c6856aac601..60ad062192a6f 100644 --- a/bundles/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeThingType.java +++ b/bundles/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeThingType.java @@ -41,6 +41,8 @@ public enum TPLinkSmartHomeThingType { LB130("lb130", DeviceType.BULB), LB200("lb200", DeviceType.BULB), LB230("lb230", DeviceType.BULB), + KL50("kl50", DeviceType.BULB), + KL60("kl60", DeviceType.BULB), KL110("kl110", DeviceType.BULB), KL120("kl120", DeviceType.BULB), KL130("kl130", DeviceType.BULB), diff --git a/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/ESH-INF/thing/KL50.xml b/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/ESH-INF/thing/KL50.xml new file mode 100644 index 0000000000000..bd41e2bdb79b7 --- /dev/null +++ b/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/ESH-INF/thing/KL50.xml @@ -0,0 +1,22 @@ + + + + + + Kasa Filament Smart Bulb, Soft White + Lightbulb + + + + + + + + deviceId + + + + diff --git a/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/ESH-INF/thing/KL60.xml b/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/ESH-INF/thing/KL60.xml new file mode 100644 index 0000000000000..d9fd18363e0f8 --- /dev/null +++ b/bundles/org.openhab.binding.tplinksmarthome/src/main/resources/ESH-INF/thing/KL60.xml @@ -0,0 +1,22 @@ + + + + + + Kasa Filament Smart Bulb, Warm Amber + Lightbulb + + + + + + + + deviceId + + + +