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