mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
load customization before loading devices
This commit is contained in:
@@ -313,17 +313,20 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
|
|||||||
|
|
||||||
if (command == "general") {
|
if (command == "general") {
|
||||||
shell.printfln("Testing adding a boiler, thermostat, all sensors, scheduler and custom entities...");
|
shell.printfln("Testing adding a boiler, thermostat, all sensors, scheduler and custom entities...");
|
||||||
test("general");
|
|
||||||
|
|
||||||
// setup fake data
|
// setup fake data
|
||||||
EMSESP::webCustomizationService.test(); // set customizations
|
EMSESP::webCustomizationService.test(); // set customizations - this will overwrite any settings in the file
|
||||||
EMSESP::temperaturesensor_.test(); // add temperature sensors
|
|
||||||
EMSESP::webSchedulerService.test(); // add scheduler items
|
|
||||||
EMSESP::webCustomEntityService.test(); // add custom entities
|
|
||||||
|
|
||||||
// shell.invoke_command("show devices");
|
// add devices
|
||||||
|
test("general");
|
||||||
|
|
||||||
|
EMSESP::temperaturesensor_.test(); // add temperature sensors
|
||||||
|
EMSESP::webSchedulerService.test(); // add scheduler items
|
||||||
|
EMSESP::webCustomEntityService.test(); // add custom entities
|
||||||
|
|
||||||
|
shell.invoke_command("show devices");
|
||||||
// shell.invoke_command("show values");
|
// shell.invoke_command("show values");
|
||||||
shell.invoke_command("call system allvalues");
|
// shell.invoke_command("call system allvalues");
|
||||||
// shell.invoke_command("call system publish");
|
// shell.invoke_command("call system publish");
|
||||||
// shell.invoke_command("show mqtt");
|
// shell.invoke_command("show mqtt");
|
||||||
ok = true;
|
ok = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user