mirror of
https://github.com/eddyem/small_tel.git
synced 2026-05-07 13:27:06 +03:00
add dead sensors' reinit, gathering all fresh data, fixed some little bugs
This commit is contained in:
@@ -7,11 +7,13 @@ verbose = 2
|
||||
sockpath = "@weather"
|
||||
# sensors polling time - 1s
|
||||
pollt = 1
|
||||
# try to reinit dead sensors each 10s
|
||||
reinit_delay = 10
|
||||
|
||||
# !!! Point plugins in order of meaning: the most important are first !!!
|
||||
# see help for plugins format
|
||||
# this should be furst as almost a half of its sensors are broken
|
||||
plugin = libreinhardt.so:D:/dev/ttyS0
|
||||
plugin = libwxa100.so:D:/dev/pl2303_0
|
||||
plugin = libhydreon.so:D:/dev/ch340_0:1200
|
||||
plugin = libbtameteo.so
|
||||
# this should be last as almost a half of its sensors are broken
|
||||
plugin = libreinhardt.so:D:/dev/ttyS0
|
||||
|
||||
Reference in New Issue
Block a user