fieldclimateSenslog1.yaml 1.1 KB

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