Hi,

Got a system with a DS2482-800 and a DS2482-100 (http://www.pridopia.co.uk/pi-2482-800.html) running.

I've used the following how-to for my installation of OWFS: http://wiki.temperatur.nu/index.php/OWFS_with_i2c_support_on_Raspberry_Pi_%28English_version%29

Got it running with:
sudo /opt/owfs/bin/owfs --i2c=ALL:ALL --allow_other /mnt/1wire/
and
sudo /opt/owfs/bin/owhttpd --i2c=ALL:ALL -p 2121

maybe of use to you,

kind regards,
Joris Meijerink

Hello
First I want to wish everyone a happy new Year!

I am using 2xDS2482-800 and 1xDS2482-100 on my I2C bus of my raspberry.
The I2C addresses are 18,19,1A

With the command " "sudo ./owhttpd -p 2121 --i2c=/dev/i2c-1:0 --i2c=/dev/i2c-1:1 --i2c=/dev/i2c-1:2" all devices and slaves will be found correctly.

However how can I configure the owfs.conf in the same way?
If I use the parameter " device = /dev/i2c-1" only one controller (with the address 18) will be found. The parameter " device = /dev/i2c-1:0" is not working, I get the error " No valid 1-wire buses found"

I found only one hint:
"The /dev/i2c-<n>:<i> syntax denotes offset <n> from I2C address 0011000b on I2C bus of <i>. The mentioned command line syntax thus tells owhttpd to look for 1-Wire controllers at addresses 0011000b, 0011001b and 0011010b on the I2C bus of BSC1"

However how can I access all three controller via the owfs.conf file?

Thank you very much for your valuable help.

Regards
Jama



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk


_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to