diff --git a/HauptManager/module.php b/HauptManager/module.php index dd6cb2a..2ae2ed5 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -216,7 +216,7 @@ class HauptManager extends IPSModule $userEnergyProv = []; foreach ($samePriorityUsers as $user) { $userEnergyProv["user"] = [ - 'user' => $user['user'], + 'user' => $user['InstanceID'], 'Writeback' => $user['Writeback'], 'Set_Leistung' => 0 ]; @@ -226,7 +226,7 @@ class HauptManager extends IPSModule foreach ($samePriorityUsers as $user) { foreach ($user["PowerSteps"] as $step) { $allSteps[] = [ - "user" => $user["user"], + "user" => $user["InstanceID"], "Writeback" => $user["Writeback"], "step" => $step, ]; diff --git a/library.json b/library.json index 5c4278a..c35a3af 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.172", + "version": "1.173", "build": 0, "date": 0 } \ No newline at end of file