{"id":4291,"date":"2024-06-26T08:44:57","date_gmt":"2024-06-26T06:44:57","guid":{"rendered":"https:\/\/www.domotic.phdata.fr\/domotic\/?p=4291"},"modified":"2024-06-26T09:21:59","modified_gmt":"2024-06-26T07:21:59","slug":"ahtx0-lib","status":"publish","type":"post","link":"https:\/\/www.domotic.phdata.fr\/domotic\/ahtx0-lib\/","title":{"rendered":"AHTx0 (lib)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"4291\" class=\"elementor elementor-4291\">\n\t\t\t\t\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"cpp\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\n\n[env:your_environment]\nplatform = espressif32\nboard = esp32dev\nframework = arduino\nlib_deps =\n    rodan\/ahtx0 @ ^1.1.0\n\n<\/pre>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5506ccbe e-flex e-con-boxed e-con e-parent\" data-id=\"5506ccbe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c645995 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c645995\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-013e463 e-flex e-con-boxed e-con e-parent\" data-id=\"013e463\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e1744ad e-con-full e-flex e-con e-child\" data-id=\"e1744ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3886a3b elementor-widget elementor-widget-text-editor\" data-id=\"3886a3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong><span style=\"color: #0000ff;\">Exemple de code<\/span><br \/><\/strong> Voici un exemple de code pour lire les valeurs de temp\u00e9rature et d&rsquo;humidit\u00e9 \u00e0 partir d&rsquo;un capteur AHT10 .<\/p>\n<ol>\n<li>Inclusions et initialisations.<\/li>\n<li><span style=\"font-family: Roboto, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\">Initialisation dans la fonction setup()<\/span><\/li>\n<li>\u00a0<span style=\"font-family: Roboto, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\">Lecture des donn\u00e9es dans la fonction loop()<br \/><br \/><\/span><\/li>\n<\/ol>\n<p>myAHT10.getTemperature() &amp; myAHT10.getHumidity().<br \/>Lire les valeurs de temp\u00e9rature et d&rsquo;humidit\u00e9 respectivement.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abaff11 elementor-widget elementor-widget-text-editor\" data-id=\"abaff11\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #0000ff;\"><strong>Conclusion<\/strong><\/span><\/p>\n<p>En suivant ces \u00e9tapes, vous devriez \u00eatre en mesure de lire les valeurs de temp\u00e9rature et d&rsquo;humidit\u00e9 \u00e0 partir d&rsquo;un capteur AHT10 avec PlatformIO. Assurez-vous que votre capteur est bien connect\u00e9 et que la biblioth\u00e8que <code>ahtx0<\/code> est correctement install\u00e9e.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c7d2003 e-con-full e-flex e-con e-child\" data-id=\"c7d2003\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-495b036 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"495b036\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"cpp\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#include &lt;Arduino.h&gt;\n#include &lt;Wire.h&gt;\n#include &lt;AHT10.h&gt;\n\nAHT10 myAHT10;\n\nvoid setup() {\n  Serial.begin(115200);\n  Wire.begin();  \/\/ Initialisation de l'I2C\n\n  if (myAHT10.begin() != true) {\n    Serial.println(\"Impossible de trouver le capteur AHT10 !\");\n    while (1) delay(1);\n  }\n\n  Serial.println(\"Capteur AHT10 trouv\u00e9 !\");\n}\n\nvoid loop() {\n  float temperature = myAHT10.getTemperature();\n  float humidity = myAHT10.getHumidity();\n\n  Serial.print(\"Temp\u00e9rature: \");\n  Serial.print(temperature);\n  Serial.println(\" \u00b0C\");\n\n  Serial.print(\"Humidit\u00e9: \");\n  Serial.print(humidity);\n  Serial.println(\" %\");\n\n  delay(2000);  \/\/ Attendre 2 secondes avant de lire \u00e0 nouveau\n}\n\n<\/pre>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15f20238 e-flex e-con-boxed e-con e-parent\" data-id=\"15f20238\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61424ff4 elementor-widget elementor-widget-image\" data-id=\"61424ff4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"329\" height=\"316\" src=\"https:\/\/www.domotic.phdata.fr\/domotic\/wp-content\/uploads\/2023\/06\/AHt10-e1718644900182.jpg\" class=\"attachment-large size-large wp-image-2243\" alt=\"\" srcset=\"https:\/\/www.domotic.phdata.fr\/domotic\/wp-content\/uploads\/2023\/06\/AHt10-e1718644900182.jpg 329w, https:\/\/www.domotic.phdata.fr\/domotic\/wp-content\/uploads\/2023\/06\/AHt10-e1718644900182-300x288.jpg 300w, https:\/\/www.domotic.phdata.fr\/domotic\/wp-content\/uploads\/2023\/06\/AHt10-e1718644900182-150x144.jpg 150w\" sizes=\"(max-width: 329px) 100vw, 329px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bb74534 elementor-widget elementor-widget-menu-anchor\" data-id=\"4bb74534\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"menu\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51d77b39 e-flex e-con-boxed e-con e-parent\" data-id=\"51d77b39\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74ff6a59 elementor-widget elementor-widget-text-editor\" data-id=\"74ff6a59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-283a2baf e-flex e-con-boxed e-con e-parent\" data-id=\"283a2baf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-91f37ee e-con-full e-flex e-con e-child\" data-id=\"91f37ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22df1267 elementor-widget elementor-widget-image\" data-id=\"22df1267\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/www.domotic.phdata.fr\/domotic\/wp-content\/uploads\/2024\/06\/8345950.png\" class=\"attachment-large size-large wp-image-3940\" alt=\"\" srcset=\"https:\/\/www.domotic.phdata.fr\/domotic\/wp-content\/uploads\/2024\/06\/8345950.png 512w, https:\/\/www.domotic.phdata.fr\/domotic\/wp-content\/uploads\/2024\/06\/8345950-300x300.png 300w, https:\/\/www.domotic.phdata.fr\/domotic\/wp-content\/uploads\/2024\/06\/8345950-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1face319 e-con-full e-flex e-con e-child\" data-id=\"1face319\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3affeefe elementor-widget elementor-widget-heading\" data-id=\"3affeefe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Librairie AHTx0<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9cb80e8 e-flex e-con-boxed e-con e-parent\" data-id=\"9cb80e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bd50bd8 elementor-widget elementor-widget-heading\" data-id=\"3bd50bd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AHT10.h<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3463f3d8 elementor-widget elementor-widget-text-editor\" data-id=\"3463f3d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>La biblioth\u00e8que ahtx0 est con\u00e7ue pour lire les donn\u00e9es des capteurs de temp\u00e9rature et d&rsquo;humidit\u00e9 AHT10, AHT15 et AHT20.<br \/>Voici un guide d\u00e9taill\u00e9 pour utiliser cette biblioth\u00e8que avec PlatformIO.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5762dcc elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5762dcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-146a1c5 e-flex e-con-boxed e-con e-parent\" data-id=\"146a1c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6ae8cf0 e-con-full e-flex e-con e-child\" data-id=\"6ae8cf0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43dd7d1 elementor-widget elementor-widget-text-editor\" data-id=\"43dd7d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0<\/p>\n<p><span style=\"color: #800080;\">Param\u00e8tres platformio.ini<\/span><\/p>\n<p>Remplacez <strong>\u00ab\u00a0your_environment\u00a0\u00bb<\/strong> par l&rsquo;environnement sp\u00e9cifique \u00e0 votre carte.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46bac27 e-con-full e-flex e-con e-child\" data-id=\"46bac27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73c2a6d9 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"73c2a6d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"cpp\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\n\n[env:your_environment]\nplatform = espressif32\nboard = esp32dev\nframework = arduino\nlib_deps =\n    rodan\/ahtx0 @ ^1.1.0\n\n<\/pre>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5506ccbe e-flex e-con-boxed e-con e-parent\" data-id=\"5506ccbe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c645995 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c645995\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-013e463 e-flex e-con-boxed e-con e-parent\" data-id=\"013e463\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e1744ad e-con-full e-flex e-con e-child\" data-id=\"e1744ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3886a3b elementor-widget elementor-widget-text-editor\" data-id=\"3886a3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong><span style=\"color: #0000ff;\">Exemple de code<\/span><br \/><\/strong> Voici un exemple de code pour lire les valeurs de temp\u00e9rature et d&rsquo;humidit\u00e9 \u00e0 partir d&rsquo;un capteur AHT10 .<\/p>\n<ol>\n<li>Inclusions et initialisations.<\/li>\n<li><span style=\"font-family: Roboto, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\">Initialisation dans la fonction setup()<\/span><\/li>\n<li>\u00a0<span style=\"font-family: Roboto, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\">Lecture des donn\u00e9es dans la fonction loop()<br \/><br \/><\/span><\/li>\n<\/ol>\n<p>myAHT10.getTemperature() &amp; myAHT10.getHumidity().<br \/>Lire les valeurs de temp\u00e9rature et d&rsquo;humidit\u00e9 respectivement.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abaff11 elementor-widget elementor-widget-text-editor\" data-id=\"abaff11\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #0000ff;\"><strong>Conclusion<\/strong><\/span><\/p>\n<p>En suivant ces \u00e9tapes, vous devriez \u00eatre en mesure de lire les valeurs de temp\u00e9rature et d&rsquo;humidit\u00e9 \u00e0 partir d&rsquo;un capteur AHT10 avec PlatformIO. Assurez-vous que votre capteur est bien connect\u00e9 et que la biblioth\u00e8que <code>ahtx0<\/code> est correctement install\u00e9e.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c7d2003 e-con-full e-flex e-con e-child\" data-id=\"c7d2003\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-495b036 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"495b036\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><!-- wp:enlighter\/codeblock {\"language\":\"cpp\"} --><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"cpp\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#include &lt;Arduino.h&gt;\n#include &lt;Wire.h&gt;\n#include &lt;AHT10.h&gt;\n\nAHT10 myAHT10;\n\nvoid setup() {\n  Serial.begin(115200);\n  Wire.begin();  \/\/ Initialisation de l'I2C\n\n  if (myAHT10.begin() != true) {\n    Serial.println(\"Impossible de trouver le capteur AHT10 !\");\n    while (1) delay(1);\n  }\n\n  Serial.println(\"Capteur AHT10 trouv\u00e9 !\");\n}\n\nvoid loop() {\n  float temperature = myAHT10.getTemperature();\n  float humidity = myAHT10.getHumidity();\n\n  Serial.print(\"Temp\u00e9rature: \");\n  Serial.print(temperature);\n  Serial.println(\" \u00b0C\");\n\n  Serial.print(\"Humidit\u00e9: \");\n  Serial.print(humidity);\n  Serial.println(\" %\");\n\n  delay(2000);  \/\/ Attendre 2 secondes avant de lire \u00e0 nouveau\n}\n\n<\/pre>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>[env:your_environment] platform = espressif32 board = esp32dev framework = arduino lib_deps = rodan\/ahtx0 @ ^1.1.0 Exemple de code Voici un exemple de code pour lire les valeurs de temp\u00e9rature et d&rsquo;humidit\u00e9 \u00e0 partir d&rsquo;un capteur AHT10 . Inclusions et initialisations. Initialisation dans la fonction setup() \u00a0Lecture des donn\u00e9es dans la fonction loop() myAHT10.getTemperature() &amp; myAHT10.getHumidity().Lire [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","_jetpack_memberships_contains_paid_content":false,"ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[16],"tags":[],"class_list":["post-4291","post","type-post","status-publish","format-standard","hentry","category-blog","entry"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/posts\/4291","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/comments?post=4291"}],"version-history":[{"count":70,"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/posts\/4291\/revisions"}],"predecessor-version":[{"id":4365,"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/posts\/4291\/revisions\/4365"}],"wp:attachment":[{"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/media?parent=4291"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/categories?post=4291"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.domotic.phdata.fr\/domotic\/wp-json\/wp\/v2\/tags?post=4291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}