Advertisement
Guest User

s0vz.cfg

a guest
May 6th, 2015
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.69 KB | None | 0 0
  1. #################################################################################
  2. #
  3. # S0/Impulse to Volkszaehler 'RaspberryPI deamon'.
  4. #
  5. # https://github.com/w3llschmidt/s0vz.git https://github.com/volkszaehler/volkszaehler.org.git
  6. #
  7. # Henrik Wellschmidt <w3llschmidt@gmail.com>
  8. #
  9. # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software
  10. # Foundation, either version 3 of the License, or (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  13. # A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. #
  17. ###############################################################################
  18. /* Hostname, FQDN or IP of your VZ - normaly this should be 'localhost' */
  19. vzserver = "127.0.0.1"
  20. /* vzserver = "localhost" */
  21.  
  22.  
  23. /* Path to the VZ middleware.php script, WITHOUT preposed and trailing slash */
  24. vzpath = "middleware.php"
  25. /* vzpath = "volkszaehler/htdocs/middleware.php" */
  26.  
  27. /* HTTP Port of your VZ */
  28. vzport = 80
  29.  
  30. /* Define S0 inputs here, use these types in volkszaehler frontend */
  31. /* Channel type: Strom_messer for S0 PowerMeters */
  32. /* Gas for Gas-Meters via reed sensor or direct (Style: steps) */
  33. GPIO0 = "ee94b640-f034-11e4-93bc-57492998cf91"
  34. GPIO1 = "31d602f0-f326-11e4-88b0-6ddd9d3cebaa"
  35. /* GPIO2 = "zwei" */
  36. /* GPIO3 = "drei" */
  37. /* GPIO4 = "vier" */
  38. /* GPIO5 = "fuenf" */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement