Difference between revisions of "SysInfo"

From Let's Control It
Jump to navigation Jump to search
(Created page with "{{Preliminary}}")
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Preliminary}}
+
= Introduction =
 +
The ESP module can report some internal statistics to the controller.
 +
 
 +
== Hardware ==
 +
There is no external hardware involved.
 +
 
 +
= ESP Easy =
 +
Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "System Info" from the dropdown box.
 +
 
 +
[[File:EasyConfigSysInfo.png]]
 +
 
 +
Enter the IDX found in the Domoticz device page. That should be all.
 +
 
 +
== Indicators (recommended settings) ==
 +
 
 +
{| class="wikitable sortable"
 +
|-
 +
! Indicator
 +
! Value Name
 +
! Delay (sec)
 +
! Decimals
 +
! Extra information
 +
|-
 +
 
 +
| Uptime
 +
| '''min'''utes
 +
| '''60'''
 +
| '''0'''
 +
| Formula for uptime in hours: '''%value%/60''' and change the delay to 3600 and the value name to "hours".
 +
|-
 +
 
 +
| Free RAM
 +
| '''bytes'''
 +
| '''60'''
 +
| '''0'''
 +
| Formula for kB: '''%value%/1000'''
 +
|-
 +
 
 +
| WiFi RSSI
 +
| '''dBm'''
 +
| '''600'''
 +
| '''0'''
 +
| Signals strength of WiFi
 +
|-
 +
 
 +
| Input VCC
 +
| '''V'''olt
 +
| '''60'''
 +
| '''1'''
 +
| Input power, will show "-1" if N/A
 +
|-
 +
 
 +
| System load
 +
| '''%'''
 +
| '''10'''
 +
| '''0'''
 +
| Percent
 +
|-
 +
 
 +
|}
 +
 
 +
== Optional settings ==
 +
 
 +
[[ EasyFormula | Use of formulas]]
 +
 
 +
[[ EasyValueNames | Use of value names]]

Latest revision as of 08:09, 26 October 2017

Introduction

The ESP module can report some internal statistics to the controller.

Hardware

There is no external hardware involved.

ESP Easy

Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "System Info" from the dropdown box.

EasyConfigSysInfo.png

Enter the IDX found in the Domoticz device page. That should be all.

Indicators (recommended settings)

Indicator Value Name Delay (sec) Decimals Extra information
Uptime minutes 60 0 Formula for uptime in hours: %value%/60 and change the delay to 3600 and the value name to "hours".
Free RAM bytes 60 0 Formula for kB: %value%/1000
WiFi RSSI dBm 600 0 Signals strength of WiFi
Input VCC Volt 60 1 Input power, will show "-1" if N/A
System load % 10 0 Percent

Optional settings

Use of formulas

Use of value names