sudo owfs -u -m /weather/1wirestarts but /weather/1wire is empty.Device is:Bus 001 Device 004: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Is there a way to display debugging information?
You can pass --debug option ot owfs but I think you are using the -u wrong. You probably have an usb<->serial<->1-wire adapter. The FT232 should show as a serial port /dev/ttyUSB0 or 1 etc.
So try
sudo owfs -d /dev/ttyUSB0 -m /weather/1wire
If you are using Raspi make sure you have the latest kernel (run sudo rpi-update) because older usb drivers perform poorly especially with serial2usb devices like FT232.
--
p4trykx
------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
