From 2c371150713c2e207cc20e3436e18092fad99501 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 17 Dec 2025 07:19:43 +0100 Subject: [PATCH] no message --- Energy_Pie/module.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Energy_Pie/module.php b/Energy_Pie/module.php index 561d578..a1b14a6 100644 --- a/Energy_Pie/module.php +++ b/Energy_Pie/module.php @@ -147,7 +147,8 @@ class Energy_Pie extends IPSModule ] ]; - $this->UpdateVisualizationValue($payload); + $this->UpdateVisualizationValue(json_encode($payload, JSON_THROW_ON_ERROR)); + } private function getRange(string $range, string $dateYmd): array