Advertisement
Guest User

plugin.yaml

a guest
Nov 27th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. #plugin.yaml
  2.  
  3. BackendServer:
  4. class_name: BackendServer
  5. class_path: plugins.backend
  6. # ip: xxx.xxx.xxx.xxx
  7. port: 8383
  8. updates_allowed: 'True'
  9. threads: 8
  10. user: admin
  11. password: 6890
  12. language: de
  13.  
  14. knx:
  15. class_name: KNX
  16. class_path: plugins.knx
  17. host: 127.0.0.1
  18. port: 6720
  19. send_time: 60 # update date/time every 600 seconds, default none
  20. # time_ga: 6/0/0 # default none
  21. # date_ga: 6/0/1 # default none
  22. busmonitor: False # log all knx messages, default false
  23. # readonly: True ## don't write to knx bus, default false"
  24. # instance: default
  25.  
  26.  
  27. # datalog:
  28. # class_name: DataLog
  29. # class_path: plugins.datalog
  30. # path: var/log/data
  31. # filepatterns:
  32. # - default:{log}-{year}-{month}-{day}.csv
  33. # - yearly:{log}-{year}.csv
  34. # logpatterns: csv:{time};{item};{value}\n
  35. # cycle: 300#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement