We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In this page, I paste a few SQL commands which can be useful to visualise the data.
SELECT MIN(timestamp) FROM energy_data UNION SELECT MAX(timestamp) FROM energy_data
SELECT DISTINCT (sensor_id) FROM utc_energy_data