[Owfs-developers] Hobby boards barometer (again)

2015-08-20 Thread Eric Baumann
Hi, I?ve read the discussion about the new Hobby boards barometer from June and am wondering if there was a resolution? I have the same barometer and see the same problem as previously discussed - the ?pressure? and ?temperature? values are always the same. If briefly unplug the barometer board

[Owfs-developers] libusb header file

2015-07-15 Thread Eric Baumann
Dear Roland Thanks for your reply. Sure, I would like to try these patches ! But excuse me for asking: What do I have to do with them? Where do I have to put these lines? Here is what is interesting about this missing header file: IT HAPPENS ON ALL MY MACHINES -

[Owfs-developers] libusb header files

2015-07-09 Thread Eric Baumann
Hi I run into the problem when building (sudo make) the owfs. In file included from getopt.c:32:0: ../../../owlib/src/include/ow.h:302:20: fatal error: libusb.h: No such file or directory #include ^ compilation terminated. In file included from ow_dnssd.c:17:0: ../../../owli

[Owfs-developers] Hobby Boards Barometer

2015-06-23 Thread Eric Baumann
Hi What about something like: echo 5 > /mnt/1wire/EF.2D652015/barometer instead of using nano? Cheers, Eloy Paris.- Thanks, I tried that: pi@raspberrypi /mnt/1wire $ echo 2 > ./EF.2D652015/barometer/polling_frequency pi@raspberrypi /mnt/1wire $ cat ./EF.2D652015/barometer/pollin

Re: [Owfs-developers] Hobby Hoards Barometer

2015-06-22 Thread Eric Baumann
polling_frequency ...without success. How can I change this using OWFS? Best regards, Eric On Mon, Jun 22, 2015 at 2:04 PM, Eric Baumann wrote: > Hallo > > I have trouble reading from the Hobby Boards Barometer board. > It seems to be stuck at these values: > pi@raspberrypi /mnt/1wire/

[Owfs-developers] Hobby Hoards Barometer

2015-06-22 Thread Eric Baumann
Hallo I have trouble reading from the Hobby Boards Barometer board. It seems to be stuck at these values: pi@raspberrypi /mnt/1wire/EF.2D652015/barometer $ cat pressure 67920 pi@raspberrypi /mnt/1wire/EF.2D652015/barometer $ cat temperature 36.9 Even - when unplugging and plugging the boa

[Owfs-developers] Installing newest owfs on Raspberry

2015-05-22 Thread Eric Baumann
Hallo Chris I ran into similar problems as you (loading files failure during make/compilation). I don't know if this is the issue here as well but: For me the problem was the Perl was not running properly on the raspberry pi. That caused all the compilation errors. Kind regards, Eric --

[Owfs-developers] installing owfs on raspberry pi

2015-04-03 Thread Eric Baumann
Hi all, hi Herbert you wrote: here is another complete instruction that worked well for me: http://wiki.m.nu/index.php/OWFS_with_i2c_support_on_Raspberry_Pi_%28English_version%29 it has to be noted that you have to add owserver and owhttpd additionally to the proposed start script if desired. Ye

[Owfs-developers] installing owfs on rapsberry pi

2015-04-02 Thread Eric Baumann
Hi Gregg Well, as mentioned already, it was failure on my part to set up the OS (Raspian) through raspi-config correctly. Here is my recommendation: OWFS and the Raspberry PI belong together very well I think. So having good build instructions for newbies is very desirable. The best instruction

[Owfs-developers] installing owfs on raspberry pi

2015-04-02 Thread Eric Baumann
Hi everyone :-) SUCCESS ! ! ! Now compiled, installed and running smoothly ! Thanks everyone such much ! Please let me know if anyone of you wants a donation. Problem was: By not selecting the locals in raspi-config correctly, Perl was no running properly. This prevented the header files fro

[Owfs-developers] installing owfs on raspberry pi

2015-04-01 Thread Eric Baumann
Hi Roland, hi Gregg Thanks for helping out. Indeed, I have encoutered the warnings : perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_GB.UTF-8" are supported and installed on your system. perl: warning:

[Owfs-developers] installing owfs on raspberry pi

2015-03-30 Thread Eric Baumann
Hello Roland Automake IS installed: sudo apt-get install automake Reading package lists... Done Building dependency tree Reading state information... Done automake is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I installed a lot: sudo apt-get ins

[Owfs-developers] installing owfs on raspberry pi

2015-03-30 Thread Eric Baumann
Hallo Dear Roland I modified the files just as you requested. Now I get this error upon running sudo make: In file included from ../../../owlib/src/include/ow_connection.h:78:0, from ../../../owlib/src/include/ow_standard.h:18, from ../../../owlib/src/include/o

[Owfs-developers] installing owfs on rapsberry pi

2015-03-30 Thread Eric Baumann
Dear Colin, Dear Roland Thanks for your help. Now fresh from start: I did sudo apt-get install libusb-1.0-0-dev and then went into owfs directory, sudo ./configure , which worked (USB is enabled) when running sudo make I get this: pi@raspberrypi ~/owfs-3.1p0 $ sudo make CDPATH="${ZSH_VER

[Owfs-developers] installing owfs on raspberry pi

2015-03-29 Thread Eric Baumann
Dear Roland Thanks for your reply. I ran: diff -urN owfs-3.1p0.orig/module/owshell/src/c/Makefile.am owfs-3.1p0/module/owshell/src/c/Makefile.am and diff -urN owfs-3.1p0.orig/module/owshell/src/c/Makefile.in owfs-3.1p0/module/owshell/src/c/Makefile.in which is what you wanted me to do right?

[Owfs-developers] installing owfs on raspberry pi

2015-03-29 Thread Eric Baumann
Hallo I am trying to install owfs on Raspberry Pi again. I seems to struggle with the libusb : ../../../owlib/src/include/ow.h:302:20: fatal error: libusb.h: No such file or directory compilation terminated. Makefile:556: recipe for target 'ow_dnssd.o' failed make[4]: *** [ow_dnssd.o] Error 1 mak

[Owfs-developers] installing newest owfs on ubuntu

2015-03-20 Thread Eric Baumann
@ Jan who wrote: > > Why is the USB disabled? > Because you have the libusb devel packages not installed. This is required while compiling owfs for USB support. Kind regards Jan Thanks for your reply. I did do sudo apt-get install libusb-dev Is this not enough? Where can I find com

[Owfs-developers] installing newest owfs on ubuntu

2015-03-19 Thread Eric Baumann
Hello :-) Trying to install 3.1p0 on a HP Zbook 15 running on Ubuntu 14.04 LTS. After downloading and unpacking it in /usr/local/src/ I do: sudo apt-get install autoconf libtool libusb-dev libfuse-dev sudo ./configure sudo make sudo make install #create mount directory: sudo mkdir /var/1-wire

[Owfs-developers] installing owfs on raspberry pi

2015-03-15 Thread Eric Baumann
Hallo Thank you very much for your reply Mick! Yes, that was helpful. I have been following this link: http://owfs.org/index.php?page=building-under-ubuntu which says you also need : sudo apt-get install autoconf libtool libusb-dev libfuse-dev Isn't this command required for it to work? Anot

[Owfs-developers] installing owfs on raspberry pi

2015-03-12 Thread Eric Baumann
Hallo :-) What is the proper way (instructions) to install the newest ! version of owfs on a Raspberry Pi Model B+ running the newest version of Raspbian? I had success with sudo apt-get install owfs However, this installed version 2.8. If I do what is said on the "Install" note in the current

[Owfs-developers] Hobby Boards (reply to Vol 105, Issue 2)

2015-02-04 Thread Eric Baumann
Hi Thanks a lot for your replies :-) @ Paul Alfille: No, I haven't. It's just that I want to READ about it first. My question is, where to do so? Is there a documentation? @ Thorsten: Thanks a lot for your help. In your example you used: cat /mnt/1wire/26.xyzxyz00/ HIH4000/humidity Tha

[Owfs-developers] hobby boards

2015-02-02 Thread Eric Baumann
Hi :-) I am new to OWFS. I just bought pretty much all the devices available from Hobby Boards: - Anemometer Inspeed - 1-Wire USB Adaptor - Moisture Meter - Rain Gauge w/Counter - Lightning Detector - Barometer - Humidity / Temp The following devices seem to use "Costum-1-wire chips": - Moisture