Difference between revisions of "SysInfo"
Jump to navigation
Jump to search
Grovkillen (talk | contribs) |
Grovkillen (talk | contribs) |
||
(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. | + | 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. | ||
− | |||
− | |||
− | |||
− | |||
= ESP Easy = | = ESP Easy = | ||
Line 19: | Line 14: | ||
== Indicators (recommended settings) == | == 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 == | == Optional settings == |
Latest revision as of 08:09, 26 October 2017
Contents
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.
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 |