diff --git a/app/ecolyo.459e3889c350c7807ebe.js b/app/ecolyo.340f3c3edcfcf83785d9.js
similarity index 99%
rename from app/ecolyo.459e3889c350c7807ebe.js
rename to app/ecolyo.340f3c3edcfcf83785d9.js
index 3e47bdc45ccf141f8e8b7fd05637c8fc5324a846..9a997b3ea9a3f94930716d3fa99fceea92a01b9e 100644
--- a/app/ecolyo.459e3889c350c7807ebe.js
+++ b/app/ecolyo.340f3c3edcfcf83785d9.js
@@ -35332,6 +35332,12 @@ var ConsumptionFormatterService = /*#__PURE__*/function () {
 
       if (!fluidStatus) {
         return data;
+      }
+
+      if (data.value !== -1) {
+        return _objectSpread(_objectSpread({}, data), {}, {
+          state: _dataload.DataloadState.VALID
+        });
       } // Define state in function of first and last fluid data date
 
 
diff --git a/index.html b/index.html
index 91687ba661cfe507f571933135e44fb2e02819eb..b14d3fdf440c2de7a783f34cc8250c85aa0d0bdb 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- PWA Colors --><meta name="theme-color" content="#343641"><meta name="background-color" content="#121212">{{.ThemeCSS}} {{.CozyBar}}<script src="//{{.Domain}}/assets/js/piwik.js"></script></head><body><div role="application" class="application" data-cozy="{{.CozyData}}"><script src="vendors/ecolyo.7dbee832d5682acf5797.js"></script><script src="app/ecolyo.459e3889c350c7807ebe.js"></script></div></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- PWA Colors --><meta name="theme-color" content="#343641"><meta name="background-color" content="#121212">{{.ThemeCSS}} {{.CozyBar}}<script src="//{{.Domain}}/assets/js/piwik.js"></script></head><body><div role="application" class="application" data-cozy="{{.CozyData}}"><script src="vendors/ecolyo.7dbee832d5682acf5797.js"></script><script src="app/ecolyo.340f3c3edcfcf83785d9.js"></script></div></body></html>
\ No newline at end of file
diff --git a/services/aggregatorUsageEvents/ecolyo.js b/services/aggregatorUsageEvents/ecolyo.js
index a35f9d7cb68feaeb73032ef73b53479ebd0db48a..f86ec5d925285aa518991bf07618e334c6af2c53 100644
--- a/services/aggregatorUsageEvents/ecolyo.js
+++ b/services/aggregatorUsageEvents/ecolyo.js
@@ -79605,6 +79605,12 @@ class ConsumptionFormatterService {
 
     if (!fluidStatus) {
       return data;
+    }
+
+    if (data.value !== -1) {
+      return _objectSpread(_objectSpread({}, data), {}, {
+        state: _dataload.DataloadState.VALID
+      });
     } // Define state in function of first and last fluid data date
 
 
diff --git a/services/consumptionAlert/ecolyo.js b/services/consumptionAlert/ecolyo.js
index df0639ebb14abe72e1fed2cd20633055ca49cb96..9523252fc83668a2cb5fce64bf982a8d2e56992c 100644
--- a/services/consumptionAlert/ecolyo.js
+++ b/services/consumptionAlert/ecolyo.js
@@ -78235,6 +78235,12 @@ class ConsumptionFormatterService {
 
     if (!fluidStatus) {
       return data;
+    }
+
+    if (data.value !== -1) {
+      return _objectSpread(_objectSpread({}, data), {}, {
+        state: _dataload.DataloadState.VALID
+      });
     } // Define state in function of first and last fluid data date
 
 
diff --git a/services/enedisHalfHourMonthlyAnalysis/ecolyo.js b/services/enedisHalfHourMonthlyAnalysis/ecolyo.js
index cec92c6c3915c625642af5a9e4bbbfcc26745dde..3a5871d5bf9467150a2c289f20bad2c52112b561 100644
--- a/services/enedisHalfHourMonthlyAnalysis/ecolyo.js
+++ b/services/enedisHalfHourMonthlyAnalysis/ecolyo.js
@@ -78146,6 +78146,12 @@ class ConsumptionFormatterService {
 
     if (!fluidStatus) {
       return data;
+    }
+
+    if (data.value !== -1) {
+      return _objectSpread(_objectSpread({}, data), {}, {
+        state: _dataload.DataloadState.VALID
+      });
     } // Define state in function of first and last fluid data date
 
 
diff --git a/services/fluidsPrices/ecolyo.js b/services/fluidsPrices/ecolyo.js
index 2a5da9332c1546c5e119886c1aaba519a5478386..d67f527076862fd5f44943de584f494021c212f5 100644
--- a/services/fluidsPrices/ecolyo.js
+++ b/services/fluidsPrices/ecolyo.js
@@ -78146,6 +78146,12 @@ class ConsumptionFormatterService {
 
     if (!fluidStatus) {
       return data;
+    }
+
+    if (data.value !== -1) {
+      return _objectSpread(_objectSpread({}, data), {}, {
+        state: _dataload.DataloadState.VALID
+      });
     } // Define state in function of first and last fluid data date
 
 
diff --git a/services/monthlyReportNotification/ecolyo.js b/services/monthlyReportNotification/ecolyo.js
index 514bb56b341fcf95a6b43094df2b81c112e453b6..9d77763fe7e9fdce15ffe1909a0ae8ca470efa74 100644
--- a/services/monthlyReportNotification/ecolyo.js
+++ b/services/monthlyReportNotification/ecolyo.js
@@ -78235,6 +78235,12 @@ class ConsumptionFormatterService {
 
     if (!fluidStatus) {
       return data;
+    }
+
+    if (data.value !== -1) {
+      return _objectSpread(_objectSpread({}, data), {}, {
+        state: _dataload.DataloadState.VALID
+      });
     } // Define state in function of first and last fluid data date