🔧 ELSYS Sensor Configuration
Configure sampling and sending intervals for ELSYS ERS Sound LoRa sensors
📋 Configuration Guidelines
- Sampling Interval: How often the sensor takes measurements (in seconds)
- Sending Interval: How often the sensor sends data (must be a multiple of sampling interval)
- TX Power (Optional): Transmission power in dBm (0-15). Higher = longer range but more battery usage. Leave empty to keep current setting.
- LED Action (Optional): Set the device LED to Off, Green, Red or Orange. Uses setting type 0xFA. Actions can be chained by sending multiple 0xFA entries (advanced).
- Example: Sampling=600s (10min), Sending=600s → Sensor samples every 10 minutes and sends immediately
- Example: Sampling=300s (5min), Sending=900s (15min) → Sensor samples every 5 minutes, sends every 15 minutes (3 samples per transmission)
- Data rate (DrDef/DrMin/DrMax): Accepts values 0-15. Leave empty to not change. Ensure DrMin ≤ DrDef ≤ DrMax if set.
- Sample queue size (QSize): Number of samples buffered on device (1-10). Use with caution to avoid large transmissions.