Advertisement
Guest User

Untitled

a guest
Feb 17th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1.  
  2. "meters" : [{
  3.  
  4. "enabled" : true, /* disabled meters will be ignored */
  5.  
  6. "protocol" : "sml", /* use 'vzlogger -h' for list of available protocols */
  7.  
  8. "device" : "/dev/ttyUSB1",
  9.  
  10. "channels": [{
  11.  
  12. "uuid" : "7dd14ae0-970b-11e3-9e3b-b14d7d0cec42",
  13.  
  14. "middleware" : "http://localhost/middleware.php",
  15.  
  16. "identifier" : "1-0:1.8.0", /* Leistung */
  17.  
  18. }, {
  19.  
  20. "uuid" : "8dea6b20-970b-11e3-8a71-3df3158a03c2",
  21.  
  22. "middleware" : "http://localhost/middleware.php",
  23.  
  24. "identifier" : "1-0:1.8.1", /* Wirkarbeit Bezug +A */
  25.  
  26. }, {
  27.  
  28. "uuid" : "937f3da0-970b-11e3-ab7d-03ed0926efaa",
  29.  
  30. "middleware" : "http://localhost/middleware.php",
  31.  
  32. "identifier" : "1-0:1.8.2", /* Wirkarbeit Lieferung -A */
  33.  
  34. }]
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. },{
  43.  
  44. "enabled" : true, /* disabled meters will be ignored */
  45.  
  46. "protocol" : "sml", /* use 'vzlogger -h' for list of available protocols */
  47.  
  48. "device" : "/dev/ttyUSB0",
  49.  
  50. "channels": [{
  51.  
  52. "uuid" : "e8438560-970c-11e3-a298-c36381d228ba",
  53.  
  54. "middleware" : "http://localhost/middleware.php",
  55.  
  56. "identifier" : "1-0:1.8.0", /* Leistung */
  57.  
  58. }, {
  59.  
  60. "uuid" : "ee957360-970c-11e3-ad31-d1a6935614c4",
  61.  
  62. "middleware" : "http://localhost/middleware.php",
  63.  
  64. "identifier" : "1-0:1.8.1", /* Wirkarbeit Bezug +A */
  65.  
  66. }, {
  67.  
  68. "uuid" : "f297c6d0-970c-11e3-aee8-4bb6ae091367",
  69.  
  70. "middleware" : "http://localhost/middleware.php",
  71.  
  72. "identifier" : "1-0:1.8.2", /* Wirkarbeit Lieferung -A */
  73.  
  74. }]
  75.  
  76.  
  77.  
  78. }
  79.  
  80. ]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement