| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- settings:
- - Telemetry:
- name: "SensLog Telemetry"
- provider: "cz.senslog.connector.fetch.senslog.telemetry.ConnectorFetchSenslogTelemetryProvider"
- baseUrl: "https://theros.wirelessinfo.cz/"
- bearerToken: "#123"
- startAt: "now" # "2024-12-01T11:00:00+00:00"
- interval: 1 # hours
- limit: 100
- campaignId: 4 # SumavaProduct testing campaign
- actionId: 1 # DELIVERY
- entityId: 1 # SUMAVA
- allowedStations: # units
- - 1305167563014004
- - 1305167562660700
- - Theros:
- name: "Theros"
- provider: "cz.senslog.connector.push.theros.ConnectorPushTherosProvider"
- baseUrl: "https://theros.iccs.gr/iot/api/v1"
- auth:
- url: "https://auth-theros.iccs.gr/realms/theros/protocol/openid-connect/token"
- clientId: "iot-client"
- clientSecret: "cKIhqWuk6foyn2taKwEzgWBJdqu5HkMv"
- username: "lcerny@lesprojekt.cz"
- password: "PF7n4Nc*b2AKTzr9L_"
- connectors:
- - TelemetryTheros:
- fetcher: "Telemetry"
- pusher: "Theros"
- period: 900 # 300 = 5min 86_400 # 24h
- # startAt: "02:30:00" # hh:mm:ss
- initDelay: 900
|