|
| 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 |
0 commit comments