You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last active
June 1, 2020 19:22— forked from adlerweb/vz.md
Grafana MySQL query to visualize Volkszähler-Data
Using Channel-IDs (that's not UUID)
SELECTtimestamp*0.001as time_sec,
data.valueas value,
properties.valueas metric
FROM data
LEFT JOIN properties ON (properties.entity_id=data.channel_id)
LEFT JOIN entities ON (entities.id=data.channel_id)