Am 03.07.2016 um 23:27 schrieb Dr. Trigon:
>
> $ module/owserver/src/c/owserver --debug --link=192.168.11.5:10001
>
Yes.
> I should not hurt if the enet is still connected to lan, right?
>
This shouldn't hurt.
> Do I need to disconnect all other 1wire devices from the linkhub?
>
Yes, please
>> I tried again without the -u param but it did not make any change.
>> Still lcd background goes on after clear command. May be I need to
>> test using the other master.
>>
>Please test it all with a minimal setup. A single host adaptor. A
>single
>cable. A single device. No owfs.conf. All config
# Sample configuration file for the OWFS suite for Debian GNU/Linux.
#
#
# This is the main OWFS configuration file. You should read the
# owfs.conf(5) manual page in order to understand the options listed
# here.
SOURCES
#
# With this setup, any c
2016-07-03 17:14 GMT+02:00 Guy COLIN :
> DS18B20
Agree to Jans comment.
Have a look at the 18B20 spec ! 85 Degree is a 18B20 code to tell
something went wrong.
OWFS is completely right to send the code out.
Very poor design of 18B20. If there is a design to tell there was an
error, they should
Am 03.07.2016 um 17:14 schrieb Guy COLIN:
>
> OneWire ds(11); // on pin 10 (a 4.7K resistor is necessary)
>
A 1,5k resistor to 5V! Or 1k to 3V.
> ds.write(0x44, 1);// start conversion, with parasite power on at
> the end
>
Please retry with a statically powered chip.
When you use
Hello,
regarding this 85°C error: it looks like it's not only the power-up state:
we get this value everytime we dont wait enought time after requesting a
temperature convertion and reading the scratchpad.
I did a small program on an arduino connected on a DS18B20, this programm
start with a 6
Hello,
thanks Stefano and Jan for your support.
Yes Stefano you're right a hybrid system won't be good. I'm going to follow
your advice and stop using owfs fuse system. I was afraid of too much work
but after checking it shoud be ok. My system was not too badly designed. I
actually have links p
Am 03.07.2016 um 13:48 schrieb Dr. Trigon:
>
> I tried again without the -u param but it did not make any change.
> Still lcd background goes on after clear command. May be I need to
> test using the other master.
>
Please test it all with a minimal setup. A single host adaptor. A single
cable. A
Hello Jan
I should have had included more info. So I am running owfs on a raspi. It
accesses ethernet 1wire masters through lan (linkhub, owserver enet).
1. login to raspi, run killall to shut owfs down
2. start owfs as described here on another machine for testing (as I can access
the master f