[vz-users] Volkszähler - No functional meters found
Friedhelm Kesten
friedhelm.kesten at t-online.de
Di Apr 19 17:03:59 CEST 2022
Guten Tag,
nach der Beschreibung ist Volkszähler eine universelle Lösung und ich
bedanke mich diese SW nutzen zu dürfen!
Ich versuche seit 2 Tagen den Volkszähler auf meinem RPI (Raspberry Pi 2
Model B Rev 1.1) in Betrieb zu nehmen um Bezug und Einspeisung zu messen.
Es ist ein Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless
Network Adapter installiert und Udo’s USB-Lesekopf Cygnal Integrated
Products, Inc. CP2102/CP2109 UART Bridge Controller [CP210x family].
Ich habe einen Zweirrichtungszähler „Hager EHZ361Z5“ mit Protokoll d0
Aktuelle Volkszähler-SW:
Version: v0.8.0
based on git version: heads/master-0-g033de9dc7d
last commit date: Wed, 10 Feb 2021 14:44:17 +0100
Die Installation verlief fehlerfrei – so wie ich gesehen habe…
--------------------------------------------------------------------------------------------------------------
cat /dev/ttyUSB0
/HAG5eHZ010C_RWE1ZA20
1-0:0.0.0*255(797802-5003294)
1-0:1.8.1*255(043476.1326)
1-0:2.8.1*255(019547.5258)
1-0:96.5.5*255(00)
0-0:96.1.255*255(0000092620)
!
--------------------------------------------------------------------------------------------------------------
Im Anhang /var/log/vzlogger.log, /home/pi/vzlogger/etc/vzlogger.conf,
rc.local und Screenshot Frontend.
Über eine Hilfe freue ich mich - Danke!
Mit freundlichen Grüßen
Friedhelm
-------------- nächster Teil --------------
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi
# Volkszaehler
# Part of DS2482 I2C 1-Wire Master to Volkszaehler 'RaspberryPI deamon'.
echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-1/new_device
# Register I2C RTC bei grosser neuer Erweiterung
# echo ds1307 0x68 > /sys/bus/i2c/devices/i2c-1/new_device
# GPIO
echo 4 > /sys/class/gpio/export
echo 17 > /sys/class/gpio/export
echo 18 > /sys/class/gpio/export
echo 22 > /sys/class/gpio/export
echo 23 > /sys/class/gpio/export
echo 24 > /sys/class/gpio/export
echo 25 > /sys/class/gpio/export
echo 27 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio24/direction
echo out > /sys/class/gpio/gpio25/direction
# Hardwareclock
# hwclock -s
exit 0
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname : Sreenshot Frontend.pdf
Dateityp : application/pdf
Dateigröße : 229245 bytes
Beschreibung: nicht verfügbar
URL : <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20220419/429262cf/attachment-0001.pdf>
-------------- nächster Teil --------------
{
"retry": 0,
"daemon": true,
"verbosity": 15,
"log": "/var/log/vzlogger.log",
"push": [],
"local": {
"enabled": false,
"port": 8080,
"index": false,
"timeout": 0,
"buffer": 0
},
"meters": [
{
"enabled": true,
"allowskip": false,
"interval": -1,
"aggtime": -1,
"aggfixedinterval": false,
"channels": [
{
"api": "volkszaehler",
"uuid": " 22edb9a0-be66-11ec-b131-fdac1cdd3b52",
"identifier": "1-0:1.8.0",
"middleware": "http://localhost/middleware.php",
"aggmode": "none",
"duplicates": 0
}
],
"protocol": "d0",
"device": "/dev/ttyUSB0",
"baudrate": 9600,
"parity": "7e1"
}
]
}
-------------- nächster Teil --------------
[Apr 18 09:55:13][main] vzlogger v0.8.0 based on heads/master-0-g033de9dc7d from Wed, 10 Feb 2021 14:44:17 +0100 started.
[Apr 18 09:55:13] New meter initialized (protocol=sml)
[Apr 18 09:55:13][chn0] New channel initialized (uuid=...0ced10 api=volkszaehler id=power)
[Apr 18 09:55:13][chn1] New channel initialized (uuid=...42a90c api=volkszaehler id=counter)
[Apr 18 09:55:13][chn2] New channel initialized (uuid=...104b48 api=volkszaehler id=1-0:1.8.0)
[Apr 18 09:55:13] New meter initialized (protocol=s0)
[Apr 18 09:55:13][chn3] New channel initialized (uuid=...45c7b2 api=volkszaehler id=Impulse)
[Apr 18 09:55:13] New meter initialized (protocol=d0)
[Apr 18 09:55:13][chn4] New channel initialized (uuid=...ee api=volkszaehler id=1-0:1.8.1)
[Apr 18 09:55:13] New meter initialized (protocol=random)
[Apr 18 09:55:13] Identifier is not set. Set it to default value 'NilIdentifier'.
[Apr 18 09:55:13][chn5] New channel initialized (uuid=...1e5a66 api=volkszaehler id=NilIdentifier)
[Apr 18 09:55:13] New meter initialized (protocol=file)
[Apr 18 09:55:13] New meter initialized (protocol=exec)
[Apr 18 09:55:13] New meter initialized (protocol=fluksov2)
[Apr 18 09:55:13][chn6] New channel initialized (uuid=...53edec api=volkszaehler id=sensor0/power)
[Apr 18 09:55:13] New meter initialized (protocol=w1therm)
[Apr 18 09:55:13][main] log level is 5
[Apr 18 09:55:13] Process not daemonized...
[Apr 18 09:55:13][mtr0] Meter for protocol 'sml' is disabled. Skipping.
[Apr 18 09:55:13][mtr1] Meter for protocol 's0' is disabled. Skipping.
[Apr 18 09:55:13][mtr2] Meter for protocol 'd0' is disabled. Skipping.
[Apr 18 09:55:13][mtr3] Meter for protocol 'random' is disabled. Skipping.
[Apr 18 09:55:13][mtr4] Meter for protocol 'file' is disabled. Skipping.
[Apr 18 09:55:13][mtr5] Meter for protocol 'exec' is disabled. Skipping.
[Apr 18 09:55:13][mtr6] Meter for protocol 'fluksov2' is disabled. Skipping.
[Apr 18 09:55:13][mtr7] Meter for protocol 'w1t' is disabled. Skipping.
[Apr 18 09:55:13] No functional meters found - quitting!
Mehr Informationen über die Mailingliste volkszaehler-users