From 731ec684f0d99e0bfd871be80b659603a29f184e Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 8 Jan 2023 21:44:04 +0100 Subject: [PATCH] loads 1 boiler/160 entities, crash with MQTT (no Discovery) --- src/test/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index ad8fcb37b..303fa66ce 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -254,8 +254,8 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const // simulate HansRemmerswaal's setup - see https://github.com/emsesp/EMS-ESP32/issues/859 add_device(0x08, 172); // 160 entities - boiler: Enviline/Compress 6000AW/Hybrid 3000-7000iAW/SupraEco/Geo 5xx/WLW196i - add_device(0x10, 158); // 62 entities - thermostat: RC300/RC310/Moduline 3000/1010H/CW400/Sense II/HPC410 - add_device(0x38, 200); // 4 entities - thermostat: RC100H + // add_device(0x10, 158); // 62 entities - thermostat: RC300/RC310/Moduline 3000/1010H/CW400/Sense II/HPC410 + // add_device(0x38, 200); // 4 entities - thermostat: RC100H shell.invoke_command("show values");