# Report: Stav senzorů

ovládací panel odesílá každých 15 sec naměřená data z vestavěných senzorů, podle nastavení:  
***<span style="text-decoration: underline;">WEB\\Settings\\UDP Configuration\\Enabled </span>***  
***<span style="text-decoration: underline;">WEB\\Settings\\MQTT Configuration\\Enabled </span>***

---

## **Syntaxe**

**devName** - označení panelu <span style="text-decoration: underline;">***WEB/Settings/Device setting/Device name***</span>

**devIP** - IP adresa panelu

Rozklíčování hodnot

<div id="bkmrk-rozkl%C3%AD%C4%8Dov%C3%A1n%C3%AD"><table border="1" class="align-left" style="border-collapse: collapse; width: 61.7857%; border-width: 1px; border-color: rgb(0, 0, 0); height: 178.781px;"><colgroup><col style="width: 17.0412%;"></col><col style="width: 20.412%;"></col><col style="width: 62.7341%;"></col></colgroup><tbody><tr style="background-color: rgb(206, 212, 217); height: 29.7969px;"><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">**UDP**</td><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">**MQTT**</td><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">**význam**</td></tr><tr style="height: 29.7969px;"><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">temp</td><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">temperature</td><td style="border-color: rgb(0, 0, 0); height: 29.7969px;">teplota ve °C</td></tr><tr style="height: 29.7969px;"><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">rh</td><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">humidity</td><td style="border-color: rgb(0, 0, 0); height: 29.7969px;">relativní vlhkost %</td></tr><tr style="height: 29.7969px;"><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">AQI</td><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">aqi</td><td style="border-color: rgb(0, 0, 0); height: 29.7969px;">kvalita ovzduší index 1 - 5</td></tr><tr style="height: 29.7969px;"><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">TVOC</td><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">tvoc</td><td style="border-color: rgb(0, 0, 0); height: 29.7969px;">celkové těkavé organické sloučeniny 0~65000ppb</td></tr><tr style="height: 29.7969px;"><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">eCO</td><td class="align-center" style="border-color: rgb(0, 0, 0); height: 29.7969px;">eco2</td><td style="border-color: rgb(0, 0, 0); height: 29.7969px;">equivalent CO2 400~65000ppm</td></tr></tbody></table>

</div><div id="bkmrk-eco---equivalent-co2"></div>---

## **UDP**

<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary" id="bkmrk-clock-hour-18-clock-"><div class="sticky top-9"><div class="absolute end-0 bottom-0 flex h-9 items-center pe-2"><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs">devName temp:22.28 rh:46.11 lx:26 aqi:4 tvoc:216 eCO:541</div></div></div></div>## **MQTT HomeAssistant**

##### **Topic**

<div id="bkmrk-devname%2Fcommand%2Fcloc">devName/state</div>##### **Hodnota (Value)**

<div id="bkmrk-18%3A59"><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs" id="bkmrk-%7B">{</div><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs" id="bkmrk-%C2%A0-%22temperature%22%3A22%2C"> "temperature":22,</div><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs" id="bkmrk-%C2%A0-%22humidity%22%3A46%2C"> "humidity":46,</div><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs" id="bkmrk-%C2%A0-%22light%22%3A26%2C"> "light":26,</div><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs" id="bkmrk-%C2%A0-%22aqi%22%3A4%2C"> "aqi":4,</div><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs" id="bkmrk-%C2%A0-%22tvoc%22%3A216%2C"> "tvoc":216,</div><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs" id="bkmrk-%C2%A0-%22eco2%22%3A541"> "eco2":541</div><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs" id="bkmrk-%7D">}</div></div>