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