Skip to content

ARVE sensors data API

Luis Aleixo requested to merge feature/sensors_fetch into master

Handled fetching data from ARVE sensors using their API - implemented the logic on the server side with a new CARA endpoint calculator/api/arve/v1 that expects a room_id (CERN in our case) and a floor_id (1) in our case.

Secrets to be stored in OKD4. Currently we are fetching secrets from the environment (settings).

UI changes (to be discussed):

Screenshot_2022-06-27_at_16.10.46

API documentation: ARVE_API_DOC.pdf

Edited by Luis Aleixo

Merge request reports