[vz-users] vzlogger 0.4.4 läuft, liefert aber keine Daten an die middleware
Bernd Gewehr
Bernd at gewehr.net
Sun Aug 2 19:38:54 CEST 2015
habe ich:
# Part of DS2482 I2C 1-Wire Master to Volkszaehler 'RaspberryPI deamon'.
# Raspberry Rev2
echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-1/new_device
echo ds2482 0x19 > /sys/bus/i2c/devices/i2c-1/new_device
echo ds2482 0x1a > /sys/bus/i2c/devices/i2c-1/new_device
Aber sowohl /mnt/1wire/devices ist leer als auch /sys/bus/w1/devices.
Bis heute Mittag hat aber 1wireVZ sauber gearbeitet...
Was tun?
owfs.conf ist im Auslieferungszustand!
pi at volkszaehler ~ $ cat /etc/owfs.conf
# 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
server: i2c = all:all
#server: w1
#
# USB device: DS9490
#server: usb = all
#
# Serial port: DS9097
#server: device = /dev/ttyS1
#
# 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
Mit den besten Grüßen
Bernd Gewehr
Burgstr. 45F
45289 Essen
02014784606
015209328236
-----Ursprüngliche Nachricht-----
From: Udo1
Sent: Sunday, August 02, 2015 7:34 PM
To: volkszaehler-users at demo.volkszaehler.org
Subject: Re: [vz-users] vzlogger 0.4.4 läuft, liefert aber keine Daten an
die middleware
Am 02.08.2015 um 19:21 schrieb Bernd Gewehr:
> Nur 1Wire will noch nicht, kann das am owfs liegen?
Möglich.
Aber in der rc.local sollte auch der Treiber geladen werden:
# Part of DS2482 I2C 1-Wire Master to Volkszaehler 'RaspberryPI deamon'.
echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-1/new_device
# echo ds2482 0x19 > /sys/bus/i2c/devices/i2c-1/new_device
# echo ds2482 0x1a > /sys/bus/i2c/devices/i2c-1/new_device
Gruß
Udo
More information about the volkszaehler-users
mailing list