Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
928 changes: 928 additions & 0 deletions vendor/nexelec/flow-codec.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions vendor/nexelec/flow-codec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Uplink decoder decodes binary data uplink into a JSON object (optional)
# For documentation on writing encoders and decoders, see: https://thethingsstack.io/integrations/payload-formatters/javascript/
uplinkDecoder:
fileName: flow-codec.js

downlinkEncoder:
fileName: flow-codec.js

downlinkDecoder:
fileName: flow-codec.js
107 changes: 107 additions & 0 deletions vendor/nexelec/flow-core.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
name: FLOW CORE
description: FLOW CORE is a LoRaWAN thermostatic radiator valve designed to regulate heating room by room, reduce energy consumption and simplify building heating control. It combines local regulation, NFC configuration, remote supervision and up to 10 years of battery life depending on usage.

hardwareVersions:
- version: '1.0'
numeric: 1

# Firmware versions (at least one is mandatory)
firmwareVersions:
- # Firmware version
version: '1.2'
numeric: 1
# Corresponding hardware versions (optional)
hardwareVersions:
- '1.0' # Must refer to hardwareVersions declared above

# Firmware features (optional)
# Valid values are: remote rejoin (trigger a join from the application layer), transmission interval (configure how
# often he device sends a message).
features:
- remote rejoin
- transmission interval

# LoRaWAN Device Profiles per region
# Supported regions are EU863-870, US902-928, AU915-928, AS923, CN779-787, EU433, CN470-510, KR920-923, IN865-867,
# RU864-870
profiles:
EU863-870:
# Optional identifier of the vendor of the profile. When you specify the vendorID, the profile is loaded from
# the vendorID's folder. This allows you to reuse profiles from module or LoRaWAN end device stack vendors.
# If vendorID is empty, the current vendor ID is used. In this example, the vendorID is the current vendor ID,
# which is verbose.
#vendorID: example
# Identifier of the profile (lowercase, alphanumeric with dashes, max 36 characters)
id: flow-profile
lorawanCertified: false
codec: flow-codec

# Sensors that this device features (optional)
# Valid values are:
# 4-20 ma, accelerometer, altitude, analog input, auxiliary, barometer, battery, button, bvoc, co, co2, conductivity,
# current, digital input, dissolved oxygen, distance, dust, energy, gps, gyroscope, h2s, humidity, iaq, level, light,
# lightning, link, magnetometer, moisture, motion, no, no2, o3, particulate matter, ph, pir, pm2.5, pm10, potentiometer,
# power, precipitation, pressure, proximity, pulse count, pulse frequency, radar, rainfall, rssi, smart valve, snr, so2,
# solar radiation, sound, strain, surface temperature, temperature, tilt, time, tvoc, uv, vapor pressure, velocity,
# vibration, voltage, water potential, water, weight, wifi ssid, wind direction, wind speed.
sensors:
- temperature

# Additional radios that this device has (optional)
# Valid values are: ble, nfc, wifi, cellular.
additionalRadios:
- nfc

# Dimensions in mm (optional)
# Use width, height, length and/or diameter
dimensions:
diameter: 58
length: 91

# Weight in grams (optional)
weight: 190

# Battery information (optional)
battery:
replaceable: true
type: AA

# Operating conditions (optional)
operatingConditions:
# Temperature (Celsius)
temperature:
min: -20
max: 60

# IP rating (optional)
ipCode: IP20

# Key security (optional)
# Valid values are: none, read protected and secure element.
keySecurity: read protected

# Product and data sheet URLs (optional)
productURL: https://nexelec.eu/en/store/flow-core/
dataSheetURL: https://support.nexelec.fr/en/support/solutions/articles/80001215347-datasheet-flow-core

# Commercial information
resellerURLs:
- name: 'Nexelec'
region:
- European Union
url: https://www.nexelec.eu/

# Photos
photos:
main: flow.png
# Regulatory compliances (optional)
#compliances:
# safety:
# - body:
# norm:
# standard:
# radioEquipment:
# - body:
# norm:
# standard:
# version:
108 changes: 108 additions & 0 deletions vendor/nexelec/flow-pro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
name: FLOW PRO
description: FLOW PRO is a LoRaWAN connected thermostatic radiator valve designed for collective buildings, schools, hospitals, hotels and tertiary sites. It combines local regulation, remote supervision, NFC configuration, BMS integration and up to 12 years of battery life depending on usage.

# Hardware versions (optional, use when you have revisions)
hardwareVersions:
- version: '1.0'
numeric: 1

# Firmware versions (at least one is mandatory)
firmwareVersions:
- # Firmware version
version: '1.2'
numeric: 1
# Corresponding hardware versions (optional)
hardwareVersions:
- '1.0'

# Firmware features (optional)
# Valid values are: remote rejoin (trigger a join from the application layer), transmission interval (configure how
# often he device sends a message).
features:
- remote rejoin
- transmission interval

