Skip to content

Commit d960d60

Browse files
Add 2 new Mutelcor Devices: Alarm Unit Class C and Siren Unit (#985)
Update Datasheet Links and fix image for Customer Feedback Co-authored-by: Jaime Trinidad <81958808+Jaime-Trinidad@users.noreply.github.com>
1 parent 03fed93 commit d960d60

21 files changed

+359
-41
lines changed

vendor/mutelcor/index.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ endDevices:
77
- mtc-mh01 #Manhole Sensor
88
- mtc-cf01 #3 Button Customer Feedback
99
- mtc-scb01 #3 Button Service Call
10-
- mtc-au01 #LoRa Alarm Unit
10+
- mtc-au01 #LoRa Alarm Unit Class C
11+
- mtc-au02 #LoRa Alarm Unit Class A
1112
- mtc-aq01 #Air Quality Sensor
1213
- mtc-nfc02 #NFC RFID - LoRa Button
1314
- mtc-aqb01 #Air Quality Button
1415
- mtc-mf01 #Multi-Function Device
1516
- mtc-co2-05 #CO2 Wireless
1617
- mtc-pm01 #PM2.5 Sensor
18+
- mtc-su01 #LoRa Siren Unit

vendor/mutelcor/mtc-aq01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ keySecurity: none
9696

9797
# Product and data sheet URLs (optional)
9898
productURL: https://mutelcor.com/lora-air-quality-sensor/
99-
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/05/MUTELCOR_Datasheet_LoRa_Air_Quality_Sensor.pdf
99+
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/12/MUTELCOR_Datasheet_LoRa_Air_Quality_Sensor.pdf
100100

101101
# Photos
102102
photos:

vendor/mutelcor/mtc-aqb01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ keySecurity: none
9696

9797
# Product and data sheet URLs (optional)
9898
productURL: https://mutelcor.com/lora-air-quality-button/
99-
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/05/MUTELCOR_Datasheet_LoRa_Air_Quality_Button.pdf
99+
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/12/MUTELCOR_Datasheet_LoRa_Air_Quality_Button.pdf
100100

101101
# Photos
102102
photos:

vendor/mutelcor/mtc-au01.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: LoRa Alarm Unit
2-
description: The Mutelcor LoRa Alarm Unit is a unique device that can be used either independently or with our other products like LoRa Panic Button with Confirmation or Smart CO2 LoRa Sensor to siren Alarms and Alerts. Up to 4 different Alarm-Types can be configured on the device with customizable LED Color Buzzer behavior per Alarm-Type. A Battery operated version is also available on request.
1+
name: LoRa Alarm Unit - Class C
2+
description: The Mutelcor LoRa Alarm Unit is a unique power connected LoRa Class C device that can be used either independently or with our other products like LoRa Panic Button with Confirmation or Smart CO2 LoRa Sensor to siren Alarms and Alerts. Up to 4 different Alarm-Types can be configured on the device with customizable LED Color Buzzer behavior per Alarm-Type.
33

44
# Hardware versions (optional, use when you have revisions)
55
hardwareVersions:
6-
- version: '1.4'
7-
numeric: 1
6+
- version: '2.0'
7+
numeric: 2
88

99
# Firmware versions (at least one is mandatory)
1010
firmwareVersions:
1111
- # Firmware version
12-
version: '1.4.7'
12+
version: '1.6.3'
1313
numeric: 1
1414
# Corresponding hardware versions (optional)
1515
hardwareVersions:
16-
- '1.4'
16+
- '2.0'
1717

1818
# Firmware features (optional)
1919
# Valid values are: remote rejoin (trigger a join from the application layer), transmission interval (configure how
@@ -27,27 +27,27 @@ firmwareVersions:
2727
# RU864-870
2828
profiles:
2929
EU863-870:
30-
id: mutelcor-profile
30+
id: mutelcor-classc
3131
lorawanCertified: false
3232
codec: mutelcor-codec
3333
US902-928:
34-
id: mutelcor-profile
34+
id: mutelcor-classc
3535
lorawanCertified: false
3636
codec: mutelcor-codec
3737
IN865-867:
38-
id: mutelcor-profile
38+
id: mutelcor-classc
3939
lorawanCertified: false
4040
codec: mutelcor-codec
4141
AU915-928:
42-
id: mutelcor-profile
42+
id: mutelcor-classc
4343
lorawanCertified: false
4444
codec: mutelcor-codec
4545
AS923:
46-
id: mutelcor-profile
46+
id: mutelcor-classc
4747
lorawanCertified: false
4848
codec: mutelcor-codec
4949
KR920-923:
50-
id: mutelcor-profile
50+
id: mutelcor-classc
5151
lorawanCertified: false
5252
codec: mutelcor-codec
5353

@@ -89,7 +89,7 @@ keySecurity: none
8989

9090
# Product and data sheet URLs (optional)
9191
productURL: https://mutelcor.com/lora-alarm-unit/
92-
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/05/MUTELCOR_Datasheet_LoRa_Alarm_Unit.pdf
92+
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/12/MUTELCOR_Datasheet_LoRa_Alarm_Unit-Class_C.pdf
9393

9494
# Photos
9595
photos:

vendor/mutelcor/mtc-au02.png

420 KB
Loading

vendor/mutelcor/mtc-au02.yaml

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
name: LoRa Alarm Unit (Battery)
2+
description: The Mutelcor LoRa Alarm Unit is a unique, battery operated device that can be used either independently or with our other products like LoRa Panic Button with Confirmation or Smart CO2 LoRa Sensor to siren Alarms and Alerts. Up to 4 different Alarm-Types can be configured on the device with customizable LED Color Buzzer behavior per Alarm-Type.
3+
4+
# Hardware versions (optional, use when you have revisions)
5+
hardwareVersions:
6+
- version: '1.4'
7+
numeric: 1
8+
9+
# Firmware versions (at least one is mandatory)
10+
firmwareVersions:
11+
- # Firmware version
12+
version: '1.4.7'
13+
numeric: 1
14+
# Corresponding hardware versions (optional)
15+
hardwareVersions:
16+
- '1.4'
17+
18+
# Firmware features (optional)
19+
# Valid values are: remote rejoin (trigger a join from the application layer), transmission interval (configure how
20+
# often he device sends a message).
21+
features:
22+
- remote rejoin
23+
- transmission interval
24+
25+
# LoRaWAN Device Profiles per region
26+
# Supported regions are EU863-870, US902-928, AU915-928, AS923, CN779-787, EU433, CN470-510, KR920-923, IN865-867,
27+
# RU864-870
28+
profiles:
29+
EU863-870:
30+
id: mutelcor-profile
31+
lorawanCertified: false
32+
codec: mutelcor-codec
33+
US902-928:
34+
id: mutelcor-profile
35+
lorawanCertified: false
36+
codec: mutelcor-codec
37+
IN865-867:
38+
id: mutelcor-profile
39+
lorawanCertified: false
40+
codec: mutelcor-codec
41+
AU915-928:
42+
id: mutelcor-profile
43+
lorawanCertified: false
44+
codec: mutelcor-codec
45+
AS923:
46+
id: mutelcor-profile
47+
lorawanCertified: false
48+
codec: mutelcor-codec
49+
KR920-923:
50+
id: mutelcor-profile
51+
lorawanCertified: false
52+
codec: mutelcor-codec
53+
54+
# Sensors that this device features (optional)
55+
# Valid values are:
56+
# 4-20 ma, accelerometer, altitude, analog input, auxiliary, barometer, battery, button, bvoc, co, co2, conductivity,
57+
# current, digital input, dissolved oxygen, distance, dust, energy, gps, gyroscope, h2s, humidity, iaq, level, light,
58+
# lightning, link, magnetometer, moisture, motion, no, no2, o3, particulate matter, ph, pir, pm2.5, pm10, potentiometer,
59+
# power, precipitation, pressure, proximity, pulse count, pulse frequency, radar, rainfall, rssi, smart valve, snr, so2,
60+
# solar radiation, sound, strain, surface temperature, temperature, tilt, time, tvoc, uv, vapor pressure, velocity,
61+
# vibration, voltage, water potential, water, weight, wifi ssid, wind direction, wind speed.
62+
sensors:
63+
- button
64+
- digital input
65+
66+
# Dimensions in mm (optional)
67+
# Use width, height, length and/or diameter
68+
dimensions:
69+
width: 95
70+
length: 95
71+
height: 40
72+
73+
# Weight in grams (optional)
74+
weight: 150
75+
76+
# Operating conditions (optional)
77+
operatingConditions:
78+
# Temperature (Celsius)
79+
temperature:
80+
min: -18
81+
max: 55
82+
83+
# IP rating (optional)
84+
ipCode: IP67
85+
86+
# Key security (optional)
87+
# Valid values are: none, read protected and secure element.
88+
keySecurity: none
89+
90+
# Product and data sheet URLs (optional)
91+
productURL: https://mutelcor.com/lora-alarm-unit/
92+
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/12/MUTELCOR_Datasheet_LoRa_Alarm_Unit-Battery_Powered.pdf
93+
94+
# Photos
95+
photos:
96+
main: mtc-au02.png
97+
98+
# Youtube or Vimeo Video (optional)
99+
#videos:
100+
# main: https://www.youtube.com/watch?v=UbhqsF8PTAA
101+
102+
# Regulatory compliances (optional)
103+
compliances:
104+
safety:
105+
- body: IEC
106+
norm: EN
107+
standard: 62368-1
108+
radioEquipment:
109+
- body: ETSI
110+
norm: EN
111+
standard: 301 489-1
112+
version: 2.2.0
113+
- body: ETSI
114+
norm: EN
115+
standard: 301 489-3
116+
version: 2.1.0

vendor/mutelcor/mtc-cf01.png

-985 KB
Loading

vendor/mutelcor/mtc-cf01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ keySecurity: none
9595

9696
# Product and data sheet URLs (optional)
9797
productURL: https://mutelcor.com/lora-customer-feedback/
98-
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/05/MUTELCOR_Datasheet_LoRa_Customer_Feedback.pdf
98+
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/12/MUTELCOR_Datasheet_LoRa_Customer_Feedback.pdf
9999

100100
# Photos
101101
photos:

vendor/mutelcor/mtc-co2-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ keySecurity: none
9292

9393
# Product and data sheet URLs (optional)
9494
productURL: https://mutelcor.com/smart-co2-lora-sensor/
95-
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/05/MUTELCOR_Datasheet_Smart_CO2_LoRa_Sensor.pdf
95+
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/12/MUTELCOR_Datasheet_Smart_CO2_LoRa_Sensor.pdf
9696

9797
# Photos
9898
photos:

vendor/mutelcor/mtc-co2-05.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ keySecurity: none
9595

9696
# Product and data sheet URLs (optional)
9797
productURL: https://mutelcor.com/lora-wireless-co2-sensor/
98-
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/05/MUTELCOR_Datasheet_LoRa_Wireless_CO2_Sensor.pdf
98+
dataSheetURL: https://mutelcor.com/wp-content/uploads/2025/12/MUTELCOR_Datasheet_LoRa_Wireless_CO2_Sensor.pdf
9999

100100
# Photos
101101
photos:

0 commit comments

Comments
 (0)