Advertisement
Guest User

Untitled

a guest
May 14th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. pi@raspberrypi /etc/init.d $ vzlogger --help
  2. Usage: vzlogger [options]
  3.  
  4. following options are available:
  5. -c, --config configuration file
  6. -o, --log log file
  7. -d, --daemon run in background
  8. -l, --httpd activate local interface (tiny HTTPd which serves live readings)
  9. -p, --httpd-port TCP port for HTTPd
  10. -r, --register register device
  11. -v, --verbose enable verbose output
  12. -h, --help show this help
  13. -V, --version show version of vzlogger
  14.  
  15. following protocol types are supported:
  16. file Read from file or fifo
  17. random Generate random values with a random walk
  18. fluksov2 Read from Flukso's onboard SPI fifo
  19. s0 S0-meter directly connected to RS232
  20. d0 DLMS/IEC 62056-21 plaintext protocol
  21. sml Smart Message Language as used by EDL-21, eHz and SyM²
  22.  
  23. following OBIS aliases are available:
  24. power Wirkleistung (Summe) 1-0:1.7.255*255
  25. power-l1 Wirkleistung (Phase 1) 1-0:21.7.255*255
  26. power-l2 Wirkleistung (Phase 2) 1-0:41.7.255*255
  27. power-l3 Wirkleistung (Phase 3) 1-0:61.7.255*255
  28. voltage Spannung (Mittelwert) 1-0:12.7.255*255
  29. voltage-l1 Spannung (Phase 1) 1-0:32.7.255*255
  30. voltage-l2 Spannung (Phase 2) 1-0:52.7.255*255
  31. voltage-l3 Spannung (Phase 3) 1-0:72.7.255*255
  32. current Stromstaerke (Summe) 1-0:11.7.255*255
  33. current-l1 Stromstaerke (Phase 1) 1-0:31.7.255*255
  34. current-l2 Stromstaerke (Phase 2) 1-0:51.7.255*255
  35. current-l3 Stromstaerke (Phase 3) 1-0:71.7.255*255
  36. frequency Netzfrequenz 1-0:14.7.0*255
  37. powerfactor Leistungsfaktor 1-0:12.7.0*255
  38. device Zaehler Seriennr. 0-0:96.1.255*255
  39. status Zaehler Status 1-0:96.5.5*255
  40. counter Zaehlerstand Wirkleistung 1-0:1.8.255*255
  41. counter-out Zaehlerstand Lieferg. 1-0:2.8.255*255
  42. esy-counter-t1 Active Power Counter Tariff 1 1-0:1.8.1*255
  43. esy-counter-t2 Active Power Counter Tariff 2 1-0:1.8.2*255
  44. hag-id Eigentumsnr. 1-0:0.0.0*255
  45. hag-status Netz Status 1-0:96.50.0*0
  46. hag-frequency Netz Periode 1-0:96.50.0*1
  47. hag-temp aktuelle Chiptemperatur 1-0:96.50.0*2
  48. hag-temp-min minimale Chiptemperatur 1-0:96.50.0*3
  49. hag-temp-avg gemittelte Chiptemperatur 1-0:96.50.0*4
  50. hag-temp-max maximale Chiptemperatur 1-0:96.50.0*5
  51. hag-check Kontrollnr. 1-0:96.50.0*6
  52. hag-diag Diagnose 1-0:96.50.0*7
  53.  
  54. following APIs are supported:
  55. volkszaehler-api
  56. mysmartgrid-api
  57.  
  58. vzlogger 0.4.0 - volkszaehler.org logging utility
  59. by Steffen Vogel <stv0g@0l.de>
  60. send bugreports to https://github.com/volkszaehler/vzlogger/issues
  61. pi@raspberrypi /etc/init.d $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement