Advertisement
Tylon

/home/pi/vzlogger/etc/vzlogger.conf

Sep 25th, 2016
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. {
  2. "retry": 0,
  3. "daemon": true,
  4. "verbosity": 15,
  5. "log": "/tmp/vzlogger.log",
  6. "push": [],
  7. "local": {
  8. "enabled": false,
  9. "port": 8080,
  10. "index": true,
  11. "timeout": 30,
  12. "buffer": 600
  13. },
  14. "meters": [
  15. {
  16. "enabled" : true ,
  17. "protocol" : "d0",
  18. "baudrate" : 9600,
  19. "device" : "/dev/ttyUSB1",
  20. "parity" : "7E1",
  21. "pullseq" : "2f3f210d0a", // nur wenn Aufforderung notwendig, sonst auskommentieren.
  22. "allowskip": false,
  23. "interval": 30,
  24. "aggtime": -1,
  25. "aggfixedinterval": false,
  26. "channels": [
  27. {
  28. "uuid": "a8269880-8346-11e6-8e77-d54c26dc9046",
  29. "identifier": "total",
  30. "api": "volkszaehler",
  31. "middleware": "http://localhost/middleware.php",
  32. "secretKey": "",
  33. "type": "device",
  34. "scaler": 1,
  35. "aggmode": "none",
  36. "duplicates": 0
  37. }
  38. ],
  39. "protocol": "invalid",
  40. "baudrate": 9600,
  41. "device": "/dev/ttyUSB1",
  42. "parity": "7E1",
  43. "pullseq": "2f3f210d0a"
  44. }
  45. ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement