Search for a command to run...
Energy-SmartBuildings This repository contains datasets used for smart building energy and sensing experiments.The datasets are provided as raw CSV files and are intended for analysis, validation, and experimentation in areas such as: Smart building monitoring IoT device communication analysis Wireless signal propagation analysis Energy-aware device coordination Edge analytics and experimentation The datasets capture time-series measurements collected from IoT devices deployed in smart building environments. Data collection and infrastructure were provided by Almende B.V., Netherlands. DOI: 10.5281/zenodo.19006240 Dataset 1: Simple Timer Data HEU-101092696-CODECO-ALM-0001.csv This dataset contains high-frequency timestamped counter data collected from a single device. File format CSV with the following columns: | Column name | Type | Description | | ------------ | --------- | -------------------------------------------- | | time | timestamp | Timestamp in UTC with microsecond resolution | | counter | integer | Monotonically increasing counter value | | received | integer | Received counter value | | crownstoneId | integer | Identifier of the Crownstone device | Example rows time,counter,received,crownstoneId 2025-05-22 18:35:58.977000+00:00,12322,23973,12 2025-05-22 18:35:58.990000+00:00,12322,23973,12 2025-05-22 18:35:59.482000+00:00,12323,23975,12 ... Dataset 2: RSSI Data neighbour_RSSI_data_1day.csv This dataset contains received signal strength indicator (RSSI) measurements between devices over time. File format CSV with the following columns: | Column name | Type | Description | | ----------- | --------- | ----------------------------------------------------- | | time | timestamp | Timestamp (no explicit timezone information provided) | | rssi | integer | RSSI value in dBm | | receiverID | integer | Identifier of the receiving device | | senderID | integer | Identifier of the sending device | Example rows time,rssi,receiverID,senderID 2024-10-31 13:40:22.000,-65,1,11 2024-10-31 13:40:28.000,-63,1,11 2024-10-31 13:40:38.000,-63,1,11 License Datasets in this repository are released under the Apache License 2.0. https://www.apache.org/licenses/LICENSE-2.0 Citation If you use these datasets in research or publications, please cite: CODECO — COgnitive DECentralized Orchestration Horizon Europe Grant Agreement No. 101092696 Dataset ID: HEU-101092696-CODECO-SDG Contact For questions about the datasets contact the authors referenced in each README For questions on the codeco project: Project: CODECO — COgnitive DECentralized Orchestration Programme: Horizon Europe Grant Agreement: 101092696 Topic: HORIZON-CL4-2022-DATA-01 More information about the project: https://www.codeco-project.eu