{"id":1623,"date":"2021-01-26T15:01:33","date_gmt":"2021-01-26T14:01:33","guid":{"rendered":"http:\/\/miniprojets.net\/?p=1623"},"modified":"2023-04-04T23:09:22","modified_gmt":"2023-04-04T21:09:22","slug":"occupancy-estimation-and-forecasting-for-energy-savings","status":"publish","type":"post","link":"https:\/\/miniprojets.net\/index.php\/2021\/01\/26\/occupancy-estimation-and-forecasting-for-energy-savings\/","title":{"rendered":"Occupancy estimation and forecasting for energy savings"},"content":{"rendered":"\n<p>Written by <strong>Clement Cruveiller \u2013 SEM 3A ENSE3<\/strong><\/p>\n\n\n\n<p class=\"has-large-font-size\"><strong>ABSTRACT<\/strong><\/p>\n\n\n\n<p><em>With the new climate incentives European countries are looking for carbon neutrality in 2050. The building sector is responsible for almost 40% of the primary energy consumption. If building renovation and using energy efficient systems, the IEA in Annex 66 relates that the energy efficient efforts can not go without a behavioural change from the occupants. Optimistically occupants can become more and more sober in their energy consumption, but the transition will not be that easy. The goal of this miniproject is to create an interactive application based on a predictive controller that enables energy savings but also awareness raising for occupants. The predictive controller needs to be able to forecast the occupancy based on machine learning techniques. The study is based on the Smart ExpHouse platform of Grenoble laboratory G2eLab.<\/em><\/p>\n\n\n\n<p class=\"has-large-font-size\"><strong>Introduction<\/strong><\/p>\n\n\n\n<p>In order to create a predictive controller we need to acquire many data related to the occupant behaviour in the building, consumption, co2 concentration, humidity, temperature etc\u2026 For this many sensors need to be installed in order to acquire this data and then analysed to get the desired information. First part of this paper will present the data acquisition, the second part how to estimate the occupancy from the measured data, third part tackles how a prediction could be made form this data and finally an approach to save energy will be discussed.<\/p>\n\n\n\n<p class=\"has-large-font-size\"><strong>Smart ExpHouse<\/strong><\/p>\n\n\n\n<p>The SmartExp house is a residential house of two floors with many sensors.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"464\" height=\"279\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-25.png\" alt=\"\" class=\"wp-image-1624\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-25.png 464w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-25-300x180.png 300w\" sizes=\"auto, (max-width: 464px) 100vw, 464px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 1: Smart ExpHouse architecture<\/p>\n\n\n\n<p>There are different sensors connected to the different wireless networks and all the data is available on Grafana thanks to InfluxDB that created the datasets. The servor used is on Jeedom and we is connected to the different measures thanks to different wireless communication devices like Enocean.<\/p>\n\n\n\n<p>From the Grafana we used different measures exported to csv in order to use them on python.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-28-1024x454.png\" alt=\"\" class=\"wp-image-1627\" width=\"918\" height=\"407\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-28-1024x454.png 1024w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-28-300x133.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-28-768x341.png 768w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-28.png 1353w\" sizes=\"auto, (max-width: 918px) 100vw, 918px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 2: Grafana Data Visualisation<\/p>\n\n\n\n<p class=\"has-large-font-size\"><strong>Occupancy estimation<\/strong><\/p>\n\n\n\n<p>It is a hot topic these last years to measure or estimate the occupancy mostly thanks to data related to CO2, acoustic pressure, power consumption and other. Unfortunately, most of this techniques are depending on supervised machine learning techniques meaning that for one input of CO2, acoustic pressure and power consumption we obtained through an intrusive technique like cameras the associated occupancy. In our case we don\u2019t have access to the real occupancy so we are going to use machine learning unsupervised methods.<\/p>\n\n\n\n<p>Since it is difficult to estimate with accuracy the number of people in the room, I have decided to detect the occupancy in the house. For each clustering we are having a look into the silhouette which is an indicator of the quality of the clusters, the closer we are to 1 the better our clusters are defined.<\/p>\n\n\n\n<p>We first use the CO2 in the house, the power consumption and the noise:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-29-1024x237.png\" alt=\"\" class=\"wp-image-1628\" width=\"971\" height=\"224\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-29-1024x237.png 1024w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-29-300x69.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-29-768x178.png 768w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-29-1536x355.png 1536w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-29.png 1863w\" sizes=\"auto, (max-width: 971px) 100vw, 971px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 3: Clusters plotted with power, co2 and noise<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-30-1024x596.png\" alt=\"\" class=\"wp-image-1629\" width=\"937\" height=\"545\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-30-1024x596.png 1024w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-30-300x175.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-30-768x447.png 768w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-30.png 1097w\" sizes=\"auto, (max-width: 937px) 100vw, 937px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 4: Clusters with power, co2 and noise<\/p>\n\n\n\n<p><strong>Silhouette: 0.467<\/strong><\/p>\n\n\n\n<p>With this approach it looks difficult to estimate the occupancy since we don\u2019t have clear clusters that are more created according to the power consumption than the other parameters. The bad quality and simplicity of the clusters can be explained by noise data that doesn\u2019t give a lot of information ince there is always noise in the house which could be do to the cars.<\/p>\n\n\n\n<p>In the next approach we are using only the total cO2 level in the house and the total power consumption. We can clearly see that the pattern detected by the clustering makes sense with a pattern that could have been related to the occupancy, indeed we can see below that there is on the left corner a cluster corresponding to low power consumption and low CO2 that probably coincides with absence in the house, the purple one should represent the sleeping time in the house and the green one the day, this clustering even if there is no scientific way to confirm these results seem to make a good estimation.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-31-1024x261.png\" alt=\"\" class=\"wp-image-1630\" width=\"975\" height=\"248\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-31-1024x261.png 1024w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-31-300x77.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-31-768x196.png 768w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-31.png 1500w\" sizes=\"auto, (max-width: 975px) 100vw, 975px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Figure 5: Clusters plotted with power, co2<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-32-1024x653.png\" alt=\"\" class=\"wp-image-1631\" width=\"1028\" height=\"655\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-32-1024x653.png 1024w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-32-300x191.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-32-768x489.png 768w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-32.png 1056w\" sizes=\"auto, (max-width: 1028px) 100vw, 1028px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 5: Clusters with power and co2<\/p>\n\n\n\n<p><strong>Silhouette = 0.480<\/strong><\/p>\n\n\n\n<p>By curiosity I then tried to increase the number of clusters to confirm that the \u201cabsence\u201d cluster would not split into two new clusters, hopefully as we can see below this not happened, we got the top left corner that split into two new clusters. This experiment confirms that the 3 clusters above can make a correct estimation of the presence in the house.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-33-1024x632.png\" alt=\"\" class=\"wp-image-1632\" width=\"1019\" height=\"628\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-33-1024x632.png 1024w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-33-300x185.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-33-768x474.png 768w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-33.png 1105w\" sizes=\"auto, (max-width: 1019px) 100vw, 1019px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Figure 6: Introducing one additional cluster<\/p>\n\n\n\n<p><strong>Silhouette 0.40<\/strong><\/p>\n\n\n\n<p class=\"has-large-font-size\"><strong>Occupancy forecasting<\/strong><\/p>\n\n\n\n<p>Now that we have created a model to detect the occupancy we can work on a model that would be able to forecast the occupancy, for this we could use a simple regression model. The occupancy in this model is built only according to past data. To implement a forecasting model I have implemented a MLP model that I had already studied in ICT course. When we have a look into the forecasting techniques most people praise the fact that it is not really the model that you use that will give you great accurate model but rather the way you handle the available data. In order to create a suitable dataset for the model some feature engineering must be done.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-34.png\" alt=\"\" class=\"wp-image-1633\" width=\"842\" height=\"555\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-34.png 919w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-34-300x198.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-34-768x506.png 768w\" sizes=\"auto, (max-width: 842px) 100vw, 842px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 7: Feature engineering<\/p>\n\n\n\n<p>As you can see in the picture above, the occupancy dataset is converted into a multiple columns dataset wich includes the past data you want to use to predict the next desired steps of occupancy, for example here I decided to forecast 4 hours ahead using the last day. In order to train the model I have used 70% of the dataset and 30% for the testing. The following R2 Score I obtained, which is expressed as below (the closer to one the better the model).<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"294\" height=\"79\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-35.png\" alt=\"\" class=\"wp-image-1634\"\/><\/figure><\/div>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Always supposing occupancy=1<\/td><td>-0.024<\/td><\/tr><tr><td>4 hours forecast using 2 days past data<\/td><td>0.15<\/td><\/tr><tr><td>4hours forecast using 1 day past data<\/td><td>0.32<\/td><\/tr><tr><td>4 hours forecast using 1.5 day past data<\/td><td>0.22<\/td><\/tr><tr><td>4 hours using 20 hours past data<\/td><td>0.25<\/td><\/tr><tr><td>4 hours using 1 day past data introducing mean as feature<\/td><td>0.38<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Table 1: Forecasting Results<\/p>\n\n\n\n<p>The first test was basically to get a starting point which we could start with to see if the model was heading the good direction. Unfortunately 24 hours forecasting results were really poor so I have chosen to work with 4 hours, the objective of the model is to predict presence or absence in the house.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-36.png\" alt=\"\" class=\"wp-image-1636\" width=\"949\" height=\"542\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-36.png 801w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-36-300x172.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-36-768x439.png 768w\" sizes=\"auto, (max-width: 949px) 100vw, 949px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 8: 4 hours prediction with 1 day past data<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-37.png\" alt=\"\" class=\"wp-image-1638\" width=\"921\" height=\"651\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-37.png 783w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-37-300x212.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-37-768x543.png 768w\" sizes=\"auto, (max-width: 921px) 100vw, 921px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Figure 9: 4 hours prediction with 1 day past data + mean feature<\/p>\n\n\n\n<p>The results are not really accurate we are not even going beyond 50% of r2 score, yet we managed with simple data manipulation to almost double the R2 score. With hypertuning (which I did manually) and more data features analysis probably good result could be achieved (for a data scientist it would have been 0.8 at least).<\/p>\n\n\n\n<p class=\"has-large-font-size\"><strong>Energy savings<\/strong><\/p>\n\n\n\n<p>Finally the idea is to put into application our forecasting model to make some energy savings. For this we need to need the thermal behaviour of the house. For example, how does the average temperature is changing according to the known parameters and also how much heating power do we need to be at a certain comfort temperature. To do that rather than using model from physics knowledge we could use the observed behaviour of the house using some simple machine learning regression.<\/p>\n\n\n\n<p>\u00a0For example, let\u2019s study the temperature, since there are a lot of rooms the simulation could be complicated. I have tried for example with the indoor average temperature for example. Let\u2019s try to make a regression model using a multi-input and multi-output using the features of: outdoor luminosity, power consumption, estimated occupancy at step t and t-1. Unfortunately it needed quite some data modification to take into account the gas heating power, since the time samples was randomly introduces, that could have strongly improved the model. The results obtained in a reasonable amount of work time weren\u2019t great so I have decided not to go further in this part.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"703\" height=\"424\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-38.png\" alt=\"\" class=\"wp-image-1640\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-38.png 703w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-38-300x181.png 300w\" sizes=\"auto, (max-width: 703px) 100vw, 703px\" \/><\/figure><\/div>\n\n\n\n<p>Yet from a simpler one room office in another project studying the GSCOP office in Grenoble I was able to reproduce a correct model for temperature since there was less parameters to take into account.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-39-1024x584.png\" alt=\"\" class=\"wp-image-1641\" width=\"784\" height=\"446\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-39-1024x584.png 1024w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-39-300x171.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-39-768x438.png 768w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-39.png 1067w\" sizes=\"auto, (max-width: 784px) 100vw, 784px\" \/><\/figure><\/div>\n\n\n\n<p>Such a regression implemented for the temperature the CO2 level, and the input heating power enabled to model on python a real simple predictive controller that worked as explained below that could be connected to a boiler through a Raspberry Pi<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-40.png\" alt=\"\" class=\"wp-image-1642\" width=\"703\" height=\"468\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-40.png 756w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-40-300x200.png 300w\" sizes=\"auto, (max-width: 703px) 100vw, 703px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 10: Controller architecture<\/p>\n\n\n\n<p>Below you can see the resulting heating power input in the small office that resulted in more than 50% of energy savings of course the simulation is not very realistic but it seems to be a promising technique.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-41.png\" alt=\"\" class=\"wp-image-1643\" width=\"810\" height=\"485\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-41.png 761w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-41-300x180.png 300w\" sizes=\"auto, (max-width: 810px) 100vw, 810px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-center\">Figure 11: Energy savings Controller vs True<\/p>\n\n\n\n<p class=\"has-large-font-size\"><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>Implementing sensors in a house can give a lot of information on the daily behaviour of the occupants. In my house I am lacking information to perform a good model for example a true observation on the number of occupants, data related to the occupants calendar or even GPS information\u2026 There are a lot of interesting insights that I could have focused on more as for example studying individually each room to have a less general approach. \u00a0But energy efficient homes can be built but the engineer can\u2019t do a lot regarding the occupants behaviour. Implementing a few sensors during a few months to study the energy dynamics of the house presents a lot of way to raise awareness regarding potential energy savings. For example CO2 level in the house can detect occupancy, observing th occupancy during a few days could help building a predictive a model with python libraries that are becoming more and more easy to use. This predictive model thanks to a building model that could be built with data observations could through a daily planned energy strategy result in considerable energy savings by implementing a Raspberry Pi that costs no more than 30 euros. Finally all this ICT technology should be a way to influence people towards efficient energy behaviours for example with the help of an interactive App that would tell the occupant when is the best time to open the window, or to correct its occupancy prediction. Below is an example of a Kivy UI very simple app I have implemented that is a GUI that works with Raspberry Pi.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-42.png\" alt=\"\" class=\"wp-image-1645\" width=\"769\" height=\"608\" srcset=\"https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-42.png 802w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-42-300x237.png 300w, https:\/\/miniprojets.net\/wp-content\/uploads\/2021\/01\/image-42-768x607.png 768w\" sizes=\"auto, (max-width: 769px) 100vw, 769px\" \/><\/figure><\/div>\n\n\n\n<p class=\"has-large-font-size\"><strong>Bibliography<\/strong><\/p>\n\n\n\n<p><em>EXPE-SMARTHOUSE \u2013 The Full Connected Living House<\/em>. http:\/\/expe-smarthouse.duckdns.org\/?page_id=7&amp;lang=en. Consult\u00e9 le 17 janvier 2021.<\/p>\n\n\n\n<p>Mishra, Sanatan. \u00ab&nbsp;Unsupervised Learning and Data Clustering&nbsp;\u00bb. <em>Medium<\/em>, 21 mai 2017, <a href=\"https:\/\/towardsdatascience.com\/unsupervised-learning-and-data-clustering-eeecb78b422a\">https:\/\/towardsdatascience.com\/unsupervised-learning-and-data-clustering-eeecb78b422a<\/a>.<\/p>\n\n\n\n<p>Manar Amayri, St\u00e9phane Ploix, Sanghamitra Bandyopadhyay. Estimating Occupancy in an Office Setting. The First International Symposium on Sustainable Human-Building Ecosystems (ISSHBE)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Written by Clement Cruveiller \u2013 SEM 3A ENSE3 ABSTRACT With the new climate incentives European countries are looking for carbon&hellip;<\/p>\n","protected":false},"author":1,"featured_media":1631,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[60],"tags":[80],"class_list":["post-1623","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bureaux-detudes","tag-bureaux-detude"],"_links":{"self":[{"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/posts\/1623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/comments?post=1623"}],"version-history":[{"count":0,"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/posts\/1623\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/media\/1631"}],"wp:attachment":[{"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/media?parent=1623"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/categories?post=1623"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/miniprojets.net\/index.php\/wp-json\/wp\/v2\/tags?post=1623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}