Skip to content

Commit 272bddb

Browse files
authored
Merge pull request #2463 from SmartThingsCommunity/beta
2 parents 57805fe + a2f59f9 commit 272bddb

File tree

23 files changed

+1491
-288
lines changed

23 files changed

+1491
-288
lines changed

drivers/SmartThings/matter-switch/fingerprints.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,12 @@ matterManufacturer:
28562856
vendorId: 0x139C
28572857
productId: 0x0387
28582858
deviceProfileName: matter-bridge
2859+
#Zimi
2860+
- id: "5410/3"
2861+
deviceLabel: Zimi Matter Connect
2862+
vendorId: 0x1522
2863+
productId: 0x0003
2864+
deviceProfileName: matter-bridge
28592865
#TUO
28602866
- id: "5150/1"
28612867
deviceLabel: "TUO Smart Button"

drivers/SmartThings/matter-thermostat/fingerprints.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,55 +72,55 @@ matterGeneric:
7272
deviceLabel: Matter Thermostat
7373
deviceTypes:
7474
- id: 0x0300 # HVAC Heating/Cooling Unit
75-
deviceProfileName: thermostat
75+
deviceProfileName: thermostat-nostate-nobattery
7676
- id: "matter/hvac/thermostat"
7777
deviceLabel: Matter Thermostat
7878
deviceTypes:
7979
- id: 0x0301 # Thermostat
80-
deviceProfileName: thermostat
80+
deviceProfileName: thermostat-nostate-nobattery
8181
- id: "matter/hvac/heatcool/humidity"
8282
deviceLabel: Matter Thermostat
8383
deviceTypes:
8484
- id: 0x0300 # HVAC Heating/Cooling Unit
8585
- id: 0x0307 # Humidity Sensor
86-
deviceProfileName: thermostat-humidity
86+
deviceProfileName: thermostat-humidity-nostate-nobattery
8787
- id: "matter/hvac/thermostat/humidity"
8888
deviceLabel: Matter Thermostat
8989
deviceTypes:
9090
- id: 0x0301 # Thermostat
9191
- id: 0x0307 # Humidity Sensor
92-
deviceProfileName: thermostat-humidity
92+
deviceProfileName: thermostat-humidity-nostate-nobattery
9393
- id: "matter/hvac/heatcool/fan"
9494
deviceLabel: Matter Thermostat
9595
deviceTypes:
9696
- id: 0x0300 # HVAC Heating/Cooling Unit
9797
- id: 0x002B # Fan
98-
deviceProfileName: thermostat-fan
98+
deviceProfileName: thermostat-fan-nostate-nobattery
9999
- id: "matter/hvac/thermostat/fan"
100100
deviceLabel: Matter Thermostat
101101
deviceTypes:
102102
- id: 0x0301 # Thermostat
103103
- id: 0x002B # Fan
104-
deviceProfileName: thermostat-fan
104+
deviceProfileName: thermostat-fan-nostate-nobattery
105105
- id: "matter/hvac/heatcool/humidity/fan"
106106
deviceLabel: Matter Thermostat
107107
deviceTypes:
108108
- id: 0x0300 # HVAC Heating/Cooling Unit
109109
- id: 0x0307 # Humidity Sensor
110110
- id: 0x002B # Fan
111-
deviceProfileName: thermostat-humidity-fan
111+
deviceProfileName: thermostat-humidity-fan-nostate-nobattery
112112
- id: "matter/hvac/thermostat/humidity/fan"
113113
deviceLabel: Matter Thermostat
114114
deviceTypes:
115115
- id: 0x0301 # Thermostat
116116
- id: 0x0307 # Humidity Sensor
117117
- id: 0x002B # Fan
118-
deviceProfileName: thermostat-humidity-fan
118+
deviceProfileName: thermostat-humidity-fan-nostate-nobattery
119119
- id: "matter/room-air-conditioner"
120120
deviceLabel: Matter Room Air Conditioner
121121
deviceTypes:
122122
- id: 0x0072
123-
deviceProfileName: room-air-conditioner
123+
deviceProfileName: room-air-conditioner-fan-heating-cooling-nostate
124124
- id: "matter/fan"
125125
deviceLabel: Matter Fan
126126
deviceTypes:
@@ -130,7 +130,7 @@ matterGeneric:
130130
deviceLabel: Matter Air Purifier
131131
deviceTypes:
132132
- id: 0x002D # Air Purifier
133-
deviceProfileName: air-purifier-hepa-ac-wind
133+
deviceProfileName: air-purifier
134134
- id: "matter/air-purifier/quality-sensor"
135135
deviceLabel: Matter Air Purifier & Quality Sensor
136136
deviceTypes:

drivers/SmartThings/zigbee-contact/fingerprints.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ zigbeeManufacturer:
149149
manufacturer: frient A/S
150150
model: WISZB-121
151151
deviceProfileName: contact-battery-profile
152+
- id: "frient A/S/WISZB-131"
153+
deviceLabel: frient Entry Sensor 2 Pro
154+
manufacturer: frient A/S
155+
model: WISZB-131
156+
deviceProfileName: frient-contact-battery-temperature
152157
- id: "Compacta/ZBWDS"
153158
deviceLabel: Smartenit Open/Closed Sensor
154159
manufacturer: Compacta
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: frient-contact-battery-temperature
2+
components:
3+
- id: main
4+
capabilities:
5+
- id: contactSensor
6+
version: 1
7+
- id: battery
8+
version: 1
9+
- id: temperatureMeasurement
10+
version: 1
11+
- id: firmwareUpdate
12+
version: 1
13+
- id: refresh
14+
version: 1
15+
categories:
16+
- name: ContactSensor
17+
preferences:
18+
- preferenceId: tempOffset
19+
explicit: true
20+
- title: "Temperature Sensitivity (°C)"
21+
name: temperatureSensitivity
22+
description: "Minimum change in temperature to report"
23+
required: false
24+
preferenceType: number
25+
definition:
26+
minimum: 0.1
27+
maximum: 2.0
28+
default: 1.0

drivers/SmartThings/zigbee-contact/src/configurations.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ local devices = {
9292
{ mfr = "Sercomm Corp.", model = "SZ-DWS04" },
9393
{ mfr = "DAWON_DNS", model = "SS-B100-ZB" },
9494
{ mfr = "frient A/S", model = "WISZB-120" },
95+
{ mfr = "frient A/S", model = "WISZB-131" },
9596
{ mfr = "Compacta", model = "ZBWDS" }
9697
},
9798
CONFIGURATION = {

drivers/SmartThings/zigbee-contact/src/frient/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ local frient_sensor = {
9393
}
9494
},
9595
can_handle = function(opts, driver, device, ...)
96-
return (device:get_manufacturer() == "frient A/S" and (device:get_model() == "WISZB-120" or device:get_model() == "WISZB-121"))
96+
return (device:get_manufacturer() == "frient A/S" and (device:get_model() == "WISZB-120" or device:get_model() == "WISZB-121" or device:get_model() == "WISZB-131"))
9797
end
9898
}
9999

0 commit comments

Comments
 (0)