Node-RED – for talking to 1-wire devices using an owfs owserver instance

root@rpi-iot-jsho-NodeRED:~# apt-get update -y
root@rpi-iot-jsho-NodeRED:~# apt-get install owfs owserver
root@rpi-iot-jsho-NodeRED:~# vi /etc/owfs.conf
# This part must be changed on real installation
# server: FAKE = DS18S20,DS2405
#
# USB device: DS9490
server: usb = all

root@rpi-iot-jsho-NodeRED:/etc# lsusb
Bus 001 Device 004: ID 04fa:2490 Dallas Semiconductor DS1490F 2-in-1 Fob, 1-Wire adapter
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Leave a Reply

You must be logged in to post a comment.