*Hi Jan,**
**
**Sorry, I thought I included that.*

# 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 client (but owserver) uses owserver on the
# local machine...
! server: server = localhost:4304
#
# ...and owserver uses the real hardware, by default fake devices
# This part must be changed on real installation
#server: FAKE = DS18S20,DS2405
#
# USB device: DS9490
server: device = /dev/ic2-1
#
# Serial port: DS9097
#server: device = /dev/ttyS1
server: device = /dev/ttyAMA0
#
# owserver tcp address
#server: server = 192.168.10.1:3131
#
# random simulated device
#server: FAKE = DS18S20,DS2405
#
######################### OWFS ##########################
#
mountpoint = /mnt/1wire
allow_other
#
####################### OWHTTPD #########################

http: port = 2121

####################### OWFTPD ##########################

ftp: port = 2120

####################### OWSERVER ########################

server: port = localhost:4304


On 5/5/2020 6:38 PM, Jan Kandziora wrote:
> Am 05.05.20 um 21:17 schrieb Dennis Putnam:
>> *Hi Jan,** ** **Here is the requested info:*
>>
>> *systemctl show owserver.service|grep ExecStart*
>>
>> ExecStart={ path=/usr/bin/owserver ; argv[]=/usr/bin/owserver -c
>> /etc/owfs.conf ; ignore_errors=no ; start_time=[Mon 2020-05-04
>> 17:17:17 EDT] ; stop_time=[Mon 2020-05-04 17:17:17 EDT] ; pid=485 ;
>> code=exited ; status=0 }
>>
> That means owserver reads /etc/owfs.conf for its configuration
> options. As I wrote, we also need to see the contents of that file.
>
>
>
>> *I'm not sure how to tell what adapter I'm using (not a hardware
>> guy) but I think I was told it is DS2480 as the busmaster and the
>> device is DS2413.*
>>
> You must find out for sure which busmaster you use, and if it is
> indeed a DS2480, at which RS232 port it is connected. The Raspi's
> internal one? Or one on an USB-RS232 adapter?
>
>
>
>
>> *cat /boot/config.txt*
>> # Uncomment some or all of these to enable the optional hardware
>> interfaces dtparam=i2c_arm=on
>>
> I²C is enabled which may mean the host might use an DS2482
> hostadapter. W1 on GPIO is not enabled so it can't be that hostadapter.
>
> Kind regards
>
>       Jan
>
>
>
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to