diff --git a/chester/catalog-applications/chester-clime.md b/chester/catalog-applications/chester-clime.md index 1c31cbc..0bb977a 100644 --- a/chester/catalog-applications/chester-clime.md +++ b/chester/catalog-applications/chester-clime.md @@ -74,6 +74,13 @@ The catalog application **CHESTER Clime IAQ** measures: Also, the application reports **push-button events** and provides **acoustic** and **optical feedback**. The **button LED** color also **signalizes CO₂ concentration levels**. +:::caution + +CHESTER IAQ sends in default the configuration about 800 bytes of data. If you increase the report interval without increasing also aggregation interval, +the data buffer might be bigger than the UDP MTU and the packet will not be sent. Device then appears like it is not sending or sends only a fraction of packets. + +::: + The hardware of this application consists of the following ordering codes: * `CHESTER-M-BCGLS` - Standard mainboard @@ -85,6 +92,8 @@ See [**Ordering Codes**](../ordering-codes.md) for more details. Firmware build shield options: `ctr_lrw ctr_lte ctr_s1 ctr_x10` + + ### CHESTER Clime 1W The catalog application **CHESTER Clime 1W** supports multiple external DS18B20 1-Wire temperature sensors. @@ -132,6 +141,13 @@ Firmware build shield options: `ctr_lrw ctr_lte ctr_rtd_a` - Samples are then **aggregated** in the configurable interval. Minimum, maximum, average, and median are computed from buffered samples for each sensor (parameter `interval-aggreg`). - Each aggregated values have its timestamps and are sent in a batch in a report interval period (parameter `interval-report`). +:::caution + +CHESTER Clime sends in default the configuration about 500 bytes of data. If you increase the report interval without increasing also aggregation interval, +the data buffer might be bigger than the UDP MTU and the packet will not be sent. Device then appears like it is not sending or sends only a fraction of packets. + +::: + When equipped with **CHESTER-S1**. The device also has a push button. When the button is pressed, the blue LED turns on for a second. Also, the **beep sound** is played from the integrated acoustic buzzer for audible confirmation of the push button press. Also, the button on the optional **CHESTER-S1** by its color reports the state of the CO₂ by **green** (levels are ok), **orange** (warning) and **red** (alarm) thresholds. The button blinks shortly every 5 seconds when powered from a battery and it is permanently on when external power on X10 is applied. Threshold **levels** and **hysteresis** are **configurable**. diff --git a/chester/catalog-applications/common-functionality.md b/chester/catalog-applications/common-functionality.md index bb51b4b..a4e0bad 100644 --- a/chester/catalog-applications/common-functionality.md +++ b/chester/catalog-applications/common-functionality.md @@ -47,6 +47,14 @@ app config interval-aggreg 300 app config interval-report 1800 ``` +:::caution + +CHESTER sends in default the configuration about 500 bytes of data. If you increase the report interval too much without increasing also aggregation interval, +the data buffer might be bigger than the UDP MTU and the packet will not be sent. Device then appears like it is not sending or sends only a fraction of packets. + +::: + + You can change configuration using the `app config` command, followed by `config save`. Example: ```