Difference between revisions of "ASAC/ACJC/ACJC-2020-INFO"

From air
Jump to navigation Jump to search
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
=Objectifs=
=Objectif=
 
  +
'''Save of the Grafana dashboard settings'''
-Eviter la perte des données sur le graphana en cas de reboot ou de crash. <br/>
 
  +
GIT update ? (or just local change and push)<br/>
-Faire une doc pour permettre aux prochains étudiants de s'immerger rapidement dans le projet.
 
  +
'''Creation of a functional Thingsboard docker'''<br/>
  +
configure the Thingboard dashboard to get a similar result as Grafana<br/>
  +
Secondary objective: Allow the dashboard to be saved as an objective of Grafana.<br/>
  +
Carry out a comparative study between Grafana and Thingsboard<br/>
  +
'''Rearrange the code'''<br/>
  +
Obsolete parts (server and site intended for the relocation of the connected sensors of the farm) must be moved to a subdirectory<br/>
  +
The ReadMe should be rewritten for the docker part and the current readme moved to the obsolete code subdirectory<br/>
  +
The jdc / directory should globally be the entire docker part of the project but it should not be deleted because it is necessary for grouping dockers<br/>
  +
'''Code in collaboration with IESE: simplification of the architecture by getting rid of the docker node red<br/>
  +
Decode the captures directly with javascript code (CODEC LAIRD) in Chirstack'''<br/>
  +
Integration with on-board STM32 and Water Storage requiring to work with IESE<br/>
  +
'''In collaboration with the IESE allow node red to decode the message frames coming from the water storage'''<br/>
  +
Write a decoder <br/>
  +
Test with a Grafana panel<br/>
   
  +
=Technology constraints=
=Les contraintes technologiques=
 
  +
The software chain is made up of different Docker images, each managing an element. (Nodered Influxdb and Grafana)
   
  +
=Workplan=
=Plan de travail=
 
  +
Julien is working on the save of Grafana settings.<br/>
  +
Theo is working on the Thingsboard solution.<br/>
  +
Hugo is working on the water storage.<br/>
   
=Conseils et indications=
+
=Advice and indications=
  +
You need a great understanding of Docker and consult the documentation that we made.
   
  +
=Links=
=Liens et divers=
 
  +
[https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/19-20/4/docs/-/blob/master/Projet_INFO4_-_LABBE_RUZAFA.pdf PDF participation 2019-2020] <br/>
  +
[https://st-cassien.iot.imag.fr/ Grafana] <br/>
  +
[https://grafana.com/docs/grafana/latest/administration/configuration/ Grafana settings documentation] <br/>
  +
[https://grafana.com/docs/grafana/latest/administration/configure-docker/ Grafana usage documentation with Docker] <br/>
  +
[https://docs.google.com/document/d/1UAx1P7C3Fn-0EAkXvlXyERPUpJMkQs7SEbF7Dg98CGg/edit?usp=sharing Dockers build documentation] <br/>

Latest revision as of 15:17, 6 April 2021

Objectifs

Save of the Grafana dashboard settings

  GIT update ? (or just local change and push)

Creation of a functional Thingsboard docker

 configure the Thingboard dashboard to get a similar result as Grafana
Secondary objective: Allow the dashboard to be saved as an objective of Grafana.
Carry out a comparative study between Grafana and Thingsboard

Rearrange the code

 Obsolete parts (server and site intended for the relocation of the connected sensors of the farm) must be moved to a subdirectory
The ReadMe should be rewritten for the docker part and the current readme moved to the obsolete code subdirectory
The jdc / directory should globally be the entire docker part of the project but it should not be deleted because it is necessary for grouping dockers

Code in collaboration with IESE: simplification of the architecture by getting rid of the docker node red

 Decode the captures directly with javascript code (CODEC LAIRD) in Chirstack
Integration with on-board STM32 and Water Storage requiring to work with IESE

In collaboration with the IESE allow node red to decode the message frames coming from the water storage

 Write a decoder 
Test with a Grafana panel

Technology constraints

The software chain is made up of different Docker images, each managing an element. (Nodered Influxdb and Grafana)

Workplan

Julien is working on the save of Grafana settings.
Theo is working on the Thingsboard solution.
Hugo is working on the water storage.

Advice and indications

You need a great understanding of Docker and consult the documentation that we made.

Links

PDF participation 2019-2020
Grafana
Grafana settings documentation
Grafana usage documentation with Docker
Dockers build documentation