w1sensors - Convert w1find output to w1retap configuration (text or SQL)
Contents
Description
w1sensors is used to convert the output of w1find into configuration for w1retap. It can read from stdin
or a FILE and can output to STDOUT or a file with the -o option. By default it outputs SQL statements
that insert the sensor configuration into a w1retap database. Alternatively with the -f option it will
output file based configuration.
Example
• $ sudo -u w1retap w1find /dev/ttyUSBS0 | w1sensors | psql w1retap
• $ w1find DS2490-1 | w1sensors -f | tee -a /etc/w1retap-sensors.dat
Exit Status
0
Returns 0
Name
w1sensors - Convert w1find output to w1retap configuration (text or SQL)
Options
-?,--help
Show help options
-f,--file-based-config
Output file type w1reftap configuration rather than SQL
-o,--output
Output to file
Resources
• /usr/share/doc/w1retap-doc/w1retap.odt
• http://www.zen35309.zen.co.uk/wx/tech.htmlSee Also
w1find(1), w1retap(1)
Synopsis
w1sensors [OPTIONS] [FILE]