# LoRaWAN Device Profiles per region
# Supported regions are EU863-870, US902-928, AU915-928, AS923, CN779-787, EU433, CN470-510, KR920-923, IN865-867,
# RU864-870
profiles:
EU863-870:
# Optional identifier of the vendor of the profile. When you specify the vendorID, the profile is loaded from
# the vendorID's folder. This allows you to reuse profiles from module or LoRaWAN end device stack vendors.
# If vendorID is empty, the current vendor ID is used. In this example, the vendorID is the current vendor ID,
# which is verbose.
#vendorID: example
# Identifier of the profile (lowercase, alphanumeric with dashes, max 36 characters)
id: flow-profile
lorawanCertified: false
codec: flow-codec

# Sensors that this device features (optional)
# Valid values are:
# 4-20 ma, accelerometer, altitude, analog input, auxiliary, barometer, battery, button, bvoc, co, co2, conductivity,
# current, digital input, dissolved oxygen, distance, dust, energy, gps, gyroscope, h2s, humidity, iaq, level, light,
# lightning, link, magnetometer, moisture, motion, no, no2, o3, particulate matter, ph, pir, pm2.5, pm10, potentiometer,
# power, precipitation, pressure, proximity, pulse count, pulse frequency, radar, rainfall, rssi, smart valve, snr, so2,
# solar radiation, sound, strain, surface temperature, temperature, tilt, time, tvoc, uv, vapor pressure, velocity,
# vibration, voltage, water potential, water, weight, wifi ssid, wind direction, wind speed.
sensors:
- temperature

# Additional radios that this device has (optional)
# Valid values are: ble, nfc, wifi, cellular.
additionalRadios:
- nfc

# Dimensions in mm (optional)
# Use width, height, length and/or diameter
dimensions:
diameter: 58
length: 91

# Weight in grams (optional)
weight: 220

# Battery information (optional)
battery:
replaceable: true
type: AA

# Operating conditions (optional)
operatingConditions:
# Temperature (Celsius)
temperature:
min: -20
max: 60

# IP rating (optional)
ipCode: IP20

# Key security (optional)
# Valid values are: none, read protected and secure element.
keySecurity: read protected

# Product and data sheet URLs (optional)
productURL: https://nexelec.eu/en/store/flow-pro/
dataSheetURL: https://support.nexelec.fr/en/support/solutions/articles/80001215346-datasheet-flow-pro

# Commercial information
resellerURLs:
- name: 'Nexelec'
region:
- European Union
url: https://www.nexelec.eu/

# Photos
photos:
main: flow.png
# Regulatory compliances (optional)
#compliances:
# safety:
# - body:
# norm:
# standard:
# radioEquipment:
# - body:
# norm:
# standard:
# version:
47 changes: 47 additions & 0 deletions vendor/nexelec/flow-profile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# LoRaWAN MAC version: 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4 or 1.1
macVersion: 1.0.4
# LoRaWAN Regional Parameters version. Values depend on the LoRaWAN version:
# 1.0: TS001-1.0
# 1.0.1: TS001-1.0.1
# 1.0.2: RP001-1.0.2 or RP001-1.0.2-RevB
# 1.0.3: RP001-1.0.3-RevA
# 1.0.4: RP002-1.0.0 or RP002-1.0.1
# 1.1: RP001-1.1-RevA or RP001-1.1-RevB
regionalParametersVersion: RP002-1.0.4

# Whether the end device supports join (OTAA) or not (ABP)
supportsJoin: true
# If your device is an ABP device (supportsJoin is false), uncomment the following fields:
# RX1 delay
#rx1Delay: 5
# RX1 data rate offset
#rx1DataRateOffset: 0
# RX2 data rate index
#rx2DataRateIndex: 0
# RX2 frequency (MHz)
#rx2Frequency: 869.525
# Factory preset frequencies (MHz)
#factoryPresetFrequencies: [868.1, 868.3, 868.5, 867.1, 867.3, 867.5, 867.7, 867.9]

# Maximum EIRP
maxEIRP: 14
# Whether the end device supports 32-bit frame counters
supports32bitFCnt: true

# Whether the end device supports class B
supportsClassB: false
# If your device supports class B, uncomment the following fields:
# Maximum delay for the end device to answer a MAC request or confirmed downlink frame (seconds)
#classBTimeout: 60
# Ping slot period (seconds)
#pingSlotPeriod: 128
# Ping slot data rate index
#pingSlotDataRateIndex: 0
# Ping slot frequency (MHz). Set to 0 if the band supports ping slot frequency hopping.
#pingSlotFrequency: 869.525

# Whether the end device supports class C
supportsClassC: false
# If your device supports class C, uncomment the following fields:
# Maximum delay for the end device to answer a MAC request or confirmed downlink frame (seconds)
#classCTimeout: 60
Binary file added vendor/nexelec/flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/nexelec/flow.png:Zone.Identifier
Binary file not shown.
2 changes: 2 additions & 0 deletions vendor/nexelec/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ endDevices:
- origin
- guard-plus
- guard
- flow-pro
- flow-core
profileIDs:
'420':
endDeviceID: 'carbon'
Expand Down
4 changes: 0 additions & 4 deletions vendor/nexelec/track.png:Zone.Identifier

This file was deleted.

Loading