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