Additional microservices for monitoring for multiple sensors #7

Closed
opened 2026-03-27 14:49:02 +00:00 by Andras · 4 comments
Owner

Right now, we only have a single sensor. Displaying multiple sensors (even on a mock-up level to show the interface) for 8 different sensors should be preferred.

Right now, we only have a single sensor. Displaying multiple sensors (even on a mock-up level to show the interface) for 8 different sensors should be preferred.
Collaborator

If i understand it correctly, this issue is about adding additional sensors that messures temp in diffrent places/rooms and then displaying them sepratly?

If i understand it correctly, this issue is about adding additional sensors that messures temp in diffrent places/rooms and then displaying them sepratly?
Collaborator

Now pair programming with c24danli

Now pair programming with c24danli
Collaborator

It's now possible to retrieve data from multiple sensors.

It's now possible to retrieve data from multiple sensors.
Collaborator

Having problem with retrieving/sorting data from a specific sensor. Noticed that the postgresDB utilities a general table structure

  • id
  • timestamp (when data was inserted into table)
  • payload
    It is in the payload all the temperature data is stored
  • temperature
  • sensorId
  • timestamp (when data was retried)

When we tried to implement we assumed that the sqlite and postgresDB tables were identical. Because this was not the case a lot if interesting bugs appeared.

Worked with c24danli

Having problem with retrieving/sorting data from a specific sensor. Noticed that the postgresDB utilities a general table structure + id + timestamp (when data was inserted into table) + payload It is in the payload all the temperature data is stored + temperature + sensorId + timestamp (when data was retried) When we tried to implement we assumed that the sqlite and postgresDB tables were identical. Because this was not the case a lot if interesting bugs appeared. Worked with c24danli
Sign in to join this conversation.
No milestone
No project
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#7
No description provided.