| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- settings:
- - SenslogV1:
- name: "Senslog V1"
- provider: "cz.senslog.connector.push.rest.senslog.v1.SenslogV1ConnectorPushProvider"
- host:
- domain: "http://51.15.45.95:8080/senslog1"
- path: "FeederServlet"
- - Fieldclimate:
- name: "FieldClimate: Pessl Instruments"
- provider: "cz.senslog.connector.fetch.fieldclimate.ConnectorFetchFieldClimateProvider"
- startDate: 2019-01-01T00:00:00.000
- # startDate: 2019-11-07T23:00:00.000
- period: 12 # in hours
- <<: &apiDomain
- domain: "https://api.fieldclimate.com/v1"
- authentication:
- publicKey: "3737ed4fe98fae975e54991216ed473c8d7db48662deff19"
- privateKey: "ed2e4abacdaad1d542eeabcec4ee4f6c8fbf3b8bb167b84b"
- stationsHost:
- <<: *apiDomain
- path: "/user/stations"
- stationDataHost:
- <<: *apiDomain
- path: "/data/normal/{station_id}/raw/from/{from}/to/{to}"
- stationTimeRangeHost:
- <<: *apiDomain
- path: "/data/{station_id}"
- connectors:
- - FieldclimateToV1:
- fetcher: "Fieldclimate"
- pusher: "SenslogV1"
- period: 10
- initDelay: 1
|