Difference between revisions of "The Barbican"
Line 54: | Line 54: | ||
<gallery heights="250" widths="400"> | <gallery heights="250" widths="400"> | ||
File: | File:Barbigraf2.PNG|Data is fetched from an InfluxDB database using the FLEX query language. | ||
File:Barbigraf3.PNG|Data is then post-processed, renaming fields. | |||
File:Barbigraf4.PNG|Data is further processed based on type to apply colours and units | |||
</gallery> | </gallery> |
Revision as of 12:25, 19 September 2022
Designs
barbican_discussion.json Monitoring Architecture all_lorawan.json All LoRaWAN Architecture barbican_meter_locations.json Heat Meter and Sensor Locations meter_installation.json Principles of calculating flow rates from temperatures barbican_wiring_1.json Wiring heatweb_barbican_graph1.json Graph 1
Drawings
CHW_Art_Gallery_-_Temporary_Heat_Meter_Locations
Temperature Data
Heat Meters
See Micronics Heat Meters for information on how to connect Micronics Heat Meters.
The first Micronics heat meter provided data immediately as expected, matching values on the screen. This can be viewed in the Node-RED software in the debug window, where one can inspect the data telegrams being sent and received. [1, 3 ...] represents device 1, function code 3 (read register). The response should also start with [1, 3 ...]
Data Storage via Dropbox
Data subscribed to is stored on the server locally into csv files. Every day these files are sent to Dropbox, and then purged from the server.
We are currently storing all /dat/ incoming MQTT data, fed from field trials. This will ensure we retain long-term records of all operational data, from all field trials, down to 1 second resolution. It will be a lot of data, but Dropbox has more than enough room.
Data Visualisation Using InfluxDB and Grafana