Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
weatherbox:firmware:error_code_library [2016/05/04 11:32] rwalser created |
weatherbox:firmware:error_code_library [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 4: | Line 4: | ||
=====Error Codes===== | =====Error Codes===== | ||
- | ^ Error ID ^ Module ^ | + | ^ Error ID ^ Module ^ Description ^ |
- | | | | | + | | 100 | Sensor | Invalid battery voltage reading, negative | |
+ | | 101 | Sensor | Invalid battery voltage reading, out of scope | | ||
+ | | 110 | Sensor | Invalid panel voltage reading, negative | | ||
+ | | 111 | Sensor | Invalid panel voltage reading, out of scope | | ||
+ | | 120 | Sensor | Invalid solar irradiance reading, negative | | ||
+ | | 121 | Sensor | Invalid solar irradiance reading, out of scope | | ||
+ | | 130 | Sensor | Invalid pressure reading, out of scope, low | | ||
+ | | 131 | Sensor | Invalid pressure reading, out of scope, high | | ||
+ | | 132 | Sensor | Invalid pressure reading, negative | | ||
+ | | 140 | Sensor | Invalid humidity reading, out of scope, low | | ||
+ | | 141 | Sensor | Invalid humidity reading, out of scope, high | | ||
+ | | 150 | Sensor | Invalid temperature reading, out of scope, low | | ||
+ | | 151 | Sensor | Invalid temperature reading, out of scope, high | | ||
+ | | 152 | Sensor | Invalid temperature reading, negative | | ||
+ | | 160 | Sensor | Invalid outside temperature reading (Apple), out of scope, low | | ||
+ | | 161 | Sensor | Invalid outside temperature reading (Apple), out of scope, high | | ||
+ | | 162 | Sensor | Invalid outside temperature reading (Apple), negative | | ||
+ |