1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Commit graph

13 commits

Author SHA1 Message Date
Tim Connors
5f41ca653f tasmota: introduced incorrect escaping in f1e354eb 2024-10-22 18:46:56 +11:00
Tim Connors
7bb5e2c0b1 tasmota: simplify suggests caclulation 2024-09-28 21:10:03 +10:00
Tim Connors
f1e354ebd3 tasmota: add temperature and allow multiple DS18B20 sensors 2024-09-28 21:10:03 +10:00
Tim Connors
dde29e9982 tasmota: refactor to remove all the duplicated code in switch&dimmer 2023-12-23 21:19:56 +11:00
Tim Connors
a1e013892e tasmota: add switch and dimmer state reading capability 2023-12-23 21:09:20 +11:00
Tim Connors
9f2b0adec7 tasmota_: scan for beken devices as well 2023-12-23 21:06:47 +11:00
Tim Connors
f2080448e1
Tasmota voltmeter (#1397)
* 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>
2023-11-15 10:02:19 -08:00
Tim Connors
e182f5d37c add SCD40 and PMS5003 pollution monitors 2023-10-16 17:03:07 +11:00
Tim Connors
33b1b80361 Fix issues detected in munin-monitoring!PR 1312
Consistent tabbing
perldoc style comment
detect curl and jq prereqs
shellcheck linting
error handling
jq parsing
2023-10-16 17:00:02 +11:00
Tim Connors
cdd731d0ae add DS18B20temp and rename SWITCH->DEVICE 2023-10-16 13:46:14 +11:00
Tim Connors
96250b3764 updated comment per PR suggestion 2023-10-16 13:45:06 +11:00
Tim Connors
693509563c use jq instead of sed 2023-10-16 13:28:09 +11:00
Tim Connors
14a744fc5c Created tasmota plugin that reads power monitoring devices such as tasmota switches 2022-05-24 16:11:28 +10:00