Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.24 KB

sensors.md

File metadata and controls

45 lines (33 loc) · 1.24 KB
description
A look at the current Datenzwerg sensor data.

Current Datenzwerg data

Environmental data

{% for env in grafana.environment %} === "{{ env.name }}" <iframe src="{{ grafana.base_url }}{{ env.panel }}" class="grafana-iframe"></iframe> {% endfor %}

Internal data

{% for env in grafana.internal %} === "{{ env.name }}" <iframe src="{{ grafana.base_url }}{{ env.panel }}" class="grafana-iframe"></iframe> {% endfor %}

The full set of grafana dashboards are available at grafana.datagnome.de

Raw data

If you are interested in the raw data, connect to our InfluxDB or MQTT (read-only):

  • InfluxDB:
    • Host: influxdb.datagnome.de
    • Port: 8086
    • Organization: datagnome
    • Bucket: datagnome
    • Auth token: 5amv72PFZxPmnbUISjntEVxtElDYMhkeofg9Deo1ykO6Zy2XIba_iWPcyxyAp_R0dHsvHm5moE4YBCwxGIEriw==
  • MQTT:
    • Host: mqtt.datagnome.de
    • Port: 1883
    • User: readonly
    • Password: readonly

Exports of past events

You can find the data export of CCCamp23 on the repo.