fieldclimateSenslog1.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. settings:
  2. - SenslogV1:
  3. name: "Senslog V1"
  4. provider: "cz.senslog.connector.push.rest.senslog.v1.SenslogV1ConnectorPushProvider"
  5. host:
  6. domain: "http://localhost:9080"
  7. path: "/FeederServlet"
  8. - Fieldclimate:
  9. name: "FieldClimate: Pessl Instruments"
  10. provider: "cz.senslog.connector.fetch.fieldclimate.ConnectorFetchFieldClimateProvider"
  11. startDate: 2019-03-07T00:00:00.000
  12. <<: &apiDomain
  13. domain: "https://api.fieldclimate.com/v1"
  14. authentication:
  15. publicKey: "3737ed4fe98fae975e54991216ed473c8d7db48662deff19"
  16. privateKey: "ed2e4abacdaad1d542eeabcec4ee4f6c8fbf3b8bb167b84b"
  17. stationsHost:
  18. <<: *apiDomain
  19. path: "/user/stations"
  20. stationDataHost:
  21. <<: *apiDomain
  22. path: "/data/normal/{station_id}/raw/from/{from}/to/{to}"
  23. stationTimeRangeHost:
  24. <<: *apiDomain
  25. path: "/data/{station_id}"
  26. connectors:
  27. - FieldclimateToV1:
  28. fetcher: "Fieldclimate"
  29. pusher: "SenslogV1"
  30. period: 3000
  31. initDelay: 5