Closed rcavaliere closed 2 years ago
@rcavaliere I need the credentials... blocked meanwhile
@noctho I need some information to deploy this DC...
connector.url=https://maas.ecospazio.it/api
connector.apiKey.name=
connector.apiKey.value=
value is the token here, that I have got from @rcavaliere, right? But what is the name?
Please update the README accordingly
name is 'Token' and value is the token. It's simply the name of the HTTP header.
connector.url=https://maas.ecospazio.it/api
connector.apiKey.name=Token
connector.apiKey.value=
@noctho Works, thank you... why didn't you hardcode it? I tried with Authorization
, which I think is the default for such a header...
I don't remember exactly why, but I think it was because at the beginning when I implemented it we only had the token and didn't know that the header name was 'Token'. Then when we knew that, I kept it parameterized because it is not a standardized header name like Authorization.
OK, I keep it then configurable
@rcavaliere The DC is online... see https://mobility.api.opendatahub.testingmachine.eu/v2/flat/BIKE_CHARGER/* for instance
Please test
@noctho for the two different station types we don't see all measurement types expected, i.e.:
@Piiit it was my fault, the data were correctly stored in measurementstring. Evertything OK there, we can go in production with this Data Collector
@rcavaliere Done, please test the output on production... should we also add it to the analytics web page?
@Piiit thanks! But it's correct that I don't see real-time data? For analytics don't worry, I can configure it so to see this dataset as well.
UPDATE BY @Piiit