* added millivolts to tasmota_ to get ANALOG/Range value
* allow to print_thresholds in tasmota plugin
* Experimented with different graph settings to obtain best axis labels
If voltage limits were eg 11 and 14 volts, the labels and limits
default terribly to 10 to 20, and if you fix limits, then labels read
"11, 11, 11, 12, 12, 12, 13, ...". alt-y-grid and alt-autoscale seem
to improve this a lot
* get_value -> get_status to better reflect what it's doing
* millivolts() forgot to account for invalid value "U"
---------
Co-authored-by: Tim Connors <tconnors@rather.puzzling.org>
* add multiplier_fetch that's much like common_fetch
* moved multiplier_fetch functionality to common_fetch
* power_emulated_multiplier env var added and Documented
---------
Co-authored-by: Tim Connors <tconnors@rather.puzzling.org>
Even though "licenced" is proper (British English) spelling,
"spellcheck" complains about it (probably being focused on American
English).
The change should just clean up the output of the spelling linter and
should not be interpreted as a language preference.
Sorry, (British) folks!