Changes
On January 12, 2025 at 3:50:00 PM +0200, Antti Hildén:
-
Removed tag power quality from Ilokkaanpuisto car heating and electric vehicle charging electricity measurements
f | 1 | { | f | 1 | { |
2 | "author": "", | 2 | "author": "", | ||
3 | "author_email": "", | 3 | "author_email": "", | ||
4 | "creator_user_id": "c028eea2-1878-47b8-843b-aa298066c249", | 4 | "creator_user_id": "c028eea2-1878-47b8-843b-aa298066c249", | ||
5 | "data_owner": "Tampere", | 5 | "data_owner": "Tampere", | ||
6 | "groups": [ | 6 | "groups": [ | ||
7 | { | 7 | { | ||
8 | "description": "Our university has been given access to data | 8 | "description": "Our university has been given access to data | ||
9 | collected from the new Ilokkaanpuisto residential area in Tampere. | 9 | collected from the new Ilokkaanpuisto residential area in Tampere. | ||
10 | Ilokkaanpuisto has four housing cooperatives: Auringonkukka (40 | 10 | Ilokkaanpuisto has four housing cooperatives: Auringonkukka (40 | ||
11 | apartments), Auringonpaiste (40 apartments), Auringons\u00e4de (62 | 11 | apartments), Auringonpaiste (40 apartments), Auringons\u00e4de (62 | ||
12 | apartments) and Ilokkaanrinne 5-6 (48 apartments). In Ilokkaanpuisto | 12 | apartments) and Ilokkaanrinne 5-6 (48 apartments). In Ilokkaanpuisto | ||
13 | the housing cooperatives together own a solar power plant located else | 13 | the housing cooperatives together own a solar power plant located else | ||
14 | where which produces energy for their use. The available data includes | 14 | where which produces energy for their use. The available data includes | ||
15 | measurements from the solar power plant and multiple apartment | 15 | measurements from the solar power plant and multiple apartment | ||
16 | buildings. Data from the buildings covers electrical measurements of | 16 | buildings. Data from the buildings covers electrical measurements of | ||
17 | property electricity, ventilation, outdoor lighting, car heating and | 17 | property electricity, ventilation, outdoor lighting, car heating and | ||
18 | charging and ground-source heat pumps.\r\n\r\nThe data from the | 18 | charging and ground-source heat pumps.\r\n\r\nThe data from the | ||
19 | apartment buildings is collected by an external party and stored in | 19 | apartment buildings is collected by an external party and stored in | ||
20 | their system. This system offers a RESTful HTTP API for accessing the | 20 | their system. This system offers a RESTful HTTP API for accessing the | ||
21 | data. The [documentation of the | 21 | data. The [documentation of the | ||
22 | API](https://rest-api.sandbox.akamon.cloud/swagger/index.html) is | 22 | API](https://rest-api.sandbox.akamon.cloud/swagger/index.html) is | ||
23 | available publicly. The document has also a built-in tool for using | 23 | available publicly. The document has also a built-in tool for using | ||
24 | the API. Our university has been given an API key which enables us to | 24 | the API. Our university has been given an API key which enables us to | ||
25 | access the data. If you are interested in the data, you can contact | 25 | access the data. If you are interested in the data, you can contact | ||
26 | the person marked as maintainer for the datasets in this | 26 | the person marked as maintainer for the datasets in this | ||
27 | group.\r\n\r\nAll the data related to the apartment buildings | 27 | group.\r\n\r\nAll the data related to the apartment buildings | ||
28 | described by datasets in this group are available via the above | 28 | described by datasets in this group are available via the above | ||
29 | mentioned API and are accessed in the same way. The data has just been | 29 | mentioned API and are accessed in the same way. The data has just been | ||
30 | split into datasets to make it easier to find data about a specific | 30 | split into datasets to make it easier to find data about a specific | ||
31 | topic. Below are explained some key concepts with usage examples about | 31 | topic. Below are explained some key concepts with usage examples about | ||
32 | the data and API to make it easier to get started using the | 32 | the data and API to make it easier to get started using the | ||
33 | data.\r\n\r\nThe apartment buildings are modelled as metering sites. | 33 | data.\r\n\r\nThe apartment buildings are modelled as metering sites. | ||
34 | Metering sites have measurement devices which then contain the actual | 34 | Metering sites have measurement devices which then contain the actual | ||
35 | measurements. The identifiers of a measurement and associated | 35 | measurements. The identifiers of a measurement and associated | ||
36 | measurement device and metering site are documented in the datasets. | 36 | measurement device and metering site are documented in the datasets. | ||
37 | These identifiers are used to get information about the sites, devices | 37 | These identifiers are used to get information about the sites, devices | ||
38 | and measurements.\r\n\r\nInformation about a metering site can be | 38 | and measurements.\r\n\r\nInformation about a metering site can be | ||
39 | fetched using its identifier with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 39 | fetched using its identifier with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
40 | ://rest-api.sandbox.akamon.cloud/api/meteringsite/AURINGONSADE_TALO_A' | 40 | ://rest-api.sandbox.akamon.cloud/api/meteringsite/AURINGONSADE_TALO_A' | ||
41 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | 41 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | ||
42 | the_api_key'\r\n\r\nYou can get the list of all measurement devices | 42 | the_api_key'\r\n\r\nYou can get the list of all measurement devices | ||
43 | with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 43 | with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
44 | 'https://rest-api.sandbox.akamon.cloud/api/measurementdevice' \\\r\n\t | 44 | 'https://rest-api.sandbox.akamon.cloud/api/measurementdevice' \\\r\n\t | ||
45 | -H 'accept: */*' \\\r\n\t -H 'X-API-Key: the_api_key'\r\n\r\nYou can | 45 | -H 'accept: */*' \\\r\n\t -H 'X-API-Key: the_api_key'\r\n\r\nYou can | ||
46 | also get the measurement devices for a specific metering site by using | 46 | also get the measurement devices for a specific metering site by using | ||
47 | its identifier with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 47 | its identifier with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
48 | st-api.sandbox.akamon.cloud/api/measurementdevice/AURINGONSADE_TALO_B' | 48 | st-api.sandbox.akamon.cloud/api/measurementdevice/AURINGONSADE_TALO_B' | ||
49 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | 49 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | ||
50 | the_api_key'\r\n\r\nYou can get information about a specific | 50 | the_api_key'\r\n\r\nYou can get information about a specific | ||
51 | measurement device by using its identifier and the identifier of the | 51 | measurement device by using its identifier and the identifier of the | ||
52 | associated metering site with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 52 | associated metering site with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
53 | mentdevice/AURINGONSADE_TALO_B/AURINGONSADE_TALO_B_TKB36_TULOILMAKOJE' | 53 | mentdevice/AURINGONSADE_TALO_B/AURINGONSADE_TALO_B_TKB36_TULOILMAKOJE' | ||
54 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | 54 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | ||
55 | the_api_key'\r\n\r\nYou can get information about a measurement by | 55 | the_api_key'\r\n\r\nYou can get information about a measurement by | ||
56 | using its identifier, and the identifiers of the associated | 56 | using its identifier, and the identifiers of the associated | ||
57 | measurement device and metering site with:\r\n\r\n\tcurl -X 'GET' | 57 | measurement device and metering site with:\r\n\r\n\tcurl -X 'GET' | ||
58 | \\\r\n\t | 58 | \\\r\n\t | ||
59 | ALO_A_SAHKO_ILMANVAIHTOLAITTEISTO_electric_metering_SM01_current_L1_M' | 59 | ALO_A_SAHKO_ILMANVAIHTOLAITTEISTO_electric_metering_SM01_current_L1_M' | ||
60 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | 60 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: | ||
61 | the_api_key'\r\n\r\nYou can get actual values for a measurement as a | 61 | the_api_key'\r\n\r\nYou can get actual values for a measurement as a | ||
62 | time series by using its identifier and providing a time range | 62 | time series by using its identifier and providing a time range | ||
63 | with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | 63 | with:\r\n\r\n\tcurl -X 'GET' \\\r\n\t | ||
64 | _SM01_current_L1_M&start=2022-09-19T12:00:00&stop=2022-09-19T13:00:00' | 64 | _SM01_current_L1_M&start=2022-09-19T12:00:00&stop=2022-09-19T13:00:00' | ||
65 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: the_api_key'", | 65 | \\\r\n\t -H 'accept: */*' \\\r\n\t -H 'X-API-Key: the_api_key'", | ||
66 | "display_name": "Ilokkaanpuisto", | 66 | "display_name": "Ilokkaanpuisto", | ||
67 | "id": "399a7c83-3017-4970-b83f-c7acc9de14cf", | 67 | "id": "399a7c83-3017-4970-b83f-c7acc9de14cf", | ||
68 | "image_display_url": "", | 68 | "image_display_url": "", | ||
69 | "name": "ilokkaanpuisto", | 69 | "name": "ilokkaanpuisto", | ||
70 | "title": "Ilokkaanpuisto" | 70 | "title": "Ilokkaanpuisto" | ||
71 | } | 71 | } | ||
72 | ], | 72 | ], | ||
73 | "id": "d9179ce9-94b9-419c-9d6c-1e58c45e2af8", | 73 | "id": "d9179ce9-94b9-419c-9d6c-1e58c45e2af8", | ||
74 | "isopen": false, | 74 | "isopen": false, | ||
75 | "license_id": "internal", | 75 | "license_id": "internal", | ||
76 | "license_title": "For internal research and education use", | 76 | "license_title": "For internal research and education use", | ||
77 | "maintainer": "Otto Hylli", | 77 | "maintainer": "Otto Hylli", | ||
78 | "maintainer_email": "otto.hylli@tuni.fi", | 78 | "maintainer_email": "otto.hylli@tuni.fi", | ||
79 | "metadata_created": "2022-11-16T07:22:26.626515", | 79 | "metadata_created": "2022-11-16T07:22:26.626515", | ||
n | 80 | "metadata_modified": "2025-01-12T13:42:03.853173", | n | 80 | "metadata_modified": "2025-01-12T13:50:00.023046", |
81 | "name": | 81 | "name": | ||
82 | o-car-heating-and-electric-vehicle-charging-electricity-measurements", | 82 | o-car-heating-and-electric-vehicle-charging-electricity-measurements", | ||
83 | "notes": "Electrical measurements of car heating and electric | 83 | "notes": "Electrical measurements of car heating and electric | ||
84 | vehicle charging from the four housing associations of Ilokkaanpuisto. | 84 | vehicle charging from the four housing associations of Ilokkaanpuisto. | ||
85 | Available measurement quantities are voltage, current, active power | 85 | Available measurement quantities are voltage, current, active power | ||
86 | and energy. The measurement device is Carlo Gavazzi WM15. Data is | 86 | and energy. The measurement device is Carlo Gavazzi WM15. Data is | ||
87 | stored in a system managed by an external party and accessed via a | 87 | stored in a system managed by an external party and accessed via a | ||
88 | RESTful HTTP API. To learn more about Ilokkaanpuisto and how the | 88 | RESTful HTTP API. To learn more about Ilokkaanpuisto and how the | ||
89 | measurements can be accessed see the [Ilokkaanpuisto | 89 | measurements can be accessed see the [Ilokkaanpuisto | ||
90 | oup](https://ckan.energydata.rd.tuni.fi/group/about/ilokkaanpuisto).", | 90 | oup](https://ckan.energydata.rd.tuni.fi/group/about/ilokkaanpuisto).", | ||
91 | "num_resources": 1, | 91 | "num_resources": 1, | ||
n | 92 | "num_tags": 5, | n | 92 | "num_tags": 4, |
93 | "organization": { | 93 | "organization": { | ||
94 | "approval_status": "approved", | 94 | "approval_status": "approved", | ||
95 | "created": "2022-11-14T13:57:32.648057", | 95 | "created": "2022-11-14T13:57:32.648057", | ||
96 | "description": "[CNESS](https://research.tuni.fi/cness/about/) | 96 | "description": "[CNESS](https://research.tuni.fi/cness/about/) | ||
97 | (Climate Neutral Energy Systems and Society) is a multidisciplinary | 97 | (Climate Neutral Energy Systems and Society) is a multidisciplinary | ||
98 | research platform on energy transition at Tampere University. CNESS | 98 | research platform on energy transition at Tampere University. CNESS | ||
99 | combines Tampere University\u2019s existing and emerging potential and | 99 | combines Tampere University\u2019s existing and emerging potential and | ||
100 | expertise in several engineering, natural science and social science | 100 | expertise in several engineering, natural science and social science | ||
101 | and business disciplines, focusing on six closely interrelated areas: | 101 | and business disciplines, focusing on six closely interrelated areas: | ||
102 | electrification of energy systems, hard-to-electrify areas, societal | 102 | electrification of energy systems, hard-to-electrify areas, societal | ||
103 | implications of the energy transition, value creation and energy | 103 | implications of the energy transition, value creation and energy | ||
104 | transition, energy policy and energy efficient and sustainable built | 104 | transition, energy policy and energy efficient and sustainable built | ||
105 | environment.", | 105 | environment.", | ||
106 | "id": "693e9b10-bc89-4e14-bf38-1770a5b2a2fc", | 106 | "id": "693e9b10-bc89-4e14-bf38-1770a5b2a2fc", | ||
107 | "image_url": "", | 107 | "image_url": "", | ||
108 | "is_organization": true, | 108 | "is_organization": true, | ||
109 | "name": "cness", | 109 | "name": "cness", | ||
110 | "state": "active", | 110 | "state": "active", | ||
111 | "title": "CNESS", | 111 | "title": "CNESS", | ||
112 | "type": "organization" | 112 | "type": "organization" | ||
113 | }, | 113 | }, | ||
114 | "owner_org": "693e9b10-bc89-4e14-bf38-1770a5b2a2fc", | 114 | "owner_org": "693e9b10-bc89-4e14-bf38-1770a5b2a2fc", | ||
115 | "private": false, | 115 | "private": false, | ||
116 | "relationships_as_object": [], | 116 | "relationships_as_object": [], | ||
117 | "relationships_as_subject": [], | 117 | "relationships_as_subject": [], | ||
118 | "resources": [ | 118 | "resources": [ | ||
119 | { | 119 | { | ||
120 | "cache_last_updated": null, | 120 | "cache_last_updated": null, | ||
121 | "cache_url": null, | 121 | "cache_url": null, | ||
122 | "created": "2022-11-16T07:25:24.526064", | 122 | "created": "2022-11-16T07:25:24.526064", | ||
123 | "datastore_active": true, | 123 | "datastore_active": true, | ||
124 | "description": "List of available measurements. Note: this is a | 124 | "description": "List of available measurements. Note: this is a | ||
125 | work in progress. Measurement names and descriptions should be in | 125 | work in progress. Measurement names and descriptions should be in | ||
126 | English and measurement units are missing.", | 126 | English and measurement units are missing.", | ||
127 | "format": "XLSX", | 127 | "format": "XLSX", | ||
128 | "hash": "", | 128 | "hash": "", | ||
129 | "id": "22fc7e71-7c8a-4e36-8777-40a22d0e9c0a", | 129 | "id": "22fc7e71-7c8a-4e36-8777-40a22d0e9c0a", | ||
130 | "last_modified": "2022-11-16T07:25:24.497574", | 130 | "last_modified": "2022-11-16T07:25:24.497574", | ||
131 | "metadata_modified": "2022-11-16T07:25:25.406885", | 131 | "metadata_modified": "2022-11-16T07:25:25.406885", | ||
132 | "mimetype": | 132 | "mimetype": | ||
133 | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", | 133 | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", | ||
134 | "mimetype_inner": null, | 134 | "mimetype_inner": null, | ||
135 | "name": "available_measurements.xlsx", | 135 | "name": "available_measurements.xlsx", | ||
136 | "package_id": "d9179ce9-94b9-419c-9d6c-1e58c45e2af8", | 136 | "package_id": "d9179ce9-94b9-419c-9d6c-1e58c45e2af8", | ||
137 | "position": 0, | 137 | "position": 0, | ||
138 | "resource_type": null, | 138 | "resource_type": null, | ||
139 | "size": 12029, | 139 | "size": 12029, | ||
140 | "state": "active", | 140 | "state": "active", | ||
141 | "url": | 141 | "url": | ||
142 | 0a22d0e9c0a/download/ilokkaanpuisto_car_heating_and_ev_charging.xlsx", | 142 | 0a22d0e9c0a/download/ilokkaanpuisto_car_heating_and_ev_charging.xlsx", | ||
143 | "url_type": "upload" | 143 | "url_type": "upload" | ||
144 | } | 144 | } | ||
145 | ], | 145 | ], | ||
146 | "state": "active", | 146 | "state": "active", | ||
147 | "tags": [ | 147 | "tags": [ | ||
148 | { | 148 | { | ||
149 | "display_name": "car heating", | 149 | "display_name": "car heating", | ||
150 | "id": "a309734b-f1b2-4fe3-95a0-df40aeaddf2b", | 150 | "id": "a309734b-f1b2-4fe3-95a0-df40aeaddf2b", | ||
151 | "name": "car heating", | 151 | "name": "car heating", | ||
152 | "state": "active", | 152 | "state": "active", | ||
153 | "vocabulary_id": null | 153 | "vocabulary_id": null | ||
154 | }, | 154 | }, | ||
155 | { | 155 | { | ||
156 | "display_name": "electric vehicle charging", | 156 | "display_name": "electric vehicle charging", | ||
157 | "id": "a1ad194a-3d95-4600-918a-9beb95c72a60", | 157 | "id": "a1ad194a-3d95-4600-918a-9beb95c72a60", | ||
158 | "name": "electric vehicle charging", | 158 | "name": "electric vehicle charging", | ||
159 | "state": "active", | 159 | "state": "active", | ||
160 | "vocabulary_id": null | 160 | "vocabulary_id": null | ||
161 | }, | 161 | }, | ||
162 | { | 162 | { | ||
163 | "display_name": "electricity", | 163 | "display_name": "electricity", | ||
164 | "id": "0c58cb6b-5845-4112-9871-6adda7eaac59", | 164 | "id": "0c58cb6b-5845-4112-9871-6adda7eaac59", | ||
165 | "name": "electricity", | 165 | "name": "electricity", | ||
166 | "state": "active", | 166 | "state": "active", | ||
167 | "vocabulary_id": null | 167 | "vocabulary_id": null | ||
168 | }, | 168 | }, | ||
169 | { | 169 | { | ||
170 | "display_name": "ilokkaanpuisto", | 170 | "display_name": "ilokkaanpuisto", | ||
171 | "id": "a0d74dd1-fa93-4370-a480-51b441b4a760", | 171 | "id": "a0d74dd1-fa93-4370-a480-51b441b4a760", | ||
172 | "name": "ilokkaanpuisto", | 172 | "name": "ilokkaanpuisto", | ||
173 | "state": "active", | 173 | "state": "active", | ||
174 | "vocabulary_id": null | 174 | "vocabulary_id": null | ||
t | 175 | }, | t | ||
176 | { | ||||
177 | "display_name": "power quality", | ||||
178 | "id": "f75b4ff7-2ba6-44ba-8468-c1e9c3ba08e4", | ||||
179 | "name": "power quality", | ||||
180 | "state": "active", | ||||
181 | "vocabulary_id": null | ||||
182 | } | 175 | } | ||
183 | ], | 176 | ], | ||
184 | "temporal_resolution": "1 minute", | 177 | "temporal_resolution": "1 minute", | ||
185 | "temporal_start": "2022-09-17", | 178 | "temporal_start": "2022-09-17", | ||
186 | "title": "Ilokkaanpuisto car heating and electric vehicle charging | 179 | "title": "Ilokkaanpuisto car heating and electric vehicle charging | ||
187 | electricity measurements", | 180 | electricity measurements", | ||
188 | "type": "dataset", | 181 | "type": "dataset", | ||
189 | "url": "https://rest-api.sandbox.akamon.cloud/swagger/index.html", | 182 | "url": "https://rest-api.sandbox.akamon.cloud/swagger/index.html", | ||
190 | "version": "" | 183 | "version": "" | ||
191 | } | 184 | } |