-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathowfs.conf
More file actions
22 lines (18 loc) · 699 Bytes
/
owfs.conf
File metadata and controls
22 lines (18 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# /etc/owfs.conf - Configuration for USB Thermometer in passive mode
# For full documentation, run: `man 5 owfs`.
# Configuration for the USB Thermometer
# https://electromake.pl/product/usb-thermometer-with-sensor-ds18b20/
! server: server = localhost:4304
server: port = localhost:4304
# ^ or *:4304 for access from anywhere.
server: passive = /dev/ttyUSB0
server: 8bit
# Optional: Enable the HTTP interface
http: port = 2121
# Optional: Filesystem mount
# mountpoint = /mnt/1wire
# ^ The path `/mnt/1wire` must exist,
# so don't forget to run `sudo mkdir /mnt/1wire`.
# allow_other
# Optional: Enable the FTP interface
# ftp: port = 2120