Difference between revisions of "SysInfo"

From Let's Control It
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
The ESP module can report some internal statistics to the controller. Currently limited to "Uptime" and "Free RAM Memory".
+
The ESP module can report some internal statistics to the controller.
 
 
  
 
== Hardware ==
 
== Hardware ==
 
There is no external hardware involved.
 
There is no external hardware involved.
 
= Software =
 
 
== Custom Sketch ==
 
  
 
= ESP Easy =
 
= ESP Easy =
Line 19: Line 14:
 
== Indicators (recommended settings) ==
 
== Indicators (recommended settings) ==
  
* Uptime
+
{| class="wikitable sortable"
value name: '''min'''utes<br/>
+
|-
delay: '''60''' seconds<br/>
+
! Indicator
decimals: '''0'''<br/>
+
! 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
+
| Free RAM
value name: '''bytes'''<br/>
+
| '''bytes'''
delay: '''10''' seconds<br/>
+
| '''60'''
decimals: '''0'''<br/>
+
| '''0'''
 +
| Formula for kB: '''%value%/1000'''
 +
|-
  
----
+
| WiFi RSSI
 +
| '''dBm'''
 +
| '''600'''
 +
| '''0'''
 +
| Signals strength of WiFi
 +
|-
  
* WiFi RSSI (signal strength of WiFi)
+
| Input VCC
value name: '''dBm'''<br/>
+
| '''V'''olt
delay: '''600''' seconds (once every 10 minutes)<br/>
+
| '''60'''
decimals: '''0'''<br/>
+
| '''1'''
 +
| Input power, will show "-1" if N/A
 +
|-
  
----
+
| System load
 +
| '''%'''
 +
| '''10'''
 +
| '''0'''
 +
| Percent
 +
|-
  
* Input VCC (input power, will show "-1" if N/A)
+
|}
value name: '''V'''olt<br/>
 
delay: '''10''' seconds<br/>
 
decimals: '''1'''<br/>
 
  
 
== Optional settings ==
 
== Optional settings ==

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