Difference between revisions of "SysInfo"

From Let's Control It
Jump to navigation Jump to search
Line 10: Line 10:
 
== Custom Sketch ==
 
== Custom Sketch ==
  
== ESP Easy ==
+
= 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.
 
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.
  
Line 17: Line 17:
 
Enter the IDX found in the Domoticz device page. That should be all.
 
Enter the IDX found in the Domoticz device page. That should be all.
  
=== Optional settings ===
+
== Indicators (recommended settings) ==
 +
 
 +
* Uptime
 +
value name: '''min'''utes<br/>
 +
delay: '''60''' seconds<br/>
 +
decimals: '''0'''<br/>
 +
 
 +
----
 +
 
 +
* Free RAM
 +
value name: '''bytes'''<br/>
 +
delay: '''10''' seconds<br/>
 +
decimals: '''0'''<br/>
 +
 
 +
----
 +
 
 +
* WiFi RSSI (signal strength of WiFi)
 +
value name: '''dBm'''<br/>
 +
delay: '''600''' seconds (once every 10 minutes)<br/>
 +
decimals: '''0'''<br/>
 +
 
 +
----
 +
 
 +
* Input VCC (input power, will show "-1" if N/A)
 +
value name: '''V'''olt<br/>
 +
delay: '''10''' seconds<br/>
 +
decimals: '''1'''<br/>
 +
 
 +
== Optional settings ==
  
 
[[ EasyFormula | Use of formulas]]
 
[[ EasyFormula | Use of formulas]]
  
 
[[ EasyValueNames | Use of value names]]
 
[[ EasyValueNames | Use of value names]]

Revision as of 13:23, 1 June 2017

Introduction

The ESP module can report some internal statistics to the controller. Currently limited to "Uptime" and "Free RAM Memory".


Hardware

There is no external hardware involved.

Software

Custom Sketch

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)

  • Uptime

value name: minutes
delay: 60 seconds
decimals: 0


  • Free RAM

value name: bytes
delay: 10 seconds
decimals: 0


  • WiFi RSSI (signal strength of WiFi)

value name: dBm
delay: 600 seconds (once every 10 minutes)
decimals: 0


  • Input VCC (input power, will show "-1" if N/A)

value name: Volt
delay: 10 seconds
decimals: 1

Optional settings

Use of formulas

Use of value names