diff --git a/__make.d__/config.mk b/__make.d__/config.mk
index c49f5c9..5684f46 100644
--- a/__make.d__/config.mk
+++ b/__make.d__/config.mk
@@ -8,6 +8,8 @@ devinit:
cp config_example/config.j2 config.py
chmod 600 config.py
sed -i "/^DEBUG.*=.*/c\DEBUG = True" config.py
+ sed -i "/^LOG_HOSTNAME.*=.*/c\LOG_HOSTNAME = \"localhost\"" config.py
+ sed -i "/^LOG_LEVEL.*=.*/c\LOG_LEVEL = logging.WARNING" config.py
sed -i 's/{{ smart_srv_brain_hostname }}/localhost/' config.py
sed -i 's/"{{ smart_srv_brain_username }}"/None/' config.py
sed -i 's/"{{ smart_srv_brain_password }}"/None/' config.py
diff --git a/__make.d__/coverage.mk b/__make.d__/coverage.mk
new file mode 100644
index 0000000..06a8ab7
--- /dev/null
+++ b/__make.d__/coverage.mk
@@ -0,0 +1,12 @@
+.ONESHELL:
+SHELL = /usr/bin/bash
+MAKEFLAGS += --no-print-directory
+.SILENT:
+
+COV3_CMD=venv/bin/coverage
+
+
+coverage:
+ $(COV3_CMD) erase
+ $(COV3_CMD) run -a --branch --source=devdi,devices,function smart_brain.py
+ $(COV3_CMD) xml -o ../smart_brain_test/testresults/coverage.xml
diff --git a/__make.d__/help.mk b/__make.d__/help.mk
index e423626..d510d14 100644
--- a/__make.d__/help.mk
+++ b/__make.d__/help.mk
@@ -10,3 +10,4 @@ VENV_FOLDER = ./venv
localhelp:
echo "Possible local options are:"
echo " - devinit - Initialise the application for development usage"
+ echo " - coverage - Run smarthome in coverage mode"
diff --git a/_testresults_/coverage.xml b/_testresults_/coverage.xml
new file mode 100644
index 0000000..dfd8d31
--- /dev/null
+++ b/_testresults_/coverage.xml
@@ -0,0 +1,2211 @@
+
+
+
+
+
+ /home/dirk/work/smarthome_collection/smart_brain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/_testresults_/testrun.json b/_testresults_/testrun.json
index 7f8438c..b9bcf8c 100644
--- a/_testresults_/testrun.json
+++ b/_testresults_/testrun.json
@@ -11,9 +11,9 @@
},
"testobject_information": {
"Name": "smart_brain",
- "Version": "1.3.1",
+ "Version": "1.3.2",
"Git URL": "https://git.mount-mockery.de/smarthome/smart_brain.git",
- "Git REF": "a43db965eba687af05904d06a0d5b055c6720dbd"
+ "Git REF": "9c0aff5244690dd8d20697652c8651cdcb805863"
},
"unittest_information": {},
"specification": {},
@@ -21,131 +21,131 @@
"item_list": [],
"testcase_list": [
"Clean-Up",
- "ViDevLight.state (ffe.livingroom.main_light) -> Shelly.relay/0 (ffe.livingroom.main_light)",
- "Shelly.relay/0 (ffe.livingroom.main_light) -> ViDevLight.state (ffe.livingroom.main_light)",
- "ViDevLight.state (ffe.livingroom.floorlamp) -> Light.state (ffe.livingroom.floor_light)",
- "Light.state (ffe.livingroom.floor_light) -> ViDevLight.state (ffe.livingroom.floorlamp)",
+ "ViDevCommon.state (ffe.livingroom.main_light) -> Shelly.relay/0 (ffe.livingroom.main_light)",
+ "Shelly.relay/0 (ffe.livingroom.main_light) -> ViDevCommon.state (ffe.livingroom.main_light)",
+ "ViDevCommon.state (ffe.livingroom.floorlamp) -> Light.state (ffe.livingroom.floor_light)",
+ "Light.state (ffe.livingroom.floor_light) -> ViDevCommon.state (ffe.livingroom.floorlamp)",
"Shelly.relay/0 (ffe.livingroom.main_light) -> Light.state (ffe.livingroom.floor_light)",
- "ViDevLight.state (ffe.livingroom.xmas_tree) -> Powerplug1P.state (ffe.livingroom.xmas-tree)",
- "Powerplug1P.state (ffe.livingroom.xmas-tree) -> ViDevLight.state (ffe.livingroom.xmas_tree)",
- "ViDevLight.brightness (ffe.livingroom.main_light) -> Light.brightness (ffe.livingroom.main_light)",
- "Light.brightness (ffe.livingroom.main_light) -> ViDevLight.brightness (ffe.livingroom.main_light)",
- "ViDevLight.color_temp (ffe.livingroom.main_light) -> Light.color_temp (ffe.livingroom.main_light)",
- "Light.color_temp (ffe.livingroom.main_light) -> ViDevLight.color_temp (ffe.livingroom.main_light)",
- "ViDevLight.brightness (ffe.livingroom.floorlamp) -> Light.brightness (ffe.livingroom.floor_light)",
- "Light.brightness (ffe.livingroom.floor_light) -> ViDevLight.brightness (ffe.livingroom.floorlamp)",
- "ViDevLight.color_temp (ffe.livingroom.floorlamp) -> Light.color_temp (ffe.livingroom.floor_light)",
- "Light.color_temp (ffe.livingroom.floor_light) -> ViDevLight.color_temp (ffe.livingroom.floorlamp)",
+ "ViDevCommon.state (ffe.livingroom.xmas_tree) -> Powerplug1P.state (ffe.livingroom.xmas-tree)",
+ "Powerplug1P.state (ffe.livingroom.xmas-tree) -> ViDevCommon.state (ffe.livingroom.xmas_tree)",
+ "ViDevCommon.brightness (ffe.livingroom.main_light) -> Light.brightness (ffe.livingroom.main_light)",
+ "Light.brightness (ffe.livingroom.main_light) -> ViDevCommon.brightness (ffe.livingroom.main_light)",
+ "ViDevCommon.color_temp (ffe.livingroom.main_light) -> Light.color_temp (ffe.livingroom.main_light)",
+ "Light.color_temp (ffe.livingroom.main_light) -> ViDevCommon.color_temp (ffe.livingroom.main_light)",
+ "ViDevCommon.brightness (ffe.livingroom.floorlamp) -> Light.brightness (ffe.livingroom.floor_light)",
+ "Light.brightness (ffe.livingroom.floor_light) -> ViDevCommon.brightness (ffe.livingroom.floorlamp)",
+ "ViDevCommon.color_temp (ffe.livingroom.floorlamp) -> Light.color_temp (ffe.livingroom.floor_light)",
+ "Light.color_temp (ffe.livingroom.floor_light) -> ViDevCommon.color_temp (ffe.livingroom.floorlamp)",
"ViDevHeating.temp_setp (ffe.livingroom.heating_valve) -> HeatingValve.temp_setp (ffe.livingroom.heating_valve)",
- "ViDevLight.state (ffe.sleep.main_light) -> Shelly.relay/0 (ffe.sleep.main_light)",
- "Shelly.relay/0 (ffe.sleep.main_light) -> ViDevLight.state (ffe.sleep.main_light)",
- "ViDevLight.state (ffe.sleep.bed_light_di) -> Light.state (ffe.sleep.bed_light_di)",
- "Light.state (ffe.sleep.bed_light_di) -> ViDevLight.state (ffe.sleep.bed_light_di)",
- "ViDevLight.state (ffe.sleep.bed_light_ma) -> Powerplug1P.state (ffe.sleep.bed_light_ma)",
- "Powerplug1P.state (ffe.sleep.bed_light_ma) -> ViDevLight.state (ffe.sleep.bed_light_ma)",
- "ViDevLight.brightness (ffe.sleep.main_light) -> Light.brightness (ffe.sleep.main_light)",
- "Light.brightness (ffe.sleep.main_light) -> ViDevLight.brightness (ffe.sleep.main_light)",
- "ViDevLight.color_temp (ffe.sleep.main_light) -> Light.color_temp (ffe.sleep.main_light)",
- "Light.color_temp (ffe.sleep.main_light) -> ViDevLight.color_temp (ffe.sleep.main_light)",
- "ViDevLight.brightness (ffe.sleep.bed_light_di) -> Light.brightness (ffe.sleep.bed_light_di)",
- "Light.brightness (ffe.sleep.bed_light_di) -> ViDevLight.brightness (ffe.sleep.bed_light_di)",
+ "ViDevCommon.state (ffe.sleep.main_light) -> Shelly.relay/0 (ffe.sleep.main_light)",
+ "Shelly.relay/0 (ffe.sleep.main_light) -> ViDevCommon.state (ffe.sleep.main_light)",
+ "ViDevCommon.state (ffe.sleep.bed_light_di) -> Light.state (ffe.sleep.bed_light_di)",
+ "Light.state (ffe.sleep.bed_light_di) -> ViDevCommon.state (ffe.sleep.bed_light_di)",
+ "ViDevCommon.state (ffe.sleep.bed_light_ma) -> Powerplug1P.state (ffe.sleep.bed_light_ma)",
+ "Powerplug1P.state (ffe.sleep.bed_light_ma) -> ViDevCommon.state (ffe.sleep.bed_light_ma)",
+ "ViDevCommon.brightness (ffe.sleep.main_light) -> Light.brightness (ffe.sleep.main_light)",
+ "Light.brightness (ffe.sleep.main_light) -> ViDevCommon.brightness (ffe.sleep.main_light)",
+ "ViDevCommon.color_temp (ffe.sleep.main_light) -> Light.color_temp (ffe.sleep.main_light)",
+ "Light.color_temp (ffe.sleep.main_light) -> ViDevCommon.color_temp (ffe.sleep.main_light)",
+ "ViDevCommon.brightness (ffe.sleep.bed_light_di) -> Light.brightness (ffe.sleep.bed_light_di)",
+ "Light.brightness (ffe.sleep.bed_light_di) -> ViDevCommon.brightness (ffe.sleep.bed_light_di)",
"ViDevHeating.temp_setp (ffe.sleep.heating_valve) -> HeatingValve.temp_setp (ffe.sleep.heating_valve)",
- "ViDevLight.state (ffe.diningroom.main_light) -> Shelly.relay/0 (ffe.diningroom.main_light)",
- "Shelly.relay/0 (ffe.diningroom.main_light) -> ViDevLight.state (ffe.diningroom.main_light)",
- "ViDevLight.state (ffe.diningroom.floorlamp) -> Powerplug1P.state (ffe.diningroom.floor_light)",
- "Powerplug1P.state (ffe.diningroom.floor_light) -> ViDevLight.state (ffe.diningroom.floorlamp)",
+ "ViDevCommon.state (ffe.diningroom.main_light) -> Shelly.relay/0 (ffe.diningroom.main_light)",
+ "Shelly.relay/0 (ffe.diningroom.main_light) -> ViDevCommon.state (ffe.diningroom.main_light)",
+ "ViDevCommon.state (ffe.diningroom.floorlamp) -> Powerplug1P.state (ffe.diningroom.floor_light)",
+ "Powerplug1P.state (ffe.diningroom.floor_light) -> ViDevCommon.state (ffe.diningroom.floorlamp)",
"Shelly.relay/0 (ffe.diningroom.main_light) -> Powerplug1P.state (ffe.diningroom.floor_light)",
- "ViDevLight.state (ffe.diningroom.garland) -> Powerplug1P.state (ffe.diningroom.garland)",
- "Powerplug1P.state (ffe.diningroom.garland) -> ViDevLight.state (ffe.diningroom.garland)",
- "ViDevLight.state (ffe.kitchen.main_light) -> Shelly.relay/0 (ffe.kitchen.main_light)",
- "Shelly.relay/0 (ffe.kitchen.main_light) -> ViDevLight.state (ffe.kitchen.main_light)",
- "ViDevLight.state (ffe.kitchen.circulation_pump) -> Shelly.relay/0 (ffe.kitchen.circulation_pump)",
- "Shelly.relay/0 (ffe.kitchen.circulation_pump) -> ViDevLight.state (ffe.kitchen.circulation_pump)",
+ "ViDevCommon.state (ffe.diningroom.garland) -> Powerplug1P.state (ffe.diningroom.garland)",
+ "Powerplug1P.state (ffe.diningroom.garland) -> ViDevCommon.state (ffe.diningroom.garland)",
+ "ViDevCommon.state (ffe.kitchen.main_light) -> Shelly.relay/0 (ffe.kitchen.main_light)",
+ "Shelly.relay/0 (ffe.kitchen.main_light) -> ViDevCommon.state (ffe.kitchen.main_light)",
+ "ViDevCommon.state (ffe.kitchen.circulation_pump) -> Shelly.relay/0 (ffe.kitchen.circulation_pump)",
+ "Shelly.relay/0 (ffe.kitchen.circulation_pump) -> ViDevCommon.state (ffe.kitchen.circulation_pump)",
"ViDevHeating.temp_setp (ffe.kitchen.heating_valve) -> HeatingValve.temp_setp (ffe.kitchen.heating_valve)",
- "ViDevLight.state (ffe.floor.main_light) -> Shelly.relay/0 (ffe.floor.main_light)",
- "Shelly.relay/0 (ffe.floor.main_light) -> ViDevLight.state (ffe.floor.main_light)",
- "ViDevLight.state (ffw.livingroom.main_light) -> Shelly.relay/0 (ffw.livingroom.main_light)",
- "Shelly.relay/0 (ffw.livingroom.main_light) -> ViDevLight.state (ffw.livingroom.main_light)",
- "ViDevLight.brightness (ffw.livingroom.main_light) -> Light.brightness (ffw.livingroom.main_light)",
- "Light.brightness (ffw.livingroom.main_light) -> ViDevLight.brightness (ffw.livingroom.main_light)",
- "ViDevLight.color_temp (ffw.livingroom.main_light) -> Light.color_temp (ffw.livingroom.main_light)",
- "Light.color_temp (ffw.livingroom.main_light) -> ViDevLight.color_temp (ffw.livingroom.main_light)",
+ "ViDevCommon.state (ffe.floor.main_light) -> Shelly.relay/0 (ffe.floor.main_light)",
+ "Shelly.relay/0 (ffe.floor.main_light) -> ViDevCommon.state (ffe.floor.main_light)",
+ "ViDevCommon.state (ffw.livingroom.main_light) -> Shelly.relay/0 (ffw.livingroom.main_light)",
+ "Shelly.relay/0 (ffw.livingroom.main_light) -> ViDevCommon.state (ffw.livingroom.main_light)",
+ "ViDevCommon.brightness (ffw.livingroom.main_light) -> Light.brightness (ffw.livingroom.main_light)",
+ "Light.brightness (ffw.livingroom.main_light) -> ViDevCommon.brightness (ffw.livingroom.main_light)",
+ "ViDevCommon.color_temp (ffw.livingroom.main_light) -> Light.color_temp (ffw.livingroom.main_light)",
+ "Light.color_temp (ffw.livingroom.main_light) -> ViDevCommon.color_temp (ffw.livingroom.main_light)",
"ViDevHeating.temp_setp (ffw.livingroom.heating_valve) -> HeatingValve.temp_setp (ffw.livingroom.heating_valve)",
- "ViDevLight.state (ffw.sleep.main_light) -> Shelly.relay/0 (ffw.sleep.main_light)",
- "Shelly.relay/0 (ffw.sleep.main_light) -> ViDevLight.state (ffw.sleep.main_light)",
- "ViDevLight.brightness (ffw.sleep.main_light) -> Light.brightness (ffw.sleep.main_light)",
- "Light.brightness (ffw.sleep.main_light) -> ViDevLight.brightness (ffw.sleep.main_light)",
+ "ViDevCommon.state (ffw.sleep.main_light) -> Shelly.relay/0 (ffw.sleep.main_light)",
+ "Shelly.relay/0 (ffw.sleep.main_light) -> ViDevCommon.state (ffw.sleep.main_light)",
+ "ViDevCommon.brightness (ffw.sleep.main_light) -> Light.brightness (ffw.sleep.main_light)",
+ "Light.brightness (ffw.sleep.main_light) -> ViDevCommon.brightness (ffw.sleep.main_light)",
"ViDevHeating.temp_setp (ffw.sleep.heating_valve) -> HeatingValve.temp_setp (ffw.sleep.heating_valve)",
- "ViDevLight.state (ffw.julian.main_light) -> Shelly.relay/0 (ffw.julian.main_light)",
- "Shelly.relay/0 (ffw.julian.main_light) -> ViDevLight.state (ffw.julian.main_light)",
- "ViDevLight.brightness (ffw.julian.main_light) -> Light.brightness (ffw.julian.main_light)",
- "Light.brightness (ffw.julian.main_light) -> ViDevLight.brightness (ffw.julian.main_light)",
- "ViDevLight.color_temp (ffw.julian.main_light) -> Light.color_temp (ffw.julian.main_light)",
- "Light.color_temp (ffw.julian.main_light) -> ViDevLight.color_temp (ffw.julian.main_light)",
+ "ViDevCommon.state (ffw.julian.main_light) -> Shelly.relay/0 (ffw.julian.main_light)",
+ "Shelly.relay/0 (ffw.julian.main_light) -> ViDevCommon.state (ffw.julian.main_light)",
+ "ViDevCommon.brightness (ffw.julian.main_light) -> Light.brightness (ffw.julian.main_light)",
+ "Light.brightness (ffw.julian.main_light) -> ViDevCommon.brightness (ffw.julian.main_light)",
+ "ViDevCommon.color_temp (ffw.julian.main_light) -> Light.color_temp (ffw.julian.main_light)",
+ "Light.color_temp (ffw.julian.main_light) -> ViDevCommon.color_temp (ffw.julian.main_light)",
"ViDevHeating.temp_setp (ffw.julian.heating_valve) -> HeatingValve.temp_setp (ffw.julian.heating_valve)",
- "ViDevLight.state (ffw.bath.main_light) -> Shelly.relay/0 (ffw.bath.main_light)",
- "Shelly.relay/0 (ffw.bath.main_light) -> ViDevLight.state (ffw.bath.main_light)",
+ "ViDevCommon.state (ffw.bath.main_light) -> Shelly.relay/0 (ffw.bath.main_light)",
+ "Shelly.relay/0 (ffw.bath.main_light) -> ViDevCommon.state (ffw.bath.main_light)",
"ViDevHeating.temp_setp (ffw.bath.heating_valve) -> HeatingValve.temp_setp (ffw.bath.heating_valve)",
- "ViDevLight.state (ffw.floor.main_light) -> Shelly.relay/0 (ffw.floor.main_light)",
- "Shelly.relay/0 (ffw.floor.main_light) -> ViDevLight.state (ffw.floor.main_light)",
- "ViDevLight.state (gfw.dirk.main_light) -> Shelly.relay/0 (gfw.dirk.main_light)",
- "Shelly.relay/0 (gfw.dirk.main_light) -> ViDevLight.state (gfw.dirk.main_light)",
- "ViDevLight.state (gfw.dirk.desk_light) -> Light.state (gfw.dirk.desk_light)",
- "Light.state (gfw.dirk.desk_light) -> ViDevLight.state (gfw.dirk.desk_light)",
- "ViDevLight.state (gfw.dirk.pc_dock) -> Powerplug1P.state (gfw.dirk.dock)",
- "Powerplug1P.state (gfw.dirk.dock) -> ViDevLight.state (gfw.dirk.pc_dock)",
- "ViDevLight.state (gfw.dirk.amplifier) -> Powerplug4P.amplifier (gfw.dirk.powerplug)",
- "Powerplug4P.amplifier (gfw.dirk.powerplug) -> ViDevLight.state (gfw.dirk.amplifier)",
- "ViDevLight.state (gfw.dirk.phono) -> Powerplug4P.phono (gfw.dirk.powerplug)",
- "Powerplug4P.phono (gfw.dirk.powerplug) -> ViDevLight.state (gfw.dirk.phono)",
- "ViDevLight.state (gfw.dirk.cd_player) -> Powerplug4P.cd-player (gfw.dirk.powerplug)",
- "Powerplug4P.cd-player (gfw.dirk.powerplug) -> ViDevLight.state (gfw.dirk.cd_player)",
- "ViDevLight.state (gfw.dirk.bt) -> Powerplug4P.bluetooth (gfw.dirk.powerplug)",
- "Powerplug4P.bluetooth (gfw.dirk.powerplug) -> ViDevLight.state (gfw.dirk.bt)",
+ "ViDevCommon.state (ffw.floor.main_light) -> Shelly.relay/0 (ffw.floor.main_light)",
+ "Shelly.relay/0 (ffw.floor.main_light) -> ViDevCommon.state (ffw.floor.main_light)",
+ "ViDevCommon.state (gfw.dirk.main_light) -> Shelly.relay/0 (gfw.dirk.main_light)",
+ "Shelly.relay/0 (gfw.dirk.main_light) -> ViDevCommon.state (gfw.dirk.main_light)",
+ "ViDevCommon.state (gfw.dirk.desk_light) -> Light.state (gfw.dirk.desk_light)",
+ "Light.state (gfw.dirk.desk_light) -> ViDevCommon.state (gfw.dirk.desk_light)",
+ "ViDevCommon.state (gfw.dirk.pc_dock) -> Powerplug1P.state (gfw.dirk.dock)",
+ "Powerplug1P.state (gfw.dirk.dock) -> ViDevCommon.state (gfw.dirk.pc_dock)",
+ "ViDevCommon.state (gfw.dirk.amplifier) -> Powerplug4P.amplifier (gfw.dirk.powerplug)",
+ "Powerplug4P.amplifier (gfw.dirk.powerplug) -> ViDevCommon.state (gfw.dirk.amplifier)",
+ "ViDevCommon.state (gfw.dirk.phono) -> Powerplug4P.phono (gfw.dirk.powerplug)",
+ "Powerplug4P.phono (gfw.dirk.powerplug) -> ViDevCommon.state (gfw.dirk.phono)",
+ "ViDevCommon.state (gfw.dirk.cd_player) -> Powerplug4P.cd-player (gfw.dirk.powerplug)",
+ "Powerplug4P.cd-player (gfw.dirk.powerplug) -> ViDevCommon.state (gfw.dirk.cd_player)",
+ "ViDevCommon.state (gfw.dirk.bt) -> Powerplug4P.bluetooth (gfw.dirk.powerplug)",
+ "Powerplug4P.bluetooth (gfw.dirk.powerplug) -> ViDevCommon.state (gfw.dirk.bt)",
"Powerplug4P.phono (gfw.dirk.powerplug) -> Powerplug4P.amplifier (gfw.dirk.powerplug)",
"Powerplug4P.cd-player (gfw.dirk.powerplug) -> Powerplug4P.amplifier (gfw.dirk.powerplug)",
"Powerplug4P.bluetooth (gfw.dirk.powerplug) -> Powerplug4P.amplifier (gfw.dirk.powerplug)",
- "ViDevLight.brightness (gfw.dirk.main_light) -> Light.brightness (gfw.dirk.main_light)",
- "Light.brightness (gfw.dirk.main_light) -> ViDevLight.brightness (gfw.dirk.main_light)",
- "ViDevLight.color_temp (gfw.dirk.main_light) -> Light.color_temp (gfw.dirk.main_light)",
- "Light.color_temp (gfw.dirk.main_light) -> ViDevLight.color_temp (gfw.dirk.main_light)",
- "ViDevLight.brightness (gfw.dirk.desk_light) -> Light.brightness (gfw.dirk.desk_light)",
- "Light.brightness (gfw.dirk.desk_light) -> ViDevLight.brightness (gfw.dirk.desk_light)",
- "ViDevLight.color_temp (gfw.dirk.desk_light) -> Light.color_temp (gfw.dirk.desk_light)",
- "Light.color_temp (gfw.dirk.desk_light) -> ViDevLight.color_temp (gfw.dirk.desk_light)",
+ "ViDevCommon.brightness (gfw.dirk.main_light) -> Light.brightness (gfw.dirk.main_light)",
+ "Light.brightness (gfw.dirk.main_light) -> ViDevCommon.brightness (gfw.dirk.main_light)",
+ "ViDevCommon.color_temp (gfw.dirk.main_light) -> Light.color_temp (gfw.dirk.main_light)",
+ "Light.color_temp (gfw.dirk.main_light) -> ViDevCommon.color_temp (gfw.dirk.main_light)",
+ "ViDevCommon.brightness (gfw.dirk.desk_light) -> Light.brightness (gfw.dirk.desk_light)",
+ "Light.brightness (gfw.dirk.desk_light) -> ViDevCommon.brightness (gfw.dirk.desk_light)",
+ "ViDevCommon.color_temp (gfw.dirk.desk_light) -> Light.color_temp (gfw.dirk.desk_light)",
+ "Light.color_temp (gfw.dirk.desk_light) -> ViDevCommon.color_temp (gfw.dirk.desk_light)",
"ViDevHeating.temp_setp (gfw.dirk.heating_valve) -> HeatingValve.temp_setp (gfw.dirk.heating_valve)",
- "ViDevLight.state (gfw.marion.main_light) -> Shelly.relay/0 (gfw.marion.main_light)",
- "Shelly.relay/0 (gfw.marion.main_light) -> ViDevLight.state (gfw.marion.main_light)",
- "ViDevLight.state (gfw.marion.window_light) -> Light.state (gfw.marion.window_light)",
- "Light.state (gfw.marion.window_light) -> ViDevLight.state (gfw.marion.window_light)",
+ "ViDevCommon.state (gfw.marion.main_light) -> Shelly.relay/0 (gfw.marion.main_light)",
+ "Shelly.relay/0 (gfw.marion.main_light) -> ViDevCommon.state (gfw.marion.main_light)",
+ "ViDevCommon.state (gfw.marion.window_light) -> Light.state (gfw.marion.window_light)",
+ "Light.state (gfw.marion.window_light) -> ViDevCommon.state (gfw.marion.window_light)",
"Shelly.relay/0 (gfw.marion.main_light) -> Light.state (gfw.marion.window_light)",
"ViDevHeating.temp_setp (gfw.marion.heating_valve) -> HeatingValve.temp_setp (gfw.marion.heating_valve)",
- "ViDevLight.state (gfw.floor.main_light) -> Shelly.relay/0 (gfw.floor.main_light)",
- "Shelly.relay/0 (gfw.floor.main_light) -> ViDevLight.state (gfw.floor.main_light)",
- "ViDevLight.brightness (gfw.floor.main_light) -> Light.brightness (gfw.floor.main_light)",
- "Light.brightness (gfw.floor.main_light) -> ViDevLight.brightness (gfw.floor.main_light)",
- "ViDevLight.color_temp (gfw.floor.main_light) -> Light.color_temp (gfw.floor.main_light)",
- "Light.color_temp (gfw.floor.main_light) -> ViDevLight.color_temp (gfw.floor.main_light)",
- "ViDevLight.state (stw.stairway.main_light) -> Shelly.relay/0 (stw.firstfloor.main_light)",
- "Shelly.relay/0 (stw.firstfloor.main_light) -> ViDevLight.state (stw.stairway.main_light)"
+ "ViDevCommon.state (gfw.floor.main_light) -> Shelly.relay/0 (gfw.floor.main_light)",
+ "Shelly.relay/0 (gfw.floor.main_light) -> ViDevCommon.state (gfw.floor.main_light)",
+ "ViDevCommon.brightness (gfw.floor.main_light) -> Light.brightness (gfw.floor.main_light)",
+ "Light.brightness (gfw.floor.main_light) -> ViDevCommon.brightness (gfw.floor.main_light)",
+ "ViDevCommon.color_temp (gfw.floor.main_light) -> Light.color_temp (gfw.floor.main_light)",
+ "Light.color_temp (gfw.floor.main_light) -> ViDevCommon.color_temp (gfw.floor.main_light)",
+ "ViDevCommon.state (stw.stairway.main_light) -> Shelly.relay/0 (stw.firstfloor.main_light)",
+ "Shelly.relay/0 (stw.firstfloor.main_light) -> ViDevCommon.state (stw.stairway.main_light)"
]
},
"testrun_list": [
{
- "time_consumption": 52.9349799156189,
- "name": "Default Testsession name",
- "number_of_possibly_failed_tests": 0,
+ "time_consumption": 52.865578174591064,
"number_of_failed_tests": 0,
- "number_of_tests": 108,
"number_of_successfull_tests": 108,
- "testcase_execution_level": 90,
+ "number_of_tests": 108,
"testcase_names": {
"0": "Single Test",
"10": "Smoke Test (Minumum subset)",
"50": "Short Test (Subset)",
"90": "Full Test (all defined tests)"
},
+ "name": "Default Testsession name",
+ "testcase_execution_level": 90,
"interpreter": "python3.13.5",
+ "number_of_possibly_failed_tests": 0,
"testcases": {
"Clean-Up": {
"name": "__tLogger__",
@@ -160,16 +160,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890021.8183599,
- "msecs": 818.0,
- "relativeCreated": 271.24918,
- "thread": 138566182236416,
+ "created": 1756483022.7089667,
+ "msecs": 708.0,
+ "relativeCreated": 404.390434,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Clean-Up",
- "asctime": "2025-08-22 21:13:41,818",
+ "asctime": "2025-08-29 17:57:02,708",
"moduleLogger": [
{
"name": "smart_brain.mqtt",
@@ -186,16 +186,16 @@
"stack_info": null,
"lineno": 70,
"funcName": "add_callback",
- "created": 1755890021.8178482,
- "msecs": 817.0,
- "relativeCreated": 270.737812,
- "thread": 138566182236416,
+ "created": 1756483022.7082586,
+ "msecs": 708.0,
+ "relativeCreated": 403.682232,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Adding callback for topic __info__",
- "asctime": "2025-08-22 21:13:41,817"
+ "asctime": "2025-08-29 17:57:02,708"
},
{
"name": "smart_brain.mqtt.__info__",
@@ -213,16 +213,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890021.818208,
- "msecs": 818.0,
- "relativeCreated": 271.097379,
- "thread": 138566182236416,
+ "created": 1756483022.708768,
+ "msecs": 708.0,
+ "relativeCreated": 404.191792,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic __info__ and payload null",
- "asctime": "2025-08-22 21:13:41,818"
+ "asctime": "2025-08-29 17:57:02,708"
}
],
"testcaseLogger": [
@@ -237,18 +237,18 @@
"module": "rooms",
"exc_text": null,
"stack_info": null,
- "lineno": 72,
+ "lineno": 77,
"funcName": "precond_test",
- "created": 1755890022.318856,
- "msecs": 318.0,
- "relativeCreated": 771.745412,
- "thread": 138566182236416,
+ "created": 1756483023.2093246,
+ "msecs": 209.0,
+ "relativeCreated": 904.748344,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Collecting precondition logs...",
- "asctime": "2025-08-22 21:13:42,318",
+ "asctime": "2025-08-29 17:57:03,209",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.all.oof",
@@ -266,799 +266,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890021.81847,
- "msecs": 818.0,
- "relativeCreated": 271.359303,
- "thread": 138566182236416,
+ "created": 1756483022.7091076,
+ "msecs": 709.0,
+ "relativeCreated": 404.531312,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/all/oof and payload True",
- "asctime": "2025-08-22 21:13:41,818"
- },
- {
- "name": "smart_brain.mqtt.shellies.stw.firstfloor.main_light.relay.0",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "shellies/stw/firstfloor/main_light/relay/0",
- "b'off'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8190503,
- "msecs": 819.0,
- "relativeCreated": 271.939557,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic shellies/stw/firstfloor/main_light/relay/0 and payload b'off'",
- "asctime": "2025-08-22 21:13:41,819"
- },
- {
- "name": "smart_brain.mqtt.shellies.stw.firstfloor.main_light.relay.1",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "shellies/stw/firstfloor/main_light/relay/1",
- "b'off'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8194287,
- "msecs": 819.0,
- "relativeCreated": 272.318102,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic shellies/stw/firstfloor/main_light/relay/1 and payload b'off'",
- "asctime": "2025-08-22 21:13:41,819"
- },
- {
- "name": "smart_brain.mqtt.zigbee_gfw.gar.garden.garland",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_gfw/gar/garden/garland",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.819838,
- "msecs": 819.0,
- "relativeCreated": 272.727421,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_gfw/gar/garden/garland and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,819"
- },
- {
- "name": "smart_brain.mqtt.zigbee_gfw.gar.garden.repeater",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_gfw/gar/garden/repeater",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.820182,
- "msecs": 820.0,
- "relativeCreated": 273.071484,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_gfw/gar/garden/repeater and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,820"
- },
- {
- "name": "smart_brain.mqtt.videv.gfw.dirk.pc_dock.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/gfw/dirk/pc_dock/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8287737,
- "msecs": 828.0,
- "relativeCreated": 281.663141,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/gfw/dirk/pc_dock/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,828"
- },
- {
- "name": "smart_brain.mqtt.zigbee_gfw.gfw.dirk.heating_valve.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_gfw/gfw/dirk/heating_valve/set",
- "b'{\"current_heating_setpoint\": 20}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8290443,
- "msecs": 829.0,
- "relativeCreated": 281.933593,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_gfw/gfw/dirk/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
- "asctime": "2025-08-22 21:13:41,829"
- },
- {
- "name": "smart_brain.mqtt.videv.gfw.dirk.heating_valve.valve_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/gfw/dirk/heating_valve/valve_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8292499,
- "msecs": 829.0,
- "relativeCreated": 282.139225,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/gfw/dirk/heating_valve/valve_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,829"
- },
- {
- "name": "smart_brain.mqtt.videv.gfw.dirk.heating_valve.user_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/gfw/dirk/heating_valve/user_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8294456,
- "msecs": 829.0,
- "relativeCreated": 282.335008,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/gfw/dirk/heating_valve/user_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,829"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.floor.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/floor/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8296385,
- "msecs": 829.0,
- "relativeCreated": 282.5278,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/floor/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,829"
- },
- {
- "name": "smart_brain.mqtt.__info__",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "__info__",
- "b'null'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8298862,
- "msecs": 829.0,
- "relativeCreated": 282.77552,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic __info__ and payload b'null'",
- "asctime": "2025-08-22 21:13:41,829"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.julian.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/julian/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.830095,
- "msecs": 830.0,
- "relativeCreated": 282.984474,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/julian/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,830"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffw.ffw.julian.heating_valve.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffw/ffw/julian/heating_valve/set",
- "b'{\"current_heating_setpoint\": 20}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8302867,
- "msecs": 830.0,
- "relativeCreated": 283.176187,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffw/ffw/julian/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
- "asctime": "2025-08-22 21:13:41,830"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.julian.heating_valve.valve_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/julian/heating_valve/valve_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8304787,
- "msecs": 830.0,
- "relativeCreated": 283.368111,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/julian/heating_valve/valve_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,830"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.julian.heating_valve.user_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/julian/heating_valve/user_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8306646,
- "msecs": 830.0,
- "relativeCreated": 283.554189,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/julian/heating_valve/user_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,830"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.bath.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/bath/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8308473,
- "msecs": 830.0,
- "relativeCreated": 283.736677,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/bath/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,830"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffw.ffw.bath.heating_valve.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffw/ffw/bath/heating_valve/set",
- "b'{\"current_heating_setpoint\": 20}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.831043,
- "msecs": 831.0,
- "relativeCreated": 283.932455,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffw/ffw/bath/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
- "asctime": "2025-08-22 21:13:41,831"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.bath.heating_valve.valve_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/bath/heating_valve/valve_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8312268,
- "msecs": 831.0,
- "relativeCreated": 284.116403,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/bath/heating_valve/valve_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,831"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.bath.heating_valve.user_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/bath/heating_valve/user_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8314044,
- "msecs": 831.0,
- "relativeCreated": 284.293944,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/bath/heating_valve/user_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,831"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.livingroom.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/livingroom/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.831597,
- "msecs": 831.0,
- "relativeCreated": 284.486385,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/livingroom/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,831"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffw.ffw.livingroom.heating_valve.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffw/ffw/livingroom/heating_valve/set",
- "b'{\"current_heating_setpoint\": 20}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8317847,
- "msecs": 831.0,
- "relativeCreated": 284.674081,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffw/ffw/livingroom/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
- "asctime": "2025-08-22 21:13:41,831"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.livingroom.heating_valve.valve_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/livingroom/heating_valve/valve_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.831992,
- "msecs": 831.0,
- "relativeCreated": 284.881216,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/livingroom/heating_valve/valve_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,831"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.livingroom.heating_valve.user_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/livingroom/heating_valve/user_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8321831,
- "msecs": 832.0,
- "relativeCreated": 285.072376,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/livingroom/heating_valve/user_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,832"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffw.ffw.sleep.window_light.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffw/ffw/sleep/window_light/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8323627,
- "msecs": 832.0,
- "relativeCreated": 285.252059,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffw/ffw/sleep/window_light/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,832"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.sleep.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/sleep/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.832558,
- "msecs": 832.0,
- "relativeCreated": 285.447155,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/sleep/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,832"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffw.ffw.sleep.heating_valve.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffw/ffw/sleep/heating_valve/set",
- "b'{\"current_heating_setpoint\": 20}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.832739,
- "msecs": 832.0,
- "relativeCreated": 285.628506,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffw/ffw/sleep/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
- "asctime": "2025-08-22 21:13:41,832"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.sleep.heating_valve.valve_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/sleep/heating_valve/valve_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8329337,
- "msecs": 832.0,
- "relativeCreated": 285.823069,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/sleep/heating_valve/valve_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,832"
- },
- {
- "name": "smart_brain.mqtt.videv.ffw.sleep.heating_valve.user_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffw/sleep/heating_valve/user_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8331285,
- "msecs": 833.0,
- "relativeCreated": 286.017795,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffw/sleep/heating_valve/user_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,833"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.floor.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/floor/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8333375,
- "msecs": 833.0,
- "relativeCreated": 286.227056,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/floor/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,833"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.kitchen.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/kitchen/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.833538,
- "msecs": 833.0,
- "relativeCreated": 286.427352,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/kitchen/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,833"
+ "asctime": "2025-08-29 17:57:02,709"
},
{
"name": "smart_brain.mqtt.videv.ffe.kitchen.circulation_pump.state",
@@ -1076,16 +293,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.833734,
- "msecs": 833.0,
- "relativeCreated": 286.623551,
- "thread": 138566156539584,
+ "created": 1756483022.7098114,
+ "msecs": 709.0,
+ "relativeCreated": 405.235241,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/kitchen/circulation_pump/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,833"
+ "asctime": "2025-08-29 17:57:02,709"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.kitchen.heating_valve.set",
@@ -1103,16 +320,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.8339472,
- "msecs": 833.0,
- "relativeCreated": 286.836461,
- "thread": 138566156539584,
+ "created": 1756483022.710308,
+ "msecs": 710.0,
+ "relativeCreated": 405.731827,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/kitchen/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
- "asctime": "2025-08-22 21:13:41,833"
+ "asctime": "2025-08-29 17:57:02,710"
},
{
"name": "smart_brain.mqtt.videv.ffe.kitchen.heating_valve.valve_temperature_setpoint",
@@ -1130,16 +347,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.8341517,
- "msecs": 834.0,
- "relativeCreated": 287.041037,
- "thread": 138566156539584,
+ "created": 1756483022.710715,
+ "msecs": 710.0,
+ "relativeCreated": 406.138816,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/kitchen/heating_valve/valve_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,834"
+ "asctime": "2025-08-29 17:57:02,710"
},
{
"name": "smart_brain.mqtt.videv.ffe.kitchen.heating_valve.user_temperature_setpoint",
@@ -1157,421 +374,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.8343425,
- "msecs": 834.0,
- "relativeCreated": 287.231852,
- "thread": 138566156539584,
+ "created": 1756483022.7110877,
+ "msecs": 711.0,
+ "relativeCreated": 406.511319,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/kitchen/heating_valve/user_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,834"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.diningroom.floor_light.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/diningroom/floor_light/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.834523,
- "msecs": 834.0,
- "relativeCreated": 287.412383,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/diningroom/floor_light/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,834"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.diningroom.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/diningroom/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.834722,
- "msecs": 834.0,
- "relativeCreated": 287.611327,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/diningroom/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,834"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.diningroom.floorlamp.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/diningroom/floorlamp/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.860531,
- "msecs": 860.0,
- "relativeCreated": 313.420571,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/diningroom/floorlamp/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,860"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.diningroom.garland.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/diningroom/garland/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8608737,
- "msecs": 860.0,
- "relativeCreated": 313.763246,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/diningroom/garland/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,860"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.sleep.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/sleep/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8611012,
- "msecs": 861.0,
- "relativeCreated": 313.990406,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/sleep/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,861"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.sleep.bed_light_ma.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/sleep/bed_light_ma/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.861326,
- "msecs": 861.0,
- "relativeCreated": 314.215569,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/sleep/bed_light_ma/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,861"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.sleep.heating_valve.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/sleep/heating_valve/set",
- "b'{\"current_heating_setpoint\": 20}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.861521,
- "msecs": 861.0,
- "relativeCreated": 314.41023,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/sleep/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
- "asctime": "2025-08-22 21:13:41,861"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.sleep.heating_valve.valve_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/sleep/heating_valve/valve_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.861717,
- "msecs": 861.0,
- "relativeCreated": 314.606356,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/sleep/heating_valve/valve_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,861"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.sleep.heating_valve.user_temperature_setpoint",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/sleep/heating_valve/user_temperature_setpoint",
- "b'20'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8619168,
- "msecs": 861.0,
- "relativeCreated": 314.805952,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/sleep/heating_valve/user_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,861"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.862108,
- "msecs": 862.0,
- "relativeCreated": 314.997198,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,862"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8623033,
- "msecs": 862.0,
- "relativeCreated": 315.192561,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,862"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.86248,
- "msecs": 862.0,
- "relativeCreated": 315.369385,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,862"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8626597,
- "msecs": 862.0,
- "relativeCreated": 315.548908,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,862"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8628352,
- "msecs": 862.0,
- "relativeCreated": 315.724518,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,862"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890021.8630319,
- "msecs": 863.0,
- "relativeCreated": 315.92127,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:41,863"
+ "asctime": "2025-08-29 17:57:02,711"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
@@ -1589,23 +401,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.8632126,
- "msecs": 863.0,
- "relativeCreated": 316.101918,
- "thread": 138566156539584,
+ "created": 1756483022.7114415,
+ "msecs": 711.0,
+ "relativeCreated": 406.865039,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,863"
+ "asctime": "2025-08-29 17:57:02,711"
},
{
- "name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state",
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
"msg": "Received message with topic %s and payload %s",
"args": [
- "videv/ffe/livingroom/xmas_tree/state",
- "b'false'"
+ "zigbee_ffe/ffe/livingroom/floor_light_1/set",
+ "b'{\"state\": \"off\"}'"
],
"levelname": "DEBUG",
"levelno": 10,
@@ -1616,16 +428,151 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.863396,
- "msecs": 863.0,
- "relativeCreated": 316.285165,
- "thread": 138566156539584,
+ "created": 1756483022.7118247,
+ "msecs": 711.0,
+ "relativeCreated": 407.248292,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Received message with topic videv/ffe/livingroom/xmas_tree/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,863"
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:02,711"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7122316,
+ "msecs": 712.0,
+ "relativeCreated": 407.655319,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:02,712"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7125912,
+ "msecs": 712.0,
+ "relativeCreated": 408.01476,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:02,712"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7129836,
+ "msecs": 712.0,
+ "relativeCreated": 408.407319,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:02,712"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7133327,
+ "msecs": 713.0,
+ "relativeCreated": 408.756426,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:02,713"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7136738,
+ "msecs": 713.0,
+ "relativeCreated": 409.097332,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:02,713"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.heating_valve.set",
@@ -1643,16 +590,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.8635747,
- "msecs": 863.0,
- "relativeCreated": 316.464236,
- "thread": 138566156539584,
+ "created": 1756483022.7140198,
+ "msecs": 714.0,
+ "relativeCreated": 409.443582,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
- "asctime": "2025-08-22 21:13:41,863"
+ "asctime": "2025-08-29 17:57:02,714"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.heating_valve.valve_temperature_setpoint",
@@ -1670,16 +617,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.863762,
- "msecs": 863.0,
- "relativeCreated": 316.651304,
- "thread": 138566156539584,
+ "created": 1756483022.7143722,
+ "msecs": 714.0,
+ "relativeCreated": 409.79571,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/heating_valve/valve_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,863"
+ "asctime": "2025-08-29 17:57:02,714"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.heating_valve.user_temperature_setpoint",
@@ -1697,16 +644,1177 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.863955,
- "msecs": 863.0,
- "relativeCreated": 316.844305,
- "thread": 138566156539584,
+ "created": 1756483022.7147162,
+ "msecs": 714.0,
+ "relativeCreated": 410.139871,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/heating_valve/user_temperature_setpoint and payload b'20'",
- "asctime": "2025-08-22 21:13:41,863"
+ "asctime": "2025-08-29 17:57:02,714"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffe/livingroom/xmas_tree/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7150648,
+ "msecs": 715.0,
+ "relativeCreated": 410.488518,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffe/livingroom/xmas_tree/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,715"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffe.sleep.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffe/sleep/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7153971,
+ "msecs": 715.0,
+ "relativeCreated": 410.820929,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffe/sleep/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,715"
+ },
+ {
+ "name": "smart_brain.mqtt.__info__",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "__info__",
+ "b'null'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7158833,
+ "msecs": 715.0,
+ "relativeCreated": 411.30686,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic __info__ and payload b'null'",
+ "asctime": "2025-08-29 17:57:02,715"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffe.sleep.bed_light_ma.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffe/sleep/bed_light_ma/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.750253,
+ "msecs": 750.0,
+ "relativeCreated": 445.676767,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffe/sleep/bed_light_ma/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,750"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.sleep.heating_valve.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/sleep/heating_valve/set",
+ "b'{\"current_heating_setpoint\": 20}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7506146,
+ "msecs": 750.0,
+ "relativeCreated": 446.038098,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/sleep/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
+ "asctime": "2025-08-29 17:57:02,750"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffe.sleep.heating_valve.valve_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffe/sleep/heating_valve/valve_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7509053,
+ "msecs": 750.0,
+ "relativeCreated": 446.328961,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffe/sleep/heating_valve/valve_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,750"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffe.sleep.heating_valve.user_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffe/sleep/heating_valve/user_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7511168,
+ "msecs": 751.0,
+ "relativeCreated": 446.540357,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffe/sleep/heating_valve/user_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,751"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.bath.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/bath/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.751318,
+ "msecs": 751.0,
+ "relativeCreated": 446.741782,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/bath/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,751"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffw.ffw.bath.heating_valve.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffw/ffw/bath/heating_valve/set",
+ "b'{\"current_heating_setpoint\": 20}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7515092,
+ "msecs": 751.0,
+ "relativeCreated": 446.933017,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffw/ffw/bath/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
+ "asctime": "2025-08-29 17:57:02,751"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.bath.heating_valve.valve_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/bath/heating_valve/valve_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.75171,
+ "msecs": 751.0,
+ "relativeCreated": 447.133726,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/bath/heating_valve/valve_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,751"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.bath.heating_valve.user_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/bath/heating_valve/user_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.751909,
+ "msecs": 751.0,
+ "relativeCreated": 447.332714,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/bath/heating_valve/user_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,751"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.floor.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/floor/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7520974,
+ "msecs": 752.0,
+ "relativeCreated": 447.520907,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/floor/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,752"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.julian.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/julian/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7523234,
+ "msecs": 752.0,
+ "relativeCreated": 447.746905,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/julian/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,752"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffw.ffw.julian.heating_valve.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffw/ffw/julian/heating_valve/set",
+ "b'{\"current_heating_setpoint\": 20}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.752521,
+ "msecs": 752.0,
+ "relativeCreated": 447.944741,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffw/ffw/julian/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
+ "asctime": "2025-08-29 17:57:02,752"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.julian.heating_valve.valve_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/julian/heating_valve/valve_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.75271,
+ "msecs": 752.0,
+ "relativeCreated": 448.133798,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/julian/heating_valve/valve_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,752"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.julian.heating_valve.user_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/julian/heating_valve/user_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7529244,
+ "msecs": 752.0,
+ "relativeCreated": 448.348141,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/julian/heating_valve/user_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,752"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.livingroom.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/livingroom/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.753154,
+ "msecs": 753.0,
+ "relativeCreated": 448.577675,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/livingroom/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,753"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffw.ffw.livingroom.heating_valve.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffw/ffw/livingroom/heating_valve/set",
+ "b'{\"current_heating_setpoint\": 20}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7612624,
+ "msecs": 761.0,
+ "relativeCreated": 456.686108,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffw/ffw/livingroom/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
+ "asctime": "2025-08-29 17:57:02,761"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.livingroom.heating_valve.valve_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/livingroom/heating_valve/valve_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7616153,
+ "msecs": 761.0,
+ "relativeCreated": 457.03898,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/livingroom/heating_valve/valve_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,761"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.livingroom.heating_valve.user_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/livingroom/heating_valve/user_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7618656,
+ "msecs": 761.0,
+ "relativeCreated": 457.289371,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/livingroom/heating_valve/user_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,761"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.sleep.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/sleep/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7620182,
+ "msecs": 762.0,
+ "relativeCreated": 457.441892,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/sleep/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,762"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffw.ffw.sleep.window_light.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffw/ffw/sleep/window_light/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7621655,
+ "msecs": 762.0,
+ "relativeCreated": 457.589182,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffw/ffw/sleep/window_light/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:02,762"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffw.ffw.sleep.heating_valve.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffw/ffw/sleep/heating_valve/set",
+ "b'{\"current_heating_setpoint\": 20}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7623055,
+ "msecs": 762.0,
+ "relativeCreated": 457.72925,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffw/ffw/sleep/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
+ "asctime": "2025-08-29 17:57:02,762"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.sleep.heating_valve.valve_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/sleep/heating_valve/valve_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7624414,
+ "msecs": 762.0,
+ "relativeCreated": 457.865085,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/sleep/heating_valve/valve_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,762"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffw.sleep.heating_valve.user_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffw/sleep/heating_valve/user_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7625737,
+ "msecs": 762.0,
+ "relativeCreated": 457.997546,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffw/sleep/heating_valve/user_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,762"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.dirk.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/dirk/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.762712,
+ "msecs": 762.0,
+ "relativeCreated": 458.135716,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/dirk/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,762"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.dirk.amplifier.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/dirk/amplifier/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7628665,
+ "msecs": 762.0,
+ "relativeCreated": 458.290191,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/dirk/amplifier/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,762"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.dirk.phono.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/dirk/phono/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7630086,
+ "msecs": 763.0,
+ "relativeCreated": 458.432111,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/dirk/phono/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,763"
+ },
+ {
+ "name": "smart_brain.mqtt.my_apps.gfw.dirk.powerplug.output.1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "my_apps/gfw/dirk/powerplug/output/1/set",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7631445,
+ "msecs": 763.0,
+ "relativeCreated": 458.568164,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic my_apps/gfw/dirk/powerplug/output/1/set and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,763"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.dirk.cd_player.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/dirk/cd_player/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.763286,
+ "msecs": 763.0,
+ "relativeCreated": 458.709701,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/dirk/cd_player/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,763"
+ },
+ {
+ "name": "smart_brain.mqtt.my_apps.gfw.dirk.powerplug.output.1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "my_apps/gfw/dirk/powerplug/output/1/set",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7634118,
+ "msecs": 763.0,
+ "relativeCreated": 458.835517,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic my_apps/gfw/dirk/powerplug/output/1/set and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,763"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.dirk.bt.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/dirk/bt/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7635436,
+ "msecs": 763.0,
+ "relativeCreated": 458.967112,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/dirk/bt/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,763"
+ },
+ {
+ "name": "smart_brain.mqtt.my_apps.gfw.dirk.powerplug.output.1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "my_apps/gfw/dirk/powerplug/output/1/set",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7636719,
+ "msecs": 763.0,
+ "relativeCreated": 459.095541,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic my_apps/gfw/dirk/powerplug/output/1/set and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,763"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.dirk.pc_dock.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/dirk/pc_dock/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7638078,
+ "msecs": 763.0,
+ "relativeCreated": 459.231374,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/dirk/pc_dock/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,763"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_gfw.gfw.dirk.heating_valve.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_gfw/gfw/dirk/heating_valve/set",
+ "b'{\"current_heating_setpoint\": 20}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7639484,
+ "msecs": 763.0,
+ "relativeCreated": 459.372274,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_gfw/gfw/dirk/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
+ "asctime": "2025-08-29 17:57:02,763"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.dirk.heating_valve.valve_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/dirk/heating_valve/valve_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7640865,
+ "msecs": 764.0,
+ "relativeCreated": 459.510268,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/dirk/heating_valve/valve_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,764"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.dirk.heating_valve.user_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/dirk/heating_valve/user_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7642188,
+ "msecs": 764.0,
+ "relativeCreated": 459.642443,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/dirk/heating_valve/user_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,764"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.floor.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/floor/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7643542,
+ "msecs": 764.0,
+ "relativeCreated": 459.77801,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/floor/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,764"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.marion.main_light.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/marion/main_light/state",
+ "b'false'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7644875,
+ "msecs": 764.0,
+ "relativeCreated": 459.911143,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/marion/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:02,764"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_gfw.gfw.marion.window_light.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_gfw/gfw/marion/window_light/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.764653,
+ "msecs": 764.0,
+ "relativeCreated": 460.076829,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_gfw/gfw/marion/window_light/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:02,764"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_gfw.gfw.marion.heating_valve.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_gfw/gfw/marion/heating_valve/set",
+ "b'{\"current_heating_setpoint\": 20}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.764791,
+ "msecs": 764.0,
+ "relativeCreated": 460.214705,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_gfw/gfw/marion/heating_valve/set and payload b'{\"current_heating_setpoint\": 20}'",
+ "asctime": "2025-08-29 17:57:02,764"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.marion.heating_valve.valve_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/marion/heating_valve/valve_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.764958,
+ "msecs": 764.0,
+ "relativeCreated": 460.3817,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/marion/heating_valve/valve_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,764"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.gfw.marion.heating_valve.user_temperature_setpoint",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/gfw/marion/heating_valve/user_temperature_setpoint",
+ "b'20'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483022.7650912,
+ "msecs": 765.0,
+ "relativeCreated": 460.514645,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/gfw/marion/heating_valve/user_temperature_setpoint and payload b'20'",
+ "asctime": "2025-08-29 17:57:02,765"
},
{
"name": "smart_brain.mqtt.videv.stw.stairway.main_light.state",
@@ -1724,23 +1832,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.8641436,
- "msecs": 864.0,
- "relativeCreated": 317.03299,
- "thread": 138566156539584,
+ "created": 1756483022.7652225,
+ "msecs": 765.0,
+ "relativeCreated": 460.646227,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/stw/stairway/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:41,864"
+ "asctime": "2025-08-29 17:57:02,765"
},
{
"name": "smart_brain.mqtt.__info__",
"msg": "Received message with topic %s and payload %s",
"args": [
"__info__",
- "b'{\"app_name\": \"smart_brain\", \"version\": {\"readable\": \"1.3.1\", \"major\": 1, \"minor\": 3, \"patch\": 1}, \"git\": {\"url\": \"https://git.mount-mockery.de/smarthome/smart_brain.git\", \"ref\": \"a43db965eba687af05904d06a0d5b055c6720dbd\"}}'"
+ "b'{\"app_name\": \"smart_brain\", \"version\": {\"readable\": \"1.3.2\", \"major\": 1, \"minor\": 3, \"patch\": 2}, \"git\": {\"url\": \"https://git.mount-mockery.de/smarthome/smart_brain.git\", \"ref\": \"9c0aff5244690dd8d20697652c8651cdcb805863\"}}'"
],
"levelname": "DEBUG",
"levelno": 10,
@@ -1751,28 +1859,28 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890021.8697114,
- "msecs": 869.0,
- "relativeCreated": 322.600819,
- "thread": 138566156539584,
+ "created": 1756483022.7653675,
+ "msecs": 765.0,
+ "relativeCreated": 460.791117,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Received message with topic __info__ and payload b'{\"app_name\": \"smart_brain\", \"version\": {\"readable\": \"1.3.1\", \"major\": 1, \"minor\": 3, \"patch\": 1}, \"git\": {\"url\": \"https://git.mount-mockery.de/smarthome/smart_brain.git\", \"ref\": \"a43db965eba687af05904d06a0d5b055c6720dbd\"}}'",
- "asctime": "2025-08-22 21:13:41,869"
+ "message": "Received message with topic __info__ and payload b'{\"app_name\": \"smart_brain\", \"version\": {\"readable\": \"1.3.2\", \"major\": 1, \"minor\": 3, \"patch\": 2}, \"git\": {\"url\": \"https://git.mount-mockery.de/smarthome/smart_brain.git\", \"ref\": \"9c0aff5244690dd8d20697652c8651cdcb805863\"}}'",
+ "asctime": "2025-08-29 17:57:02,765"
}
],
- "time_consumption": 0.4491446018218994
+ "time_consumption": 0.4439570903778076
}
],
- "time_consumption": 0.5004961490631104,
- "time_start": "2025-08-22 21:13:41,818",
- "time_finished": "2025-08-22 21:13:42,318"
+ "time_consumption": 0.5003578662872314,
+ "time_start": "2025-08-29 17:57:02,708",
+ "time_finished": "2025-08-29 17:57:03,209"
},
- "ViDevLight.state (ffe.livingroom.main_light) -> Shelly.relay/0 (ffe.livingroom.main_light)": {
+ "ViDevCommon.state (ffe.livingroom.main_light) -> Shelly.relay/0 (ffe.livingroom.main_light)": {
"name": "__tLogger__",
- "msg": "ViDevLight.state (ffe.livingroom.main_light) -> Shelly.relay/0 (ffe.livingroom.main_light)",
+ "msg": "ViDevCommon.state (ffe.livingroom.main_light) -> Shelly.relay/0 (ffe.livingroom.main_light)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -1783,16 +1891,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890022.319327,
- "msecs": 319.0,
- "relativeCreated": 772.21663,
- "thread": 138566182236416,
+ "created": 1756483023.2097359,
+ "msecs": 209.0,
+ "relativeCreated": 905.159711,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "ViDevLight.state (ffe.livingroom.main_light) -> Shelly.relay/0 (ffe.livingroom.main_light)",
- "asctime": "2025-08-22 21:13:42,319",
+ "message": "ViDevCommon.state (ffe.livingroom.main_light) -> Shelly.relay/0 (ffe.livingroom.main_light)",
+ "asctime": "2025-08-29 17:57:03,209",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -1810,16 +1918,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890022.4200728,
- "msecs": 420.0,
- "relativeCreated": 872.962235,
- "thread": 138566182236416,
+ "created": 1756483023.3103502,
+ "msecs": 310.0,
+ "relativeCreated": 1005.773813,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state False",
- "asctime": "2025-08-22 21:13:42,420",
+ "asctime": "2025-08-29 17:57:03,310",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state.set",
@@ -1837,19 +1945,19 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.319507,
- "msecs": 319.0,
- "relativeCreated": 772.396392,
- "thread": 138566182236416,
+ "created": 1756483023.209928,
+ "msecs": 209.0,
+ "relativeCreated": 905.351531,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/state/set and payload false",
- "asctime": "2025-08-22 21:13:42,319"
+ "asctime": "2025-08-29 17:57:03,209"
}
],
- "time_consumption": 0.10056591033935547
+ "time_consumption": 0.10042214393615723
},
{
"name": "__tLogger__",
@@ -1867,16 +1975,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890022.4204574,
- "msecs": 420.0,
- "relativeCreated": 873.346807,
- "thread": 138566182236416,
+ "created": 1756483023.3107162,
+ "msecs": 310.0,
+ "relativeCreated": 1006.13988,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (False, False) and Type is ).",
- "asctime": "2025-08-22 21:13:42,420",
+ "asctime": "2025-08-29 17:57:03,310",
"moduleLogger": [
{
"name": "__unittest__",
@@ -1895,16 +2003,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890022.4203317,
- "msecs": 420.0,
- "relativeCreated": 873.221287,
- "thread": 138566182236416,
+ "created": 1756483023.3105786,
+ "msecs": 310.0,
+ "relativeCreated": 1006.002466,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (False, False) ()",
- "asctime": "2025-08-22 21:13:42,420"
+ "asctime": "2025-08-29 17:57:03,310"
},
{
"name": "__unittest__",
@@ -1924,25 +2032,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890022.4204044,
- "msecs": 420.0,
- "relativeCreated": 873.293961,
- "thread": 138566182236416,
+ "created": 1756483023.3106525,
+ "msecs": 310.0,
+ "relativeCreated": 1006.076195,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (False, False) ()",
- "asctime": "2025-08-22 21:13:42,420"
+ "asctime": "2025-08-29 17:57:03,310"
}
],
- "time_consumption": 5.2928924560546875e-05
+ "time_consumption": 6.365776062011719e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.state (ffe.livingroom.main_light)",
+ "ViDevCommon.state (ffe.livingroom.main_light)",
"True"
],
"levelname": "DEBUG",
@@ -1954,16 +2062,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890022.5210829,
- "msecs": 521.0,
- "relativeCreated": 973.972336,
- "thread": 138566182236416,
+ "created": 1756483023.4111714,
+ "msecs": 411.0,
+ "relativeCreated": 1106.594987,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.state (ffe.livingroom.main_light) to True",
- "asctime": "2025-08-22 21:13:42,521",
+ "message": "Setting state of ViDevCommon.state (ffe.livingroom.main_light) to True",
+ "asctime": "2025-08-29 17:57:03,411",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state.set",
@@ -1981,16 +2089,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.4205782,
- "msecs": 420.0,
- "relativeCreated": 873.467739,
- "thread": 138566182236416,
+ "created": 1756483023.3108287,
+ "msecs": 310.0,
+ "relativeCreated": 1006.252397,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/state/set and payload true",
- "asctime": "2025-08-22 21:13:42,420"
+ "asctime": "2025-08-29 17:57:03,310"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0.command",
@@ -2008,16 +2116,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4229367,
- "msecs": 422.0,
- "relativeCreated": 875.825892,
- "thread": 138566156539584,
+ "created": 1756483023.313345,
+ "msecs": 313.0,
+ "relativeCreated": 1008.768587,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0/command and payload b'on'",
- "asctime": "2025-08-22 21:13:42,422"
+ "asctime": "2025-08-29 17:57:03,313"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -2035,16 +2143,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.4231884,
- "msecs": 423.0,
- "relativeCreated": 876.07798,
- "thread": 138566156539584,
+ "created": 1756483023.3136554,
+ "msecs": 313.0,
+ "relativeCreated": 1009.079104,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic shellies/ffe/livingroom/main_light/relay/0 and payload on",
- "asctime": "2025-08-22 21:13:42,423"
+ "asctime": "2025-08-29 17:57:03,313"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -2062,16 +2170,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.4234638,
- "msecs": 423.0,
- "relativeCreated": 876.353294,
- "thread": 138566156539584,
+ "created": 1756483023.3140204,
+ "msecs": 314.0,
+ "relativeCreated": 1009.444155,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,423"
+ "asctime": "2025-08-29 17:57:03,314"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -2089,16 +2197,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4242547,
- "msecs": 424.0,
- "relativeCreated": 877.144172,
- "thread": 138566156539584,
+ "created": 1756483023.3147936,
+ "msecs": 314.0,
+ "relativeCreated": 1010.217083,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0 and payload b'on'",
- "asctime": "2025-08-22 21:13:42,424"
+ "asctime": "2025-08-29 17:57:03,314"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -2116,340 +2224,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4245973,
- "msecs": 424.0,
- "relativeCreated": 877.4866,
- "thread": 138566156539584,
+ "created": 1756483023.3151376,
+ "msecs": 315.0,
+ "relativeCreated": 1010.561327,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,424"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.4667802,
- "msecs": 466.0,
- "relativeCreated": 919.669673,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,466"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.467111,
- "msecs": 467.0,
- "relativeCreated": 920.000466,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,467"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.467412,
- "msecs": 467.0,
- "relativeCreated": 920.301254,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,467"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.4675944,
- "msecs": 467.0,
- "relativeCreated": 920.483822,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,467"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.4679365,
- "msecs": 467.0,
- "relativeCreated": 920.825903,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,467"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.4681547,
- "msecs": 468.0,
- "relativeCreated": 921.044073,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,468"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.4684334,
- "msecs": 468.0,
- "relativeCreated": 921.322919,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,468"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.4685938,
- "msecs": 468.0,
- "relativeCreated": 921.483336,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,468"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.4688697,
- "msecs": 468.0,
- "relativeCreated": 921.759116,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,468"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.4690542,
- "msecs": 469.0,
- "relativeCreated": 921.943712,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,469"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.4693055,
- "msecs": 469.0,
- "relativeCreated": 922.194915,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,469"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.469455,
- "msecs": 469.0,
- "relativeCreated": 922.344391,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,469"
+ "asctime": "2025-08-29 17:57:03,315"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
@@ -2467,16 +2251,340 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4697425,
- "msecs": 469.0,
- "relativeCreated": 922.631883,
- "thread": 138566156539584,
+ "created": 1756483023.3603024,
+ "msecs": 360.0,
+ "relativeCreated": 1055.726113,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'true'",
- "asctime": "2025-08-22 21:13:42,469"
+ "asctime": "2025-08-29 17:57:03,360"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.4005268,
+ "msecs": 400.0,
+ "relativeCreated": 1095.950639,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,400"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.4008894,
+ "msecs": 400.0,
+ "relativeCreated": 1096.313076,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,400"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.4012344,
+ "msecs": 401.0,
+ "relativeCreated": 1096.658005,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,401"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.4013898,
+ "msecs": 401.0,
+ "relativeCreated": 1096.813383,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,401"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.4017732,
+ "msecs": 401.0,
+ "relativeCreated": 1097.197077,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,401"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.4019597,
+ "msecs": 401.0,
+ "relativeCreated": 1097.383347,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,401"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.4023404,
+ "msecs": 402.0,
+ "relativeCreated": 1097.764098,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,402"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.4025476,
+ "msecs": 402.0,
+ "relativeCreated": 1097.97146,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,402"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.4030163,
+ "msecs": 403.0,
+ "relativeCreated": 1098.44016,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,403"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.4032407,
+ "msecs": 403.0,
+ "relativeCreated": 1098.664435,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,403"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.4035401,
+ "msecs": 403.0,
+ "relativeCreated": 1098.963878,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,403"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.4036686,
+ "msecs": 403.0,
+ "relativeCreated": 1099.092362,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,403"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -2494,16 +2602,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.470046,
- "msecs": 470.0,
- "relativeCreated": 922.935479,
- "thread": 138566156539584,
+ "created": 1756483023.4039912,
+ "msecs": 403.0,
+ "relativeCreated": 1099.415069,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'50'",
- "asctime": "2025-08-22 21:13:42,470"
+ "asctime": "2025-08-29 17:57:03,403"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -2521,16 +2629,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4702742,
- "msecs": 470.0,
- "relativeCreated": 923.163777,
- "thread": 138566156539584,
+ "created": 1756483023.4042647,
+ "msecs": 404.0,
+ "relativeCreated": 1099.688487,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'5'",
- "asctime": "2025-08-22 21:13:42,470"
+ "asctime": "2025-08-29 17:57:03,404"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -2548,16 +2656,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4704845,
- "msecs": 470.0,
- "relativeCreated": 923.373985,
- "thread": 138566156539584,
+ "created": 1756483023.4044755,
+ "msecs": 404.0,
+ "relativeCreated": 1099.899085,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,470"
+ "asctime": "2025-08-29 17:57:03,404"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -2575,16 +2683,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.470692,
- "msecs": 470.0,
- "relativeCreated": 923.581213,
- "thread": 138566156539584,
+ "created": 1756483023.4046957,
+ "msecs": 404.0,
+ "relativeCreated": 1100.119494,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,470"
+ "asctime": "2025-08-29 17:57:03,404"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -2602,16 +2710,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4708838,
- "msecs": 470.0,
- "relativeCreated": 923.773335,
- "thread": 138566156539584,
+ "created": 1756483023.4049048,
+ "msecs": 404.0,
+ "relativeCreated": 1100.328707,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,470"
+ "asctime": "2025-08-29 17:57:03,404"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -2629,16 +2737,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4710865,
- "msecs": 471.0,
- "relativeCreated": 923.975952,
- "thread": 138566156539584,
+ "created": 1756483023.4051437,
+ "msecs": 405.0,
+ "relativeCreated": 1100.567501,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,471"
+ "asctime": "2025-08-29 17:57:03,405"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -2656,16 +2764,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.471281,
- "msecs": 471.0,
- "relativeCreated": 924.170526,
- "thread": 138566156539584,
+ "created": 1756483023.405454,
+ "msecs": 405.0,
+ "relativeCreated": 1100.877532,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,471"
+ "asctime": "2025-08-29 17:57:03,405"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -2683,46 +2791,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.4714732,
- "msecs": 471.0,
- "relativeCreated": 924.362653,
- "thread": 138566156539584,
+ "created": 1756483023.4057598,
+ "msecs": 405.0,
+ "relativeCreated": 1101.18351,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,471"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/livingroom/floorlamp/state",
- "b'true'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.5108807,
- "msecs": 510.0,
- "relativeCreated": 963.770216,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'true'",
- "asctime": "2025-08-22 21:13:42,510"
+ "asctime": "2025-08-29 17:57:03,405"
}
],
- "time_consumption": 0.010202169418334961
+ "time_consumption": 0.005411624908447266
},
{
"name": "__tLogger__",
@@ -2740,16 +2821,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890022.5214186,
- "msecs": 521.0,
- "relativeCreated": 974.30792,
- "thread": 138566182236416,
+ "created": 1756483023.4114885,
+ "msecs": 411.0,
+ "relativeCreated": 1106.912307,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Shelly.relay/0 (ffe.livingroom.main_light) is correct (Content True and Type is ).",
- "asctime": "2025-08-22 21:13:42,521",
+ "asctime": "2025-08-29 17:57:03,411",
"moduleLogger": [
{
"name": "__unittest__",
@@ -2768,16 +2849,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890022.521321,
- "msecs": 521.0,
- "relativeCreated": 974.210449,
- "thread": 138566182236416,
+ "created": 1756483023.4113858,
+ "msecs": 411.0,
+ "relativeCreated": 1106.809636,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Shelly.relay/0 (ffe.livingroom.main_light)): True ()",
- "asctime": "2025-08-22 21:13:42,521"
+ "asctime": "2025-08-29 17:57:03,411"
},
{
"name": "__unittest__",
@@ -2797,25 +2878,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890022.5213752,
- "msecs": 521.0,
- "relativeCreated": 974.264543,
- "thread": 138566182236416,
+ "created": 1756483023.411437,
+ "msecs": 411.0,
+ "relativeCreated": 1106.860784,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Shelly.relay/0 (ffe.livingroom.main_light)): result = True ()",
- "asctime": "2025-08-22 21:13:42,521"
+ "asctime": "2025-08-29 17:57:03,411"
}
],
- "time_consumption": 4.3392181396484375e-05
+ "time_consumption": 5.14984130859375e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.state (ffe.livingroom.main_light)",
+ "ViDevCommon.state (ffe.livingroom.main_light)",
"False"
],
"levelname": "DEBUG",
@@ -2827,16 +2908,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890022.6220245,
- "msecs": 622.0,
- "relativeCreated": 1074.913745,
- "thread": 138566182236416,
+ "created": 1756483023.5119941,
+ "msecs": 511.0,
+ "relativeCreated": 1207.417777,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.state (ffe.livingroom.main_light) to False",
- "asctime": "2025-08-22 21:13:42,622",
+ "message": "Setting state of ViDevCommon.state (ffe.livingroom.main_light) to False",
+ "asctime": "2025-08-29 17:57:03,511",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state.set",
@@ -2854,16 +2935,43 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.5215256,
- "msecs": 521.0,
- "relativeCreated": 974.414962,
- "thread": 138566182236416,
+ "created": 1756483023.4116395,
+ "msecs": 411.0,
+ "relativeCreated": 1107.063292,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/state/set and payload false",
- "asctime": "2025-08-22 21:13:42,521"
+ "asctime": "2025-08-29 17:57:03,411"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffe/livingroom/floorlamp/state",
+ "b'true'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.4483557,
+ "msecs": 448.0,
+ "relativeCreated": 1143.779354,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'true'",
+ "asctime": "2025-08-29 17:57:03,448"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.brightness",
@@ -2881,16 +2989,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.5228152,
- "msecs": 522.0,
- "relativeCreated": 975.704614,
- "thread": 138566156539584,
+ "created": 1756483023.4892764,
+ "msecs": 489.0,
+ "relativeCreated": 1184.700033,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/brightness and payload b'50'",
- "asctime": "2025-08-22 21:13:42,522"
+ "asctime": "2025-08-29 17:57:03,489"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.color_temp",
@@ -2908,16 +3016,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.56359,
- "msecs": 563.0,
- "relativeCreated": 1016.479549,
- "thread": 138566156539584,
+ "created": 1756483023.4897168,
+ "msecs": 489.0,
+ "relativeCreated": 1185.14048,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/color_temp and payload b'5'",
- "asctime": "2025-08-22 21:13:42,563"
+ "asctime": "2025-08-29 17:57:03,489"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0.command",
@@ -2935,16 +3043,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.564003,
- "msecs": 564.0,
- "relativeCreated": 1016.89248,
- "thread": 138566156539584,
+ "created": 1756483023.4900086,
+ "msecs": 490.0,
+ "relativeCreated": 1185.432134,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0/command and payload b'off'",
- "asctime": "2025-08-22 21:13:42,564"
+ "asctime": "2025-08-29 17:57:03,490"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -2962,16 +3070,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.5641956,
- "msecs": 564.0,
- "relativeCreated": 1017.085027,
- "thread": 138566156539584,
+ "created": 1756483023.4901707,
+ "msecs": 490.0,
+ "relativeCreated": 1185.594307,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic shellies/ffe/livingroom/main_light/relay/0 and payload off",
- "asctime": "2025-08-22 21:13:42,564"
+ "asctime": "2025-08-29 17:57:03,490"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -2989,532 +3097,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.56497,
- "msecs": 564.0,
- "relativeCreated": 1017.859395,
- "thread": 138566156539584,
+ "created": 1756483023.4907455,
+ "msecs": 490.0,
+ "relativeCreated": 1186.16921,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0 and payload b'off'",
- "asctime": "2025-08-22 21:13:42,564"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.60708,
- "msecs": 607.0,
- "relativeCreated": 1059.969381,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,607"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.6073782,
- "msecs": 607.0,
- "relativeCreated": 1060.267485,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,607"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6077282,
- "msecs": 607.0,
- "relativeCreated": 1060.617612,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,607"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.6079123,
- "msecs": 607.0,
- "relativeCreated": 1060.801596,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,607"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6082451,
- "msecs": 608.0,
- "relativeCreated": 1061.13459,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,608"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.6084042,
- "msecs": 608.0,
- "relativeCreated": 1061.293578,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,608"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6086357,
- "msecs": 608.0,
- "relativeCreated": 1061.52497,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,608"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.608793,
- "msecs": 608.0,
- "relativeCreated": 1061.682376,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,608"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.609084,
- "msecs": 609.0,
- "relativeCreated": 1061.973406,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,609"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.6092334,
- "msecs": 609.0,
- "relativeCreated": 1062.122769,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,609"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6094618,
- "msecs": 609.0,
- "relativeCreated": 1062.351046,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,609"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.6096053,
- "msecs": 609.0,
- "relativeCreated": 1062.494867,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,609"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/livingroom/main_light/state",
- "b'false'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.609873,
- "msecs": 609.0,
- "relativeCreated": 1062.762667,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:42,609"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1",
- "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6101797,
- "msecs": 610.0,
- "relativeCreated": 1063.069085,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,610"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2",
- "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6104085,
- "msecs": 610.0,
- "relativeCreated": 1063.297911,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,610"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6106174,
- "msecs": 610.0,
- "relativeCreated": 1063.506639,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,610"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6108303,
- "msecs": 610.0,
- "relativeCreated": 1063.719805,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,610"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6110578,
- "msecs": 611.0,
- "relativeCreated": 1063.94715,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,611"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.6112661,
- "msecs": 611.0,
- "relativeCreated": 1064.155518,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,611"
+ "asctime": "2025-08-29 17:57:03,490"
}
],
- "time_consumption": 0.010758399963378906
+ "time_consumption": 0.021248579025268555
},
{
"name": "__tLogger__",
@@ -3532,16 +3127,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890022.6223443,
- "msecs": 622.0,
- "relativeCreated": 1075.233658,
- "thread": 138566182236416,
+ "created": 1756483023.512356,
+ "msecs": 512.0,
+ "relativeCreated": 1207.779658,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Shelly.relay/0 (ffe.livingroom.main_light) is correct (Content False and Type is ).",
- "asctime": "2025-08-22 21:13:42,622",
+ "asctime": "2025-08-29 17:57:03,512",
"moduleLogger": [
{
"name": "__unittest__",
@@ -3560,16 +3155,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890022.622252,
- "msecs": 622.0,
- "relativeCreated": 1075.141457,
- "thread": 138566182236416,
+ "created": 1756483023.512249,
+ "msecs": 512.0,
+ "relativeCreated": 1207.672823,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Shelly.relay/0 (ffe.livingroom.main_light)): False ()",
- "asctime": "2025-08-22 21:13:42,622"
+ "asctime": "2025-08-29 17:57:03,512"
},
{
"name": "__unittest__",
@@ -3589,28 +3184,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890022.6223054,
- "msecs": 622.0,
- "relativeCreated": 1075.194744,
- "thread": 138566182236416,
+ "created": 1756483023.5123143,
+ "msecs": 512.0,
+ "relativeCreated": 1207.738163,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Shelly.relay/0 (ffe.livingroom.main_light)): result = False ()",
- "asctime": "2025-08-22 21:13:42,622"
+ "asctime": "2025-08-29 17:57:03,512"
}
],
- "time_consumption": 3.886222839355469e-05
+ "time_consumption": 4.172325134277344e-05
}
],
- "time_consumption": 0.30301713943481445,
- "time_start": "2025-08-22 21:13:42,319",
- "time_finished": "2025-08-22 21:13:42,622"
+ "time_consumption": 0.30262017250061035,
+ "time_start": "2025-08-29 17:57:03,209",
+ "time_finished": "2025-08-29 17:57:03,512"
},
- "Shelly.relay/0 (ffe.livingroom.main_light) -> ViDevLight.state (ffe.livingroom.main_light)": {
+ "Shelly.relay/0 (ffe.livingroom.main_light) -> ViDevCommon.state (ffe.livingroom.main_light)": {
"name": "__tLogger__",
- "msg": "Shelly.relay/0 (ffe.livingroom.main_light) -> ViDevLight.state (ffe.livingroom.main_light)",
+ "msg": "Shelly.relay/0 (ffe.livingroom.main_light) -> ViDevCommon.state (ffe.livingroom.main_light)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -3621,16 +3216,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890022.6225443,
- "msecs": 622.0,
- "relativeCreated": 1075.433748,
- "thread": 138566182236416,
+ "created": 1756483023.512602,
+ "msecs": 512.0,
+ "relativeCreated": 1208.025776,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Shelly.relay/0 (ffe.livingroom.main_light) -> ViDevLight.state (ffe.livingroom.main_light)",
- "asctime": "2025-08-22 21:13:42,622",
+ "message": "Shelly.relay/0 (ffe.livingroom.main_light) -> ViDevCommon.state (ffe.livingroom.main_light)",
+ "asctime": "2025-08-29 17:57:03,512",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -3648,16 +3243,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890022.723146,
- "msecs": 723.0,
- "relativeCreated": 1176.035487,
- "thread": 138566182236416,
+ "created": 1756483023.6131065,
+ "msecs": 613.0,
+ "relativeCreated": 1308.529991,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state False",
- "asctime": "2025-08-22 21:13:42,723",
+ "asctime": "2025-08-29 17:57:03,613",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state.set",
@@ -3675,22 +3270,22 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.622674,
- "msecs": 622.0,
- "relativeCreated": 1075.563262,
- "thread": 138566182236416,
+ "created": 1756483023.5127432,
+ "msecs": 512.0,
+ "relativeCreated": 1208.166908,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/state/set and payload false",
- "asctime": "2025-08-22 21:13:42,622"
+ "asctime": "2025-08-29 17:57:03,512"
},
{
- "name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
+ "name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
"msg": "Received message with topic %s and payload %s",
"args": [
- "videv/ffe/livingroom/floorlamp/state",
+ "videv/ffe/livingroom/main_light/state",
"b'false'"
],
"levelname": "DEBUG",
@@ -3702,19 +3297,505 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.6510866,
- "msecs": 651.0,
- "relativeCreated": 1103.975976,
- "thread": 138566156539584,
+ "created": 1756483023.534544,
+ "msecs": 534.0,
+ "relativeCreated": 1229.967672,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'false'",
- "asctime": "2025-08-22 21:13:42,651"
+ "message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:03,534"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.5756567,
+ "msecs": 575.0,
+ "relativeCreated": 1271.08041,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,575"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.576083,
+ "msecs": 576.0,
+ "relativeCreated": 1271.506613,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,576"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.5766127,
+ "msecs": 576.0,
+ "relativeCreated": 1272.03633,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,576"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.5768754,
+ "msecs": 576.0,
+ "relativeCreated": 1272.299322,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,576"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.577232,
+ "msecs": 577.0,
+ "relativeCreated": 1272.655459,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,577"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.577374,
+ "msecs": 577.0,
+ "relativeCreated": 1272.797607,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,577"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.577605,
+ "msecs": 577.0,
+ "relativeCreated": 1273.028721,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,577"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.5777276,
+ "msecs": 577.0,
+ "relativeCreated": 1273.151095,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,577"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.5780182,
+ "msecs": 578.0,
+ "relativeCreated": 1273.441922,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,578"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.5781448,
+ "msecs": 578.0,
+ "relativeCreated": 1273.568512,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,578"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.5783572,
+ "msecs": 578.0,
+ "relativeCreated": 1273.780942,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,578"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.578481,
+ "msecs": 578.0,
+ "relativeCreated": 1273.904674,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,578"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1",
+ "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.578771,
+ "msecs": 578.0,
+ "relativeCreated": 1274.19493,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
+ "asctime": "2025-08-29 17:57:03,578"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2",
+ "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.5790722,
+ "msecs": 579.0,
+ "relativeCreated": 1274.495849,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
+ "asctime": "2025-08-29 17:57:03,579"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.5793173,
+ "msecs": 579.0,
+ "relativeCreated": 1274.740861,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
+ "asctime": "2025-08-29 17:57:03,579"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.5795825,
+ "msecs": 579.0,
+ "relativeCreated": 1275.006206,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
+ "asctime": "2025-08-29 17:57:03,579"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.579799,
+ "msecs": 579.0,
+ "relativeCreated": 1275.222612,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
+ "asctime": "2025-08-29 17:57:03,579"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.5800407,
+ "msecs": 580.0,
+ "relativeCreated": 1275.464296,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
+ "asctime": "2025-08-29 17:57:03,580"
}
],
- "time_consumption": 0.07205939292907715
+ "time_consumption": 0.0330657958984375
},
{
"name": "__tLogger__",
@@ -3732,16 +3813,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890022.7235289,
- "msecs": 723.0,
- "relativeCreated": 1176.418389,
- "thread": 138566182236416,
+ "created": 1756483023.6134992,
+ "msecs": 613.0,
+ "relativeCreated": 1308.922767,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (False, False) and Type is ).",
- "asctime": "2025-08-22 21:13:42,723",
+ "asctime": "2025-08-29 17:57:03,613",
"moduleLogger": [
{
"name": "__unittest__",
@@ -3760,16 +3841,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890022.7234187,
- "msecs": 723.0,
- "relativeCreated": 1176.307955,
- "thread": 138566182236416,
+ "created": 1756483023.6133783,
+ "msecs": 613.0,
+ "relativeCreated": 1308.801917,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (False, False) ()",
- "asctime": "2025-08-22 21:13:42,723"
+ "asctime": "2025-08-29 17:57:03,613"
},
{
"name": "__unittest__",
@@ -3789,19 +3870,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890022.7234838,
- "msecs": 723.0,
- "relativeCreated": 1176.373246,
- "thread": 138566182236416,
+ "created": 1756483023.6134565,
+ "msecs": 613.0,
+ "relativeCreated": 1308.88006,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (False, False) ()",
- "asctime": "2025-08-22 21:13:42,723"
+ "asctime": "2025-08-29 17:57:03,613"
}
],
- "time_consumption": 4.506111145019531e-05
+ "time_consumption": 4.267692565917969e-05
},
{
"name": "__tLogger__",
@@ -3819,16 +3900,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890022.8242757,
- "msecs": 824.0,
- "relativeCreated": 1277.165099,
- "thread": 138566182236416,
+ "created": 1756483023.714174,
+ "msecs": 714.0,
+ "relativeCreated": 1409.597733,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Shelly.relay/0 (ffe.livingroom.main_light) to True",
- "asctime": "2025-08-22 21:13:42,824",
+ "asctime": "2025-08-29 17:57:03,714",
"moduleLogger": [
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -3846,16 +3927,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.7236512,
- "msecs": 723.0,
- "relativeCreated": 1176.540472,
- "thread": 138566182236416,
+ "created": 1756483023.6136222,
+ "msecs": 613.0,
+ "relativeCreated": 1309.04587,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic shellies/ffe/livingroom/main_light/relay/0 and payload on",
- "asctime": "2025-08-22 21:13:42,723"
+ "asctime": "2025-08-29 17:57:03,613"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -3873,16 +3954,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.7239988,
- "msecs": 723.0,
- "relativeCreated": 1176.888228,
- "thread": 138566182236416,
+ "created": 1756483023.6139572,
+ "msecs": 613.0,
+ "relativeCreated": 1309.38074,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,723"
+ "asctime": "2025-08-29 17:57:03,613"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -3900,16 +3981,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7248807,
- "msecs": 724.0,
- "relativeCreated": 1177.770171,
- "thread": 138566156539584,
+ "created": 1756483023.6145692,
+ "msecs": 614.0,
+ "relativeCreated": 1309.992899,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0 and payload b'on'",
- "asctime": "2025-08-22 21:13:42,724"
+ "asctime": "2025-08-29 17:57:03,614"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -3927,23 +4008,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7252553,
- "msecs": 725.0,
- "relativeCreated": 1178.144589,
- "thread": 138566156539584,
+ "created": 1756483023.6149106,
+ "msecs": 614.0,
+ "relativeCreated": 1310.334314,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,725"
+ "asctime": "2025-08-29 17:57:03,614"
},
{
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
+ "name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
"msg": "Received message with topic %s and payload %s",
"args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1/set",
- "b'{\"state\": \"on\"}'"
+ "videv/ffe/livingroom/floorlamp/state",
+ "b'false'"
],
"levelname": "DEBUG",
"levelno": 10,
@@ -3954,313 +4035,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7656069,
- "msecs": 765.0,
- "relativeCreated": 1218.496388,
- "thread": 138566156539584,
+ "created": 1756483023.655603,
+ "msecs": 655.0,
+ "relativeCreated": 1351.02669,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,765"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.7659383,
- "msecs": 765.0,
- "relativeCreated": 1218.827497,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,765"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.766287,
- "msecs": 766.0,
- "relativeCreated": 1219.176468,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,766"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.7664561,
- "msecs": 766.0,
- "relativeCreated": 1219.345406,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,766"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.7667742,
- "msecs": 766.0,
- "relativeCreated": 1219.663618,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,766"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.766954,
- "msecs": 766.0,
- "relativeCreated": 1219.843427,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,766"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.7672148,
- "msecs": 767.0,
- "relativeCreated": 1220.104276,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,767"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.7673612,
- "msecs": 767.0,
- "relativeCreated": 1220.250649,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,767"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.7676191,
- "msecs": 767.0,
- "relativeCreated": 1220.508442,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,767"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.7677622,
- "msecs": 767.0,
- "relativeCreated": 1220.651648,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,767"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.7680783,
- "msecs": 768.0,
- "relativeCreated": 1220.967634,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:42,768"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.7682648,
- "msecs": 768.0,
- "relativeCreated": 1221.154074,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,768"
+ "message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'false'",
+ "asctime": "2025-08-29 17:57:03,655"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
@@ -4278,16 +4062,340 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7685401,
- "msecs": 768.0,
- "relativeCreated": 1221.429459,
- "thread": 138566156539584,
+ "created": 1756483023.6625023,
+ "msecs": 662.0,
+ "relativeCreated": 1357.925981,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'true'",
- "asctime": "2025-08-22 21:13:42,768"
+ "asctime": "2025-08-29 17:57:03,662"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.6629126,
+ "msecs": 662.0,
+ "relativeCreated": 1358.336159,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,662"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.6695344,
+ "msecs": 669.0,
+ "relativeCreated": 1364.958051,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,669"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.6699083,
+ "msecs": 669.0,
+ "relativeCreated": 1365.332028,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,669"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.6701002,
+ "msecs": 670.0,
+ "relativeCreated": 1365.523957,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,670"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.6706278,
+ "msecs": 670.0,
+ "relativeCreated": 1366.051635,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,670"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.6708188,
+ "msecs": 670.0,
+ "relativeCreated": 1366.242626,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,670"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.6711898,
+ "msecs": 671.0,
+ "relativeCreated": 1366.613476,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.6713672,
+ "msecs": 671.0,
+ "relativeCreated": 1366.790796,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.671759,
+ "msecs": 671.0,
+ "relativeCreated": 1367.182623,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.6719398,
+ "msecs": 671.0,
+ "relativeCreated": 1367.363561,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.6722639,
+ "msecs": 672.0,
+ "relativeCreated": 1367.687678,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,672"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.6724355,
+ "msecs": 672.0,
+ "relativeCreated": 1367.859225,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,672"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -4305,16 +4413,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7688098,
- "msecs": 768.0,
- "relativeCreated": 1221.699175,
- "thread": 138566156539584,
+ "created": 1756483023.6727545,
+ "msecs": 672.0,
+ "relativeCreated": 1368.178011,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,768"
+ "asctime": "2025-08-29 17:57:03,672"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -4332,16 +4440,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7690597,
- "msecs": 769.0,
- "relativeCreated": 1221.948949,
- "thread": 138566156539584,
+ "created": 1756483023.673099,
+ "msecs": 673.0,
+ "relativeCreated": 1368.522656,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,769"
+ "asctime": "2025-08-29 17:57:03,673"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -4359,16 +4467,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7692711,
- "msecs": 769.0,
- "relativeCreated": 1222.160405,
- "thread": 138566156539584,
+ "created": 1756483023.6733377,
+ "msecs": 673.0,
+ "relativeCreated": 1368.7614,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,769"
+ "asctime": "2025-08-29 17:57:03,673"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -4386,16 +4494,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7694757,
- "msecs": 769.0,
- "relativeCreated": 1222.364878,
- "thread": 138566156539584,
+ "created": 1756483023.673585,
+ "msecs": 673.0,
+ "relativeCreated": 1369.008666,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,769"
+ "asctime": "2025-08-29 17:57:03,673"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -4413,16 +4521,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7696855,
- "msecs": 769.0,
- "relativeCreated": 1222.574961,
- "thread": 138566156539584,
+ "created": 1756483023.6737943,
+ "msecs": 673.0,
+ "relativeCreated": 1369.217914,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,769"
+ "asctime": "2025-08-29 17:57:03,673"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -4440,16 +4548,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.7698889,
- "msecs": 769.0,
- "relativeCreated": 1222.778104,
- "thread": 138566156539584,
+ "created": 1756483023.6740367,
+ "msecs": 674.0,
+ "relativeCreated": 1369.460304,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,769"
+ "asctime": "2025-08-29 17:57:03,674"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -4467,23 +4575,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.8096504,
- "msecs": 809.0,
- "relativeCreated": 1262.539947,
- "thread": 138566156539584,
+ "created": 1756483023.7133694,
+ "msecs": 713.0,
+ "relativeCreated": 1408.793073,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'true'",
- "asctime": "2025-08-22 21:13:42,809"
+ "asctime": "2025-08-29 17:57:03,713"
}
],
- "time_consumption": 0.014625310897827148
+ "time_consumption": 0.0008046627044677734
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.state (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.state (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"True",
""
@@ -4497,22 +4605,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890022.824618,
- "msecs": 824.0,
- "relativeCreated": 1277.507378,
- "thread": 138566182236416,
+ "created": 1756483023.714467,
+ "msecs": 714.0,
+ "relativeCreated": 1409.890654,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.state (ffe.livingroom.main_light) is correct (Content True and Type is ).",
- "asctime": "2025-08-22 21:13:42,824",
+ "message": "Value for ViDevCommon.state (ffe.livingroom.main_light) is correct (Content True and Type is ).",
+ "asctime": "2025-08-29 17:57:03,714",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.state (ffe.livingroom.main_light)",
"True",
""
],
@@ -4525,22 +4633,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890022.8245175,
- "msecs": 824.0,
- "relativeCreated": 1277.406821,
- "thread": 138566182236416,
+ "created": 1756483023.7143438,
+ "msecs": 714.0,
+ "relativeCreated": 1409.767432,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.state (ffe.livingroom.main_light)): True ()",
- "asctime": "2025-08-22 21:13:42,824"
+ "message": "Result (Value for ViDevCommon.state (ffe.livingroom.main_light)): True ()",
+ "asctime": "2025-08-29 17:57:03,714"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.state (ffe.livingroom.main_light)",
"=",
"True",
""
@@ -4554,19 +4662,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890022.8245747,
- "msecs": 824.0,
- "relativeCreated": 1277.464078,
- "thread": 138566182236416,
+ "created": 1756483023.7144105,
+ "msecs": 714.0,
+ "relativeCreated": 1409.834097,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.state (ffe.livingroom.main_light)): result = True ()",
- "asctime": "2025-08-22 21:13:42,824"
+ "message": "Expectation (Value for ViDevCommon.state (ffe.livingroom.main_light)): result = True ()",
+ "asctime": "2025-08-29 17:57:03,714"
}
],
- "time_consumption": 4.3392181396484375e-05
+ "time_consumption": 5.650520324707031e-05
},
{
"name": "__tLogger__",
@@ -4584,16 +4692,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890022.9251943,
- "msecs": 925.0,
- "relativeCreated": 1378.083605,
- "thread": 138566182236416,
+ "created": 1756483023.814927,
+ "msecs": 814.0,
+ "relativeCreated": 1510.350723,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Shelly.relay/0 (ffe.livingroom.main_light) to False",
- "asctime": "2025-08-22 21:13:42,925",
+ "asctime": "2025-08-29 17:57:03,814",
"moduleLogger": [
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -4611,16 +4719,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.8247344,
- "msecs": 824.0,
- "relativeCreated": 1277.623886,
- "thread": 138566182236416,
+ "created": 1756483023.7146053,
+ "msecs": 714.0,
+ "relativeCreated": 1410.029079,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic shellies/ffe/livingroom/main_light/relay/0 and payload off",
- "asctime": "2025-08-22 21:13:42,824"
+ "asctime": "2025-08-29 17:57:03,714"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -4638,340 +4746,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.825982,
- "msecs": 825.0,
- "relativeCreated": 1278.871687,
- "thread": 138566156539584,
+ "created": 1756483023.715212,
+ "msecs": 715.0,
+ "relativeCreated": 1410.635641,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0 and payload b'off'",
- "asctime": "2025-08-22 21:13:42,825"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.8667653,
- "msecs": 866.0,
- "relativeCreated": 1319.654632,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,866"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.8671,
- "msecs": 867.0,
- "relativeCreated": 1319.989325,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,867"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.867427,
- "msecs": 867.0,
- "relativeCreated": 1320.316569,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,867"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.8675907,
- "msecs": 867.0,
- "relativeCreated": 1320.480179,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,867"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.867925,
- "msecs": 867.0,
- "relativeCreated": 1320.814362,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,867"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.8680816,
- "msecs": 868.0,
- "relativeCreated": 1320.971173,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,868"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.8683393,
- "msecs": 868.0,
- "relativeCreated": 1321.228677,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,868"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.86849,
- "msecs": 868.0,
- "relativeCreated": 1321.379306,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,868"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.8687637,
- "msecs": 868.0,
- "relativeCreated": 1321.652942,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,868"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.868926,
- "msecs": 868.0,
- "relativeCreated": 1321.815404,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,868"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890022.8691843,
- "msecs": 869.0,
- "relativeCreated": 1322.073554,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:42,869"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890022.8693302,
- "msecs": 869.0,
- "relativeCreated": 1322.219496,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:42,869"
+ "asctime": "2025-08-29 17:57:03,715"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
@@ -4989,16 +4773,340 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.8695867,
- "msecs": 869.0,
- "relativeCreated": 1322.476025,
- "thread": 138566156539584,
+ "created": 1756483023.7572677,
+ "msecs": 757.0,
+ "relativeCreated": 1452.691461,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:42,869"
+ "asctime": "2025-08-29 17:57:03,757"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.7634642,
+ "msecs": 763.0,
+ "relativeCreated": 1458.887863,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,763"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.7637663,
+ "msecs": 763.0,
+ "relativeCreated": 1459.190053,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,763"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.7641332,
+ "msecs": 764.0,
+ "relativeCreated": 1459.556886,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,764"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.7642877,
+ "msecs": 764.0,
+ "relativeCreated": 1459.711364,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,764"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.7646086,
+ "msecs": 764.0,
+ "relativeCreated": 1460.032138,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,764"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.7647388,
+ "msecs": 764.0,
+ "relativeCreated": 1460.162574,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,764"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.7650242,
+ "msecs": 765.0,
+ "relativeCreated": 1460.447917,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,765"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.7651436,
+ "msecs": 765.0,
+ "relativeCreated": 1460.567309,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,765"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.7653873,
+ "msecs": 765.0,
+ "relativeCreated": 1460.810896,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,765"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.765503,
+ "msecs": 765.0,
+ "relativeCreated": 1460.926573,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,765"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.7657433,
+ "msecs": 765.0,
+ "relativeCreated": 1461.167073,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:03,765"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.765951,
+ "msecs": 765.0,
+ "relativeCreated": 1461.374592,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,765"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -5016,16 +5124,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.8698459,
- "msecs": 869.0,
- "relativeCreated": 1322.735243,
- "thread": 138566156539584,
+ "created": 1756483023.7663708,
+ "msecs": 766.0,
+ "relativeCreated": 1461.794462,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,869"
+ "asctime": "2025-08-29 17:57:03,766"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -5043,16 +5151,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.8700936,
- "msecs": 870.0,
- "relativeCreated": 1322.982943,
- "thread": 138566156539584,
+ "created": 1756483023.7667658,
+ "msecs": 766.0,
+ "relativeCreated": 1462.189503,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,870"
+ "asctime": "2025-08-29 17:57:03,766"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -5070,16 +5178,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.8703094,
- "msecs": 870.0,
- "relativeCreated": 1323.198777,
- "thread": 138566156539584,
+ "created": 1756483023.7671456,
+ "msecs": 767.0,
+ "relativeCreated": 1462.569389,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,870"
+ "asctime": "2025-08-29 17:57:03,767"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -5097,16 +5205,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.8705153,
- "msecs": 870.0,
- "relativeCreated": 1323.404913,
- "thread": 138566156539584,
+ "created": 1756483023.7674568,
+ "msecs": 767.0,
+ "relativeCreated": 1462.880443,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,870"
+ "asctime": "2025-08-29 17:57:03,767"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -5124,16 +5232,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.8707263,
- "msecs": 870.0,
- "relativeCreated": 1323.615921,
- "thread": 138566156539584,
+ "created": 1756483023.767797,
+ "msecs": 767.0,
+ "relativeCreated": 1463.220596,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,870"
+ "asctime": "2025-08-29 17:57:03,767"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -5151,16 +5259,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.8709445,
- "msecs": 870.0,
- "relativeCreated": 1323.833843,
- "thread": 138566156539584,
+ "created": 1756483023.7681363,
+ "msecs": 768.0,
+ "relativeCreated": 1463.559881,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:42,870"
+ "asctime": "2025-08-29 17:57:03,768"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -5178,23 +5286,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890022.9105475,
- "msecs": 910.0,
- "relativeCreated": 1363.436852,
- "thread": 138566156539584,
+ "created": 1756483023.8110068,
+ "msecs": 811.0,
+ "relativeCreated": 1506.43038,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'false'",
- "asctime": "2025-08-22 21:13:42,910"
+ "asctime": "2025-08-29 17:57:03,811"
}
],
- "time_consumption": 0.014646768569946289
+ "time_consumption": 0.003920316696166992
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.state (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.state (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"False",
""
@@ -5208,22 +5316,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890022.9254944,
- "msecs": 925.0,
- "relativeCreated": 1378.383989,
- "thread": 138566182236416,
+ "created": 1756483023.8152194,
+ "msecs": 815.0,
+ "relativeCreated": 1510.643181,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.state (ffe.livingroom.main_light) is correct (Content False and Type is ).",
- "asctime": "2025-08-22 21:13:42,925",
+ "message": "Value for ViDevCommon.state (ffe.livingroom.main_light) is correct (Content False and Type is ).",
+ "asctime": "2025-08-29 17:57:03,815",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.state (ffe.livingroom.main_light)",
"False",
""
],
@@ -5236,22 +5344,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890022.9254036,
- "msecs": 925.0,
- "relativeCreated": 1378.2931,
- "thread": 138566182236416,
+ "created": 1756483023.8151238,
+ "msecs": 815.0,
+ "relativeCreated": 1510.547476,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.state (ffe.livingroom.main_light)): False ()",
- "asctime": "2025-08-22 21:13:42,925"
+ "message": "Result (Value for ViDevCommon.state (ffe.livingroom.main_light)): False ()",
+ "asctime": "2025-08-29 17:57:03,815"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.state (ffe.livingroom.main_light)",
"=",
"False",
""
@@ -5265,28 +5373,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890022.9254544,
- "msecs": 925.0,
- "relativeCreated": 1378.343751,
- "thread": 138566182236416,
+ "created": 1756483023.8151762,
+ "msecs": 815.0,
+ "relativeCreated": 1510.599924,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.state (ffe.livingroom.main_light)): result = False ()",
- "asctime": "2025-08-22 21:13:42,925"
+ "message": "Expectation (Value for ViDevCommon.state (ffe.livingroom.main_light)): result = False ()",
+ "asctime": "2025-08-29 17:57:03,815"
}
],
- "time_consumption": 4.00543212890625e-05
+ "time_consumption": 4.315376281738281e-05
}
],
- "time_consumption": 0.3029501438140869,
- "time_start": "2025-08-22 21:13:42,622",
- "time_finished": "2025-08-22 21:13:42,925"
+ "time_consumption": 0.30261731147766113,
+ "time_start": "2025-08-29 17:57:03,512",
+ "time_finished": "2025-08-29 17:57:03,815"
},
- "ViDevLight.state (ffe.livingroom.floorlamp) -> Light.state (ffe.livingroom.floor_light)": {
+ "ViDevCommon.state (ffe.livingroom.floorlamp) -> Light.state (ffe.livingroom.floor_light)": {
"name": "__tLogger__",
- "msg": "ViDevLight.state (ffe.livingroom.floorlamp) -> Light.state (ffe.livingroom.floor_light)",
+ "msg": "ViDevCommon.state (ffe.livingroom.floorlamp) -> Light.state (ffe.livingroom.floor_light)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -5297,16 +5405,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890022.925772,
- "msecs": 925.0,
- "relativeCreated": 1378.661471,
- "thread": 138566182236416,
+ "created": 1756483023.8154814,
+ "msecs": 815.0,
+ "relativeCreated": 1510.905015,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "ViDevLight.state (ffe.livingroom.floorlamp) -> Light.state (ffe.livingroom.floor_light)",
- "asctime": "2025-08-22 21:13:42,925",
+ "message": "ViDevCommon.state (ffe.livingroom.floorlamp) -> Light.state (ffe.livingroom.floor_light)",
+ "asctime": "2025-08-29 17:57:03,815",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -5324,16 +5432,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890023.026383,
- "msecs": 26.0,
- "relativeCreated": 1479.272325,
- "thread": 138566182236416,
+ "created": 1756483023.9160156,
+ "msecs": 916.0,
+ "relativeCreated": 1611.43919,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state False",
- "asctime": "2025-08-22 21:13:43,026",
+ "asctime": "2025-08-29 17:57:03,916",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state.set",
@@ -5351,19 +5459,19 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890022.925941,
- "msecs": 925.0,
- "relativeCreated": 1378.830391,
- "thread": 138566182236416,
+ "created": 1756483023.815611,
+ "msecs": 815.0,
+ "relativeCreated": 1511.034634,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/floorlamp/state/set and payload false",
- "asctime": "2025-08-22 21:13:42,925"
+ "asctime": "2025-08-29 17:57:03,815"
}
],
- "time_consumption": 0.10044193267822266
+ "time_consumption": 0.10040473937988281
},
{
"name": "__tLogger__",
@@ -5381,16 +5489,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.0267437,
- "msecs": 26.0,
- "relativeCreated": 1479.632911,
- "thread": 138566182236416,
+ "created": 1756483023.916405,
+ "msecs": 916.0,
+ "relativeCreated": 1611.828614,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (False, False) and Type is ).",
- "asctime": "2025-08-22 21:13:43,026",
+ "asctime": "2025-08-29 17:57:03,916",
"moduleLogger": [
{
"name": "__unittest__",
@@ -5409,16 +5517,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.026647,
- "msecs": 26.0,
- "relativeCreated": 1479.536554,
- "thread": 138566182236416,
+ "created": 1756483023.916298,
+ "msecs": 916.0,
+ "relativeCreated": 1611.721736,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (False, False) ()",
- "asctime": "2025-08-22 21:13:43,026"
+ "asctime": "2025-08-29 17:57:03,916"
},
{
"name": "__unittest__",
@@ -5438,25 +5546,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.0267031,
- "msecs": 26.0,
- "relativeCreated": 1479.592541,
- "thread": 138566182236416,
+ "created": 1756483023.9163597,
+ "msecs": 916.0,
+ "relativeCreated": 1611.783266,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (False, False) ()",
- "asctime": "2025-08-22 21:13:43,026"
+ "asctime": "2025-08-29 17:57:03,916"
}
],
- "time_consumption": 4.0531158447265625e-05
+ "time_consumption": 4.5299530029296875e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.state (ffe.livingroom.floorlamp)",
+ "ViDevCommon.state (ffe.livingroom.floorlamp)",
"True"
],
"levelname": "DEBUG",
@@ -5468,16 +5576,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890023.1273797,
- "msecs": 127.0,
- "relativeCreated": 1580.269221,
- "thread": 138566182236416,
+ "created": 1756483024.0168095,
+ "msecs": 16.0,
+ "relativeCreated": 1712.233079,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.state (ffe.livingroom.floorlamp) to True",
- "asctime": "2025-08-22 21:13:43,127",
+ "message": "Setting state of ViDevCommon.state (ffe.livingroom.floorlamp) to True",
+ "asctime": "2025-08-29 17:57:04,016",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state.set",
@@ -5495,16 +5603,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.0268593,
- "msecs": 26.0,
- "relativeCreated": 1479.748608,
- "thread": 138566182236416,
+ "created": 1756483023.9165158,
+ "msecs": 916.0,
+ "relativeCreated": 1611.939627,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/floorlamp/state/set and payload true",
- "asctime": "2025-08-22 21:13:43,026"
+ "asctime": "2025-08-29 17:57:03,916"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
@@ -5522,16 +5630,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0299652,
- "msecs": 29.0,
- "relativeCreated": 1482.85452,
- "thread": 138566156539584,
+ "created": 1756483023.921121,
+ "msecs": 921.0,
+ "relativeCreated": 1616.544528,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,029"
+ "asctime": "2025-08-29 17:57:03,921"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -5549,16 +5657,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.0302384,
- "msecs": 30.0,
- "relativeCreated": 1483.127916,
- "thread": 138566156539584,
+ "created": 1756483023.9214444,
+ "msecs": 921.0,
+ "relativeCreated": 1616.868112,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,030"
+ "asctime": "2025-08-29 17:57:03,921"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
@@ -5576,16 +5684,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0307174,
- "msecs": 30.0,
- "relativeCreated": 1483.606736,
- "thread": 138566156539584,
+ "created": 1756483023.9223752,
+ "msecs": 922.0,
+ "relativeCreated": 1617.798928,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,030"
+ "asctime": "2025-08-29 17:57:03,922"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -5603,232 +5711,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.0309258,
- "msecs": 30.0,
- "relativeCreated": 1483.815268,
- "thread": 138566156539584,
+ "created": 1756483023.922623,
+ "msecs": 922.0,
+ "relativeCreated": 1618.046738,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,030"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.0311744,
- "msecs": 31.0,
- "relativeCreated": 1484.063778,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,031"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.0319152,
- "msecs": 31.0,
- "relativeCreated": 1484.804643,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,031"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.0322707,
- "msecs": 32.0,
- "relativeCreated": 1485.159897,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,032"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.0324373,
- "msecs": 32.0,
- "relativeCreated": 1485.326716,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,032"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.032723,
- "msecs": 32.0,
- "relativeCreated": 1485.61228,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,032"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.032875,
- "msecs": 32.0,
- "relativeCreated": 1485.764323,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,032"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.033167,
- "msecs": 33.0,
- "relativeCreated": 1486.056142,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,033"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.0333197,
- "msecs": 33.0,
- "relativeCreated": 1486.209173,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,033"
+ "asctime": "2025-08-29 17:57:03,922"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -5846,16 +5738,232 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0335932,
- "msecs": 33.0,
- "relativeCreated": 1486.482577,
- "thread": 138566156539584,
+ "created": 1756483023.923266,
+ "msecs": 923.0,
+ "relativeCreated": 1618.689721,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,033"
+ "asctime": "2025-08-29 17:57:03,923"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.9237027,
+ "msecs": 923.0,
+ "relativeCreated": 1619.126571,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,923"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.92396,
+ "msecs": 923.0,
+ "relativeCreated": 1619.383855,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,923"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.9242651,
+ "msecs": 924.0,
+ "relativeCreated": 1619.688812,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,924"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.9244237,
+ "msecs": 924.0,
+ "relativeCreated": 1619.847245,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,924"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.9247804,
+ "msecs": 924.0,
+ "relativeCreated": 1620.203949,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,924"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.9249449,
+ "msecs": 924.0,
+ "relativeCreated": 1620.36865,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,924"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483023.925214,
+ "msecs": 925.0,
+ "relativeCreated": 1620.637598,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:03,925"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483023.9253376,
+ "msecs": 925.0,
+ "relativeCreated": 1620.761299,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:03,925"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -5873,16 +5981,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0338354,
- "msecs": 33.0,
- "relativeCreated": 1486.724895,
- "thread": 138566156539584,
+ "created": 1756483023.925588,
+ "msecs": 925.0,
+ "relativeCreated": 1621.011545,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,033"
+ "asctime": "2025-08-29 17:57:03,925"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -5900,16 +6008,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0340526,
- "msecs": 34.0,
- "relativeCreated": 1486.94199,
- "thread": 138566156539584,
+ "created": 1756483023.9259098,
+ "msecs": 925.0,
+ "relativeCreated": 1621.333566,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,034"
+ "asctime": "2025-08-29 17:57:03,925"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -5927,16 +6035,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0342555,
- "msecs": 34.0,
- "relativeCreated": 1487.145066,
- "thread": 138566156539584,
+ "created": 1756483023.9260983,
+ "msecs": 926.0,
+ "relativeCreated": 1621.522231,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,034"
+ "asctime": "2025-08-29 17:57:03,926"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -5954,16 +6062,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0344472,
- "msecs": 34.0,
- "relativeCreated": 1487.336459,
- "thread": 138566156539584,
+ "created": 1756483023.926271,
+ "msecs": 926.0,
+ "relativeCreated": 1621.694542,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,034"
+ "asctime": "2025-08-29 17:57:03,926"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -5981,16 +6089,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0742288,
- "msecs": 74.0,
- "relativeCreated": 1527.118265,
- "thread": 138566156539584,
+ "created": 1756483023.9671555,
+ "msecs": 967.0,
+ "relativeCreated": 1662.579188,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,074"
+ "asctime": "2025-08-29 17:57:03,967"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -6008,19 +6116,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.0746183,
- "msecs": 74.0,
- "relativeCreated": 1527.50765,
- "thread": 138566156539584,
+ "created": 1756483023.9675677,
+ "msecs": 967.0,
+ "relativeCreated": 1662.991413,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'true'",
- "asctime": "2025-08-22 21:13:43,074"
+ "asctime": "2025-08-29 17:57:03,967"
}
],
- "time_consumption": 0.05276131629943848
+ "time_consumption": 0.04924178123474121
},
{
"name": "__tLogger__",
@@ -6038,16 +6146,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.127801,
- "msecs": 127.0,
- "relativeCreated": 1580.69019,
- "thread": 138566182236416,
+ "created": 1756483024.0172203,
+ "msecs": 17.0,
+ "relativeCreated": 1712.644146,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.state (ffe.livingroom.floor_light) is correct (Content True and Type is ).",
- "asctime": "2025-08-22 21:13:43,127",
+ "asctime": "2025-08-29 17:57:04,017",
"moduleLogger": [
{
"name": "__unittest__",
@@ -6066,16 +6174,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.1276968,
- "msecs": 127.0,
- "relativeCreated": 1580.586038,
- "thread": 138566182236416,
+ "created": 1756483024.0171287,
+ "msecs": 17.0,
+ "relativeCreated": 1712.552439,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.state (ffe.livingroom.floor_light)): True ()",
- "asctime": "2025-08-22 21:13:43,127"
+ "asctime": "2025-08-29 17:57:04,017"
},
{
"name": "__unittest__",
@@ -6095,25 +6203,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.1277583,
- "msecs": 127.0,
- "relativeCreated": 1580.647713,
- "thread": 138566182236416,
+ "created": 1756483024.017183,
+ "msecs": 17.0,
+ "relativeCreated": 1712.606605,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.state (ffe.livingroom.floor_light)): result = True ()",
- "asctime": "2025-08-22 21:13:43,127"
+ "asctime": "2025-08-29 17:57:04,017"
}
],
- "time_consumption": 4.267692565917969e-05
+ "time_consumption": 3.719329833984375e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.state (ffe.livingroom.floorlamp)",
+ "ViDevCommon.state (ffe.livingroom.floorlamp)",
"False"
],
"levelname": "DEBUG",
@@ -6125,16 +6233,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890023.2284648,
- "msecs": 228.0,
- "relativeCreated": 1681.354422,
- "thread": 138566182236416,
+ "created": 1756483024.1176238,
+ "msecs": 117.0,
+ "relativeCreated": 1813.047371,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.state (ffe.livingroom.floorlamp) to False",
- "asctime": "2025-08-22 21:13:43,228",
+ "message": "Setting state of ViDevCommon.state (ffe.livingroom.floorlamp) to False",
+ "asctime": "2025-08-29 17:57:04,117",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state.set",
@@ -6152,16 +6260,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.12796,
- "msecs": 127.0,
- "relativeCreated": 1580.849559,
- "thread": 138566182236416,
+ "created": 1756483024.017322,
+ "msecs": 17.0,
+ "relativeCreated": 1712.745746,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/floorlamp/state/set and payload false",
- "asctime": "2025-08-22 21:13:43,127"
+ "asctime": "2025-08-29 17:57:04,017"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
@@ -6179,16 +6287,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1311197,
- "msecs": 131.0,
- "relativeCreated": 1584.00906,
- "thread": 138566156539584,
+ "created": 1756483024.0224433,
+ "msecs": 22.0,
+ "relativeCreated": 1717.866966,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,131"
+ "asctime": "2025-08-29 17:57:04,022"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -6206,16 +6314,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.13137,
- "msecs": 131.0,
- "relativeCreated": 1584.25942,
- "thread": 138566156539584,
+ "created": 1756483024.0227478,
+ "msecs": 22.0,
+ "relativeCreated": 1718.171417,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,131"
+ "asctime": "2025-08-29 17:57:04,022"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
@@ -6233,16 +6341,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1316485,
- "msecs": 131.0,
- "relativeCreated": 1584.537889,
- "thread": 138566156539584,
+ "created": 1756483024.0232365,
+ "msecs": 23.0,
+ "relativeCreated": 1718.66023,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,131"
+ "asctime": "2025-08-29 17:57:04,023"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -6260,16 +6368,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.131805,
- "msecs": 131.0,
- "relativeCreated": 1584.694322,
- "thread": 138566156539584,
+ "created": 1756483024.023482,
+ "msecs": 23.0,
+ "relativeCreated": 1718.90587,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,131"
+ "asctime": "2025-08-29 17:57:04,023"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
@@ -6287,16 +6395,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.132141,
- "msecs": 132.0,
- "relativeCreated": 1585.030402,
- "thread": 138566156539584,
+ "created": 1756483024.0239885,
+ "msecs": 23.0,
+ "relativeCreated": 1719.412122,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,132"
+ "asctime": "2025-08-29 17:57:04,023"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -6314,16 +6422,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.132323,
- "msecs": 132.0,
- "relativeCreated": 1585.212558,
- "thread": 138566156539584,
+ "created": 1756483024.0242126,
+ "msecs": 24.0,
+ "relativeCreated": 1719.63604,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,132"
+ "asctime": "2025-08-29 17:57:04,024"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
@@ -6341,16 +6449,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.132618,
- "msecs": 132.0,
- "relativeCreated": 1585.50751,
- "thread": 138566156539584,
+ "created": 1756483024.0246613,
+ "msecs": 24.0,
+ "relativeCreated": 1720.084928,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,132"
+ "asctime": "2025-08-29 17:57:04,024"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -6368,16 +6476,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.1327891,
- "msecs": 132.0,
- "relativeCreated": 1585.678737,
- "thread": 138566156539584,
+ "created": 1756483024.0248785,
+ "msecs": 24.0,
+ "relativeCreated": 1720.302369,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,132"
+ "asctime": "2025-08-29 17:57:04,024"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
@@ -6395,16 +6503,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1330934,
- "msecs": 133.0,
- "relativeCreated": 1585.982685,
- "thread": 138566156539584,
+ "created": 1756483024.0253127,
+ "msecs": 25.0,
+ "relativeCreated": 1720.73657,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,133"
+ "asctime": "2025-08-29 17:57:04,025"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -6422,16 +6530,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.1332529,
- "msecs": 133.0,
- "relativeCreated": 1586.14234,
- "thread": 138566156539584,
+ "created": 1756483024.0254812,
+ "msecs": 25.0,
+ "relativeCreated": 1720.904949,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,133"
+ "asctime": "2025-08-29 17:57:04,025"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
@@ -6449,16 +6557,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1335413,
- "msecs": 133.0,
- "relativeCreated": 1586.430707,
- "thread": 138566156539584,
+ "created": 1756483024.0259361,
+ "msecs": 25.0,
+ "relativeCreated": 1721.35981,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,133"
+ "asctime": "2025-08-29 17:57:04,025"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -6476,16 +6584,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.1336925,
- "msecs": 133.0,
- "relativeCreated": 1586.581782,
- "thread": 138566156539584,
+ "created": 1756483024.026269,
+ "msecs": 26.0,
+ "relativeCreated": 1721.692737,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,133"
+ "asctime": "2025-08-29 17:57:04,026"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -6503,16 +6611,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1339881,
- "msecs": 133.0,
- "relativeCreated": 1586.877523,
- "thread": 138566156539584,
+ "created": 1756483024.0267177,
+ "msecs": 26.0,
+ "relativeCreated": 1722.141283,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,133"
+ "asctime": "2025-08-29 17:57:04,026"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -6530,16 +6638,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1342492,
- "msecs": 134.0,
- "relativeCreated": 1587.138523,
- "thread": 138566156539584,
+ "created": 1756483024.0270915,
+ "msecs": 27.0,
+ "relativeCreated": 1722.515232,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,134"
+ "asctime": "2025-08-29 17:57:04,027"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -6557,16 +6665,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.134462,
- "msecs": 134.0,
- "relativeCreated": 1587.351725,
- "thread": 138566156539584,
+ "created": 1756483024.027384,
+ "msecs": 27.0,
+ "relativeCreated": 1722.807677,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,134"
+ "asctime": "2025-08-29 17:57:04,027"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -6584,16 +6692,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1346655,
- "msecs": 134.0,
- "relativeCreated": 1587.554957,
- "thread": 138566156539584,
+ "created": 1756483024.027583,
+ "msecs": 27.0,
+ "relativeCreated": 1723.006617,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,134"
+ "asctime": "2025-08-29 17:57:04,027"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -6611,16 +6719,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1348703,
- "msecs": 134.0,
- "relativeCreated": 1587.759587,
- "thread": 138566156539584,
+ "created": 1756483024.0277622,
+ "msecs": 27.0,
+ "relativeCreated": 1723.185883,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,134"
+ "asctime": "2025-08-29 17:57:04,027"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -6638,16 +6746,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.1350784,
- "msecs": 135.0,
- "relativeCreated": 1587.96781,
- "thread": 138566156539584,
+ "created": 1756483024.0279586,
+ "msecs": 27.0,
+ "relativeCreated": 1723.382147,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,135"
+ "asctime": "2025-08-29 17:57:04,027"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -6665,19 +6773,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.175331,
- "msecs": 175.0,
- "relativeCreated": 1628.22046,
- "thread": 138566156539584,
+ "created": 1756483024.0690086,
+ "msecs": 69.0,
+ "relativeCreated": 1764.43227,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'false'",
- "asctime": "2025-08-22 21:13:43,175"
+ "asctime": "2025-08-29 17:57:04,069"
}
],
- "time_consumption": 0.05313372611999512
+ "time_consumption": 0.048615217208862305
},
{
"name": "__tLogger__",
@@ -6695,16 +6803,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.2288766,
- "msecs": 228.0,
- "relativeCreated": 1681.766,
- "thread": 138566182236416,
+ "created": 1756483024.117998,
+ "msecs": 117.0,
+ "relativeCreated": 1813.421561,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.state (ffe.livingroom.floor_light) is correct (Content False and Type is ).",
- "asctime": "2025-08-22 21:13:43,228",
+ "asctime": "2025-08-29 17:57:04,117",
"moduleLogger": [
{
"name": "__unittest__",
@@ -6723,16 +6831,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.2287745,
- "msecs": 228.0,
- "relativeCreated": 1681.664055,
- "thread": 138566182236416,
+ "created": 1756483024.117908,
+ "msecs": 117.0,
+ "relativeCreated": 1813.33169,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.state (ffe.livingroom.floor_light)): False ()",
- "asctime": "2025-08-22 21:13:43,228"
+ "asctime": "2025-08-29 17:57:04,117"
},
{
"name": "__unittest__",
@@ -6752,28 +6860,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.228835,
- "msecs": 228.0,
- "relativeCreated": 1681.724471,
- "thread": 138566182236416,
+ "created": 1756483024.1179605,
+ "msecs": 117.0,
+ "relativeCreated": 1813.384015,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.state (ffe.livingroom.floor_light)): result = False ()",
- "asctime": "2025-08-22 21:13:43,228"
+ "asctime": "2025-08-29 17:57:04,117"
}
],
- "time_consumption": 4.1484832763671875e-05
+ "time_consumption": 3.743171691894531e-05
}
],
- "time_consumption": 0.3031046390533447,
- "time_start": "2025-08-22 21:13:42,925",
- "time_finished": "2025-08-22 21:13:43,228"
+ "time_consumption": 0.30251646041870117,
+ "time_start": "2025-08-29 17:57:03,815",
+ "time_finished": "2025-08-29 17:57:04,117"
},
- "Light.state (ffe.livingroom.floor_light) -> ViDevLight.state (ffe.livingroom.floorlamp)": {
+ "Light.state (ffe.livingroom.floor_light) -> ViDevCommon.state (ffe.livingroom.floorlamp)": {
"name": "__tLogger__",
- "msg": "Light.state (ffe.livingroom.floor_light) -> ViDevLight.state (ffe.livingroom.floorlamp)",
+ "msg": "Light.state (ffe.livingroom.floor_light) -> ViDevCommon.state (ffe.livingroom.floorlamp)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -6784,16 +6892,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890023.2291584,
- "msecs": 229.0,
- "relativeCreated": 1682.0478,
- "thread": 138566182236416,
+ "created": 1756483024.1182415,
+ "msecs": 118.0,
+ "relativeCreated": 1813.665215,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Light.state (ffe.livingroom.floor_light) -> ViDevLight.state (ffe.livingroom.floorlamp)",
- "asctime": "2025-08-22 21:13:43,229",
+ "message": "Light.state (ffe.livingroom.floor_light) -> ViDevCommon.state (ffe.livingroom.floorlamp)",
+ "asctime": "2025-08-29 17:57:04,118",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -6811,16 +6919,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890023.3297827,
- "msecs": 329.0,
- "relativeCreated": 1782.672211,
- "thread": 138566182236416,
+ "created": 1756483024.2186975,
+ "msecs": 218.0,
+ "relativeCreated": 1914.121068,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state False",
- "asctime": "2025-08-22 21:13:43,329",
+ "asctime": "2025-08-29 17:57:04,218",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state.set",
@@ -6838,19 +6946,19 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.2293062,
- "msecs": 229.0,
- "relativeCreated": 1682.195396,
- "thread": 138566182236416,
+ "created": 1756483024.1183763,
+ "msecs": 118.0,
+ "relativeCreated": 1813.799796,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/floorlamp/state/set and payload false",
- "asctime": "2025-08-22 21:13:43,229"
+ "asctime": "2025-08-29 17:57:04,118"
}
],
- "time_consumption": 0.10047650337219238
+ "time_consumption": 0.10032129287719727
},
{
"name": "__tLogger__",
@@ -6868,16 +6976,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.330256,
- "msecs": 330.0,
- "relativeCreated": 1783.145337,
- "thread": 138566182236416,
+ "created": 1756483024.219167,
+ "msecs": 219.0,
+ "relativeCreated": 1914.59056,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (False, False) and Type is ).",
- "asctime": "2025-08-22 21:13:43,330",
+ "asctime": "2025-08-29 17:57:04,219",
"moduleLogger": [
{
"name": "__unittest__",
@@ -6896,16 +7004,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.3301198,
- "msecs": 330.0,
- "relativeCreated": 1783.009255,
- "thread": 138566182236416,
+ "created": 1756483024.219041,
+ "msecs": 219.0,
+ "relativeCreated": 1914.464785,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (False, False) ()",
- "asctime": "2025-08-22 21:13:43,330"
+ "asctime": "2025-08-29 17:57:04,219"
},
{
"name": "__unittest__",
@@ -6925,19 +7033,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.330209,
- "msecs": 330.0,
- "relativeCreated": 1783.098387,
- "thread": 138566182236416,
+ "created": 1756483024.2191215,
+ "msecs": 219.0,
+ "relativeCreated": 1914.545071,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (False, False) ()",
- "asctime": "2025-08-22 21:13:43,330"
+ "asctime": "2025-08-29 17:57:04,219"
}
],
- "time_consumption": 4.696846008300781e-05
+ "time_consumption": 4.553794860839844e-05
},
{
"name": "__tLogger__",
@@ -6955,16 +7063,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890023.4316652,
- "msecs": 431.0,
- "relativeCreated": 1884.554602,
- "thread": 138566182236416,
+ "created": 1756483024.320369,
+ "msecs": 320.0,
+ "relativeCreated": 2015.792511,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.state (ffe.livingroom.floor_light) to True",
- "asctime": "2025-08-22 21:13:43,431",
+ "asctime": "2025-08-29 17:57:04,320",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -6982,16 +7090,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.3304458,
- "msecs": 330.0,
- "relativeCreated": 1783.335286,
- "thread": 138566182236416,
+ "created": 1756483024.219348,
+ "msecs": 219.0,
+ "relativeCreated": 1914.771553,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,330"
+ "asctime": "2025-08-29 17:57:04,219"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -7009,16 +7117,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.3307018,
- "msecs": 330.0,
- "relativeCreated": 1783.591217,
- "thread": 138566182236416,
+ "created": 1756483024.2195852,
+ "msecs": 219.0,
+ "relativeCreated": 1915.008838,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,330"
+ "asctime": "2025-08-29 17:57:04,219"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -7036,16 +7144,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.3308334,
- "msecs": 330.0,
- "relativeCreated": 1783.722848,
- "thread": 138566182236416,
+ "created": 1756483024.2197204,
+ "msecs": 219.0,
+ "relativeCreated": 1915.144138,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,330"
+ "asctime": "2025-08-29 17:57:04,219"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -7063,16 +7171,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.3309758,
- "msecs": 330.0,
- "relativeCreated": 1783.865105,
- "thread": 138566182236416,
+ "created": 1756483024.219834,
+ "msecs": 219.0,
+ "relativeCreated": 1915.257777,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,330"
+ "asctime": "2025-08-29 17:57:04,219"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -7090,16 +7198,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.3310995,
- "msecs": 331.0,
- "relativeCreated": 1783.988677,
- "thread": 138566182236416,
+ "created": 1756483024.2199664,
+ "msecs": 219.0,
+ "relativeCreated": 1915.390078,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,331"
+ "asctime": "2025-08-29 17:57:04,219"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -7117,16 +7225,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.3312137,
- "msecs": 331.0,
- "relativeCreated": 1784.103222,
- "thread": 138566182236416,
+ "created": 1756483024.22009,
+ "msecs": 220.0,
+ "relativeCreated": 1915.513582,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,331"
+ "asctime": "2025-08-29 17:57:04,220"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -7144,16 +7252,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.3319829,
- "msecs": 331.0,
- "relativeCreated": 1784.872125,
- "thread": 138566156539584,
+ "created": 1756483024.220871,
+ "msecs": 220.0,
+ "relativeCreated": 1916.294604,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,331"
+ "asctime": "2025-08-29 17:57:04,220"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -7171,16 +7279,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.3323383,
- "msecs": 332.0,
- "relativeCreated": 1785.227921,
- "thread": 138566156539584,
+ "created": 1756483024.221257,
+ "msecs": 221.0,
+ "relativeCreated": 1916.680542,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,332"
+ "asctime": "2025-08-29 17:57:04,221"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -7198,16 +7306,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.3325846,
- "msecs": 332.0,
- "relativeCreated": 1785.474088,
- "thread": 138566156539584,
+ "created": 1756483024.2214837,
+ "msecs": 221.0,
+ "relativeCreated": 1916.907338,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,332"
+ "asctime": "2025-08-29 17:57:04,221"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -7225,16 +7333,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.3328013,
- "msecs": 332.0,
- "relativeCreated": 1785.690669,
- "thread": 138566156539584,
+ "created": 1756483024.2217057,
+ "msecs": 221.0,
+ "relativeCreated": 1917.129402,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,332"
+ "asctime": "2025-08-29 17:57:04,221"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -7252,16 +7360,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.33305,
- "msecs": 333.0,
- "relativeCreated": 1785.939419,
- "thread": 138566156539584,
+ "created": 1756483024.2219543,
+ "msecs": 221.0,
+ "relativeCreated": 1917.377898,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,333"
+ "asctime": "2025-08-29 17:57:04,221"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -7279,16 +7387,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.3333414,
- "msecs": 333.0,
- "relativeCreated": 1786.230754,
- "thread": 138566156539584,
+ "created": 1756483024.2221873,
+ "msecs": 222.0,
+ "relativeCreated": 1917.611073,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,333"
+ "asctime": "2025-08-29 17:57:04,222"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -7306,23 +7414,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.3336,
- "msecs": 333.0,
- "relativeCreated": 1786.489393,
- "thread": 138566156539584,
+ "created": 1756483024.2235677,
+ "msecs": 223.0,
+ "relativeCreated": 1918.991407,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'true'",
- "asctime": "2025-08-22 21:13:43,333"
+ "asctime": "2025-08-29 17:57:04,223"
}
],
- "time_consumption": 0.09806513786315918
+ "time_consumption": 0.0968012809753418
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.state (ffe.livingroom.floorlamp) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.state (ffe.livingroom.floorlamp) is correct (Content %s and Type is %s).",
"args": [
"True",
""
@@ -7336,22 +7444,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.432038,
- "msecs": 432.0,
- "relativeCreated": 1884.927652,
- "thread": 138566182236416,
+ "created": 1756483024.3206968,
+ "msecs": 320.0,
+ "relativeCreated": 2016.120541,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.state (ffe.livingroom.floorlamp) is correct (Content True and Type is ).",
- "asctime": "2025-08-22 21:13:43,432",
+ "message": "Value for ViDevCommon.state (ffe.livingroom.floorlamp) is correct (Content True and Type is ).",
+ "asctime": "2025-08-29 17:57:04,320",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.floorlamp)",
+ "Value for ViDevCommon.state (ffe.livingroom.floorlamp)",
"True",
""
],
@@ -7364,22 +7472,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.4318879,
- "msecs": 431.0,
- "relativeCreated": 1884.777195,
- "thread": 138566182236416,
+ "created": 1756483024.3205867,
+ "msecs": 320.0,
+ "relativeCreated": 2016.01054,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.state (ffe.livingroom.floorlamp)): True ()",
- "asctime": "2025-08-22 21:13:43,431"
+ "message": "Result (Value for ViDevCommon.state (ffe.livingroom.floorlamp)): True ()",
+ "asctime": "2025-08-29 17:57:04,320"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.floorlamp)",
+ "Value for ViDevCommon.state (ffe.livingroom.floorlamp)",
"=",
"True",
""
@@ -7393,19 +7501,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.4319944,
- "msecs": 431.0,
- "relativeCreated": 1884.883686,
- "thread": 138566182236416,
+ "created": 1756483024.3206427,
+ "msecs": 320.0,
+ "relativeCreated": 2016.066375,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.state (ffe.livingroom.floorlamp)): result = True ()",
- "asctime": "2025-08-22 21:13:43,431"
+ "message": "Expectation (Value for ViDevCommon.state (ffe.livingroom.floorlamp)): result = True ()",
+ "asctime": "2025-08-29 17:57:04,320"
}
],
- "time_consumption": 4.363059997558594e-05
+ "time_consumption": 5.412101745605469e-05
},
{
"name": "__tLogger__",
@@ -7423,16 +7531,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890023.5334227,
- "msecs": 533.0,
- "relativeCreated": 1986.311915,
- "thread": 138566182236416,
+ "created": 1756483024.4220226,
+ "msecs": 422.0,
+ "relativeCreated": 2117.446228,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.state (ffe.livingroom.floor_light) to False",
- "asctime": "2025-08-22 21:13:43,533",
+ "asctime": "2025-08-29 17:57:04,422",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -7450,16 +7558,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.432225,
- "msecs": 432.0,
- "relativeCreated": 1885.114347,
- "thread": 138566182236416,
+ "created": 1756483024.320913,
+ "msecs": 320.0,
+ "relativeCreated": 2016.336844,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,432"
+ "asctime": "2025-08-29 17:57:04,320"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -7477,16 +7585,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.4324813,
- "msecs": 432.0,
- "relativeCreated": 1885.37059,
- "thread": 138566182236416,
+ "created": 1756483024.321177,
+ "msecs": 321.0,
+ "relativeCreated": 2016.600766,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,432"
+ "asctime": "2025-08-29 17:57:04,321"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -7504,16 +7612,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.4326353,
- "msecs": 432.0,
- "relativeCreated": 1885.524788,
- "thread": 138566182236416,
+ "created": 1756483024.321336,
+ "msecs": 321.0,
+ "relativeCreated": 2016.759791,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,432"
+ "asctime": "2025-08-29 17:57:04,321"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -7531,16 +7639,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.432748,
- "msecs": 432.0,
- "relativeCreated": 1885.637317,
- "thread": 138566182236416,
+ "created": 1756483024.3214505,
+ "msecs": 321.0,
+ "relativeCreated": 2016.874192,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,432"
+ "asctime": "2025-08-29 17:57:04,321"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -7558,16 +7666,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.4328606,
- "msecs": 432.0,
- "relativeCreated": 1885.749969,
- "thread": 138566182236416,
+ "created": 1756483024.3215811,
+ "msecs": 321.0,
+ "relativeCreated": 2017.004763,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,432"
+ "asctime": "2025-08-29 17:57:04,321"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -7585,16 +7693,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.43298,
- "msecs": 432.0,
- "relativeCreated": 1885.869373,
- "thread": 138566182236416,
+ "created": 1756483024.3216867,
+ "msecs": 321.0,
+ "relativeCreated": 2017.110533,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,432"
+ "asctime": "2025-08-29 17:57:04,321"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -7612,16 +7720,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.4337976,
- "msecs": 433.0,
- "relativeCreated": 1886.687057,
- "thread": 138566156539584,
+ "created": 1756483024.322257,
+ "msecs": 322.0,
+ "relativeCreated": 2017.680955,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,433"
+ "asctime": "2025-08-29 17:57:04,322"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -7639,16 +7747,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.4341516,
- "msecs": 434.0,
- "relativeCreated": 1887.041091,
- "thread": 138566156539584,
+ "created": 1756483024.3225622,
+ "msecs": 322.0,
+ "relativeCreated": 2017.985997,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,434"
+ "asctime": "2025-08-29 17:57:04,322"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -7666,16 +7774,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.4747052,
- "msecs": 474.0,
- "relativeCreated": 1927.594673,
- "thread": 138566156539584,
+ "created": 1756483024.3633084,
+ "msecs": 363.0,
+ "relativeCreated": 2058.73224,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,474"
+ "asctime": "2025-08-29 17:57:04,363"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -7693,16 +7801,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.4751422,
- "msecs": 475.0,
- "relativeCreated": 1928.03146,
- "thread": 138566156539584,
+ "created": 1756483024.3636467,
+ "msecs": 363.0,
+ "relativeCreated": 2059.070389,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,475"
+ "asctime": "2025-08-29 17:57:04,363"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -7720,16 +7828,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.475379,
- "msecs": 475.0,
- "relativeCreated": 1928.268251,
- "thread": 138566156539584,
+ "created": 1756483024.363866,
+ "msecs": 363.0,
+ "relativeCreated": 2059.289736,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,475"
+ "asctime": "2025-08-29 17:57:04,363"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -7747,16 +7855,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.475592,
- "msecs": 475.0,
- "relativeCreated": 1928.481428,
- "thread": 138566156539584,
+ "created": 1756483024.3640635,
+ "msecs": 364.0,
+ "relativeCreated": 2059.487083,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,475"
+ "asctime": "2025-08-29 17:57:04,364"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -7774,23 +7882,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.475824,
- "msecs": 475.0,
- "relativeCreated": 1928.713462,
- "thread": 138566156539584,
+ "created": 1756483024.3642526,
+ "msecs": 364.0,
+ "relativeCreated": 2059.676467,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'false'",
- "asctime": "2025-08-22 21:13:43,475"
+ "asctime": "2025-08-29 17:57:04,364"
}
],
- "time_consumption": 0.05759859085083008
+ "time_consumption": 0.0577700138092041
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.state (ffe.livingroom.floorlamp) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.state (ffe.livingroom.floorlamp) is correct (Content %s and Type is %s).",
"args": [
"False",
""
@@ -7804,22 +7912,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.5337718,
- "msecs": 533.0,
- "relativeCreated": 1986.661076,
- "thread": 138566182236416,
+ "created": 1756483024.4223723,
+ "msecs": 422.0,
+ "relativeCreated": 2117.796049,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.state (ffe.livingroom.floorlamp) is correct (Content False and Type is ).",
- "asctime": "2025-08-22 21:13:43,533",
+ "message": "Value for ViDevCommon.state (ffe.livingroom.floorlamp) is correct (Content False and Type is ).",
+ "asctime": "2025-08-29 17:57:04,422",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.floorlamp)",
+ "Value for ViDevCommon.state (ffe.livingroom.floorlamp)",
"False",
""
],
@@ -7832,22 +7940,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.533647,
- "msecs": 533.0,
- "relativeCreated": 1986.536455,
- "thread": 138566182236416,
+ "created": 1756483024.422268,
+ "msecs": 422.0,
+ "relativeCreated": 2117.691526,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.state (ffe.livingroom.floorlamp)): False ()",
- "asctime": "2025-08-22 21:13:43,533"
+ "message": "Result (Value for ViDevCommon.state (ffe.livingroom.floorlamp)): False ()",
+ "asctime": "2025-08-29 17:57:04,422"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.floorlamp)",
+ "Value for ViDevCommon.state (ffe.livingroom.floorlamp)",
"=",
"False",
""
@@ -7861,24 +7969,24 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.5337293,
- "msecs": 533.0,
- "relativeCreated": 1986.618584,
- "thread": 138566182236416,
+ "created": 1756483024.4223268,
+ "msecs": 422.0,
+ "relativeCreated": 2117.750427,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.state (ffe.livingroom.floorlamp)): result = False ()",
- "asctime": "2025-08-22 21:13:43,533"
+ "message": "Expectation (Value for ViDevCommon.state (ffe.livingroom.floorlamp)): result = False ()",
+ "asctime": "2025-08-29 17:57:04,422"
}
],
- "time_consumption": 4.2438507080078125e-05
+ "time_consumption": 4.553794860839844e-05
}
],
- "time_consumption": 0.3046133518218994,
- "time_start": "2025-08-22 21:13:43,229",
- "time_finished": "2025-08-22 21:13:43,533"
+ "time_consumption": 0.30413079261779785,
+ "time_start": "2025-08-29 17:57:04,118",
+ "time_finished": "2025-08-29 17:57:04,422"
},
"Shelly.relay/0 (ffe.livingroom.main_light) -> Light.state (ffe.livingroom.floor_light)": {
"name": "__tLogger__",
@@ -7893,16 +8001,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890023.534065,
- "msecs": 534.0,
- "relativeCreated": 1986.954378,
- "thread": 138566182236416,
+ "created": 1756483024.4226391,
+ "msecs": 422.0,
+ "relativeCreated": 2118.062848,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Shelly.relay/0 (ffe.livingroom.main_light) -> Light.state (ffe.livingroom.floor_light)",
- "asctime": "2025-08-22 21:13:43,534",
+ "asctime": "2025-08-29 17:57:04,422",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -7920,16 +8028,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890023.6343768,
- "msecs": 634.0,
- "relativeCreated": 2087.26622,
- "thread": 138566182236416,
+ "created": 1756483024.5229263,
+ "msecs": 522.0,
+ "relativeCreated": 2218.350061,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state False",
- "asctime": "2025-08-22 21:13:43,634",
+ "asctime": "2025-08-29 17:57:04,522",
"moduleLogger": [],
"time_consumption": 0.0
},
@@ -7949,16 +8057,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.6347525,
- "msecs": 634.0,
- "relativeCreated": 2087.641797,
- "thread": 138566182236416,
+ "created": 1756483024.523299,
+ "msecs": 523.0,
+ "relativeCreated": 2218.722635,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (False, False) and Type is ).",
- "asctime": "2025-08-22 21:13:43,634",
+ "asctime": "2025-08-29 17:57:04,523",
"moduleLogger": [
{
"name": "__unittest__",
@@ -7977,16 +8085,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.634651,
- "msecs": 634.0,
- "relativeCreated": 2087.540395,
- "thread": 138566182236416,
+ "created": 1756483024.5231817,
+ "msecs": 523.0,
+ "relativeCreated": 2218.605191,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (False, False) ()",
- "asctime": "2025-08-22 21:13:43,634"
+ "asctime": "2025-08-29 17:57:04,523"
},
{
"name": "__unittest__",
@@ -8006,19 +8114,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.6347098,
- "msecs": 634.0,
- "relativeCreated": 2087.599147,
- "thread": 138566182236416,
+ "created": 1756483024.523258,
+ "msecs": 523.0,
+ "relativeCreated": 2218.681615,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (False, False) ()",
- "asctime": "2025-08-22 21:13:43,634"
+ "asctime": "2025-08-29 17:57:04,523"
}
],
- "time_consumption": 4.267692565917969e-05
+ "time_consumption": 4.100799560546875e-05
},
{
"name": "__tLogger__",
@@ -8036,16 +8144,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890023.7356844,
- "msecs": 735.0,
- "relativeCreated": 2188.573713,
- "thread": 138566182236416,
+ "created": 1756483024.624023,
+ "msecs": 624.0,
+ "relativeCreated": 2319.446847,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Shelly.relay/0 (ffe.livingroom.main_light) to True",
- "asctime": "2025-08-22 21:13:43,735",
+ "asctime": "2025-08-29 17:57:04,624",
"moduleLogger": [
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -8063,16 +8171,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.634928,
- "msecs": 634.0,
- "relativeCreated": 2087.81738,
- "thread": 138566182236416,
+ "created": 1756483024.5234103,
+ "msecs": 523.0,
+ "relativeCreated": 2218.834228,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic shellies/ffe/livingroom/main_light/relay/0 and payload on",
- "asctime": "2025-08-22 21:13:43,634"
+ "asctime": "2025-08-29 17:57:04,523"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -8090,16 +8198,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.6352515,
- "msecs": 635.0,
- "relativeCreated": 2088.140844,
- "thread": 138566182236416,
+ "created": 1756483024.5236888,
+ "msecs": 523.0,
+ "relativeCreated": 2219.112321,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,635"
+ "asctime": "2025-08-29 17:57:04,523"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -8117,16 +8225,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.6360044,
- "msecs": 636.0,
- "relativeCreated": 2088.893682,
- "thread": 138566156539584,
+ "created": 1756483024.5243158,
+ "msecs": 524.0,
+ "relativeCreated": 2219.739546,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0 and payload b'on'",
- "asctime": "2025-08-22 21:13:43,636"
+ "asctime": "2025-08-29 17:57:04,524"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -8144,340 +8252,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.6363764,
- "msecs": 636.0,
- "relativeCreated": 2089.265786,
- "thread": 138566156539584,
+ "created": 1756483024.524676,
+ "msecs": 524.0,
+ "relativeCreated": 2220.099876,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,636"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.677554,
- "msecs": 677.0,
- "relativeCreated": 2130.443284,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,677"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.6778662,
- "msecs": 677.0,
- "relativeCreated": 2130.755613,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,677"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.6782222,
- "msecs": 678.0,
- "relativeCreated": 2131.111387,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,678"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.6783907,
- "msecs": 678.0,
- "relativeCreated": 2131.280156,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,678"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.6787632,
- "msecs": 678.0,
- "relativeCreated": 2131.65256,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,678"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.6789627,
- "msecs": 678.0,
- "relativeCreated": 2131.852089,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,678"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.6792917,
- "msecs": 679.0,
- "relativeCreated": 2132.181163,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,679"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.67947,
- "msecs": 679.0,
- "relativeCreated": 2132.359474,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,679"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.6797802,
- "msecs": 679.0,
- "relativeCreated": 2132.669717,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,679"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.6799917,
- "msecs": 679.0,
- "relativeCreated": 2132.881171,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,679"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.6802847,
- "msecs": 680.0,
- "relativeCreated": 2133.173988,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,680"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.6804364,
- "msecs": 680.0,
- "relativeCreated": 2133.325948,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,680"
+ "asctime": "2025-08-29 17:57:04,524"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
@@ -8495,16 +8279,340 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.6807494,
- "msecs": 680.0,
- "relativeCreated": 2133.638823,
- "thread": 138566156539584,
+ "created": 1756483024.5653946,
+ "msecs": 565.0,
+ "relativeCreated": 2260.818354,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'true'",
- "asctime": "2025-08-22 21:13:43,680"
+ "asctime": "2025-08-29 17:57:04,565"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.569468,
+ "msecs": 569.0,
+ "relativeCreated": 2264.89151,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:04,569"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.5696957,
+ "msecs": 569.0,
+ "relativeCreated": 2265.119549,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,569"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.5700772,
+ "msecs": 570.0,
+ "relativeCreated": 2265.500859,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:04,570"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.5702827,
+ "msecs": 570.0,
+ "relativeCreated": 2265.706557,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,570"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.5706398,
+ "msecs": 570.0,
+ "relativeCreated": 2266.063671,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:04,570"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.5707939,
+ "msecs": 570.0,
+ "relativeCreated": 2266.217557,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,570"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.5710602,
+ "msecs": 571.0,
+ "relativeCreated": 2266.483831,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:04,571"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.5711858,
+ "msecs": 571.0,
+ "relativeCreated": 2266.609629,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,571"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.5714657,
+ "msecs": 571.0,
+ "relativeCreated": 2266.889457,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:04,571"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.571606,
+ "msecs": 571.0,
+ "relativeCreated": 2267.029661,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,571"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.5718613,
+ "msecs": 571.0,
+ "relativeCreated": 2267.284849,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:04,571"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.5719867,
+ "msecs": 571.0,
+ "relativeCreated": 2267.410396,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,571"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -8522,16 +8630,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.6811233,
- "msecs": 681.0,
- "relativeCreated": 2134.012835,
- "thread": 138566156539584,
+ "created": 1756483024.572262,
+ "msecs": 572.0,
+ "relativeCreated": 2267.685833,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,681"
+ "asctime": "2025-08-29 17:57:04,572"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -8549,16 +8657,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.6813793,
- "msecs": 681.0,
- "relativeCreated": 2134.268807,
- "thread": 138566156539584,
+ "created": 1756483024.5724952,
+ "msecs": 572.0,
+ "relativeCreated": 2267.918791,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,681"
+ "asctime": "2025-08-29 17:57:04,572"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -8576,16 +8684,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.681635,
- "msecs": 681.0,
- "relativeCreated": 2134.524168,
- "thread": 138566156539584,
+ "created": 1756483024.5726972,
+ "msecs": 572.0,
+ "relativeCreated": 2268.120743,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,681"
+ "asctime": "2025-08-29 17:57:04,572"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -8603,16 +8711,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.6818488,
- "msecs": 681.0,
- "relativeCreated": 2134.738176,
- "thread": 138566156539584,
+ "created": 1756483024.5729132,
+ "msecs": 572.0,
+ "relativeCreated": 2268.336873,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,681"
+ "asctime": "2025-08-29 17:57:04,572"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -8630,16 +8738,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.6820834,
- "msecs": 682.0,
- "relativeCreated": 2134.97275,
- "thread": 138566156539584,
+ "created": 1756483024.5731285,
+ "msecs": 573.0,
+ "relativeCreated": 2268.55218,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,682"
+ "asctime": "2025-08-29 17:57:04,573"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -8657,16 +8765,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.6822934,
- "msecs": 682.0,
- "relativeCreated": 2135.182965,
- "thread": 138566156539584,
+ "created": 1756483024.5733316,
+ "msecs": 573.0,
+ "relativeCreated": 2268.755457,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,682"
+ "asctime": "2025-08-29 17:57:04,573"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -8684,19 +8792,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.7225263,
- "msecs": 722.0,
- "relativeCreated": 2175.41567,
- "thread": 138566156539584,
+ "created": 1756483024.6165347,
+ "msecs": 616.0,
+ "relativeCreated": 2311.958563,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'true'",
- "asctime": "2025-08-22 21:13:43,722"
+ "asctime": "2025-08-29 17:57:04,616"
}
],
- "time_consumption": 0.013158082962036133
+ "time_consumption": 0.007488250732421875
},
{
"name": "__tLogger__",
@@ -8714,16 +8822,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.7361698,
- "msecs": 736.0,
- "relativeCreated": 2189.059229,
- "thread": 138566182236416,
+ "created": 1756483024.624345,
+ "msecs": 624.0,
+ "relativeCreated": 2319.76889,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.state (ffe.livingroom.floor_light) is correct (Content True and Type is ).",
- "asctime": "2025-08-22 21:13:43,736",
+ "asctime": "2025-08-29 17:57:04,624",
"moduleLogger": [
{
"name": "__unittest__",
@@ -8742,16 +8850,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.7360635,
- "msecs": 736.0,
- "relativeCreated": 2188.952991,
- "thread": 138566182236416,
+ "created": 1756483024.6242592,
+ "msecs": 624.0,
+ "relativeCreated": 2319.683087,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.state (ffe.livingroom.floor_light)): True ()",
- "asctime": "2025-08-22 21:13:43,736"
+ "asctime": "2025-08-29 17:57:04,624"
},
{
"name": "__unittest__",
@@ -8771,19 +8879,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.7361274,
- "msecs": 736.0,
- "relativeCreated": 2189.016897,
- "thread": 138566182236416,
+ "created": 1756483024.624309,
+ "msecs": 624.0,
+ "relativeCreated": 2319.732657,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.state (ffe.livingroom.floor_light)): result = True ()",
- "asctime": "2025-08-22 21:13:43,736"
+ "asctime": "2025-08-29 17:57:04,624"
}
],
- "time_consumption": 4.2438507080078125e-05
+ "time_consumption": 3.600120544433594e-05
},
{
"name": "__tLogger__",
@@ -8801,16 +8909,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890023.8368165,
- "msecs": 836.0,
- "relativeCreated": 2289.706027,
- "thread": 138566182236416,
+ "created": 1756483024.724746,
+ "msecs": 724.0,
+ "relativeCreated": 2420.169572,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Shelly.relay/0 (ffe.livingroom.main_light) to False",
- "asctime": "2025-08-22 21:13:43,836",
+ "asctime": "2025-08-29 17:57:04,724",
"moduleLogger": [
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -8828,16 +8936,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.736286,
- "msecs": 736.0,
- "relativeCreated": 2189.175312,
- "thread": 138566182236416,
+ "created": 1756483024.6244416,
+ "msecs": 624.0,
+ "relativeCreated": 2319.865233,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic shellies/ffe/livingroom/main_light/relay/0 and payload off",
- "asctime": "2025-08-22 21:13:43,736"
+ "asctime": "2025-08-29 17:57:04,624"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -8855,340 +8963,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.7373638,
- "msecs": 737.0,
- "relativeCreated": 2190.253146,
- "thread": 138566156539584,
+ "created": 1756483024.6251845,
+ "msecs": 625.0,
+ "relativeCreated": 2320.608263,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0 and payload b'off'",
- "asctime": "2025-08-22 21:13:43,737"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.7786393,
- "msecs": 778.0,
- "relativeCreated": 2231.528709,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,778"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.7789826,
- "msecs": 778.0,
- "relativeCreated": 2231.872154,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,778"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.7793615,
- "msecs": 779.0,
- "relativeCreated": 2232.251054,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,779"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.779537,
- "msecs": 779.0,
- "relativeCreated": 2232.426391,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,779"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.7798622,
- "msecs": 779.0,
- "relativeCreated": 2232.75168,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,779"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.7800467,
- "msecs": 780.0,
- "relativeCreated": 2232.935912,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,780"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.7802818,
- "msecs": 780.0,
- "relativeCreated": 2233.171178,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,780"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.780428,
- "msecs": 780.0,
- "relativeCreated": 2233.317419,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,780"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.7806938,
- "msecs": 780.0,
- "relativeCreated": 2233.583121,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,780"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.7808454,
- "msecs": 780.0,
- "relativeCreated": 2233.73484,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,780"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"off\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890023.7810812,
- "msecs": 781.0,
- "relativeCreated": 2233.970474,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:43,781"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890023.7812343,
- "msecs": 781.0,
- "relativeCreated": 2234.123649,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:43,781"
+ "asctime": "2025-08-29 17:57:04,625"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
@@ -9206,16 +8990,340 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.7814968,
- "msecs": 781.0,
- "relativeCreated": 2234.386314,
- "thread": 138566156539584,
+ "created": 1756483024.667419,
+ "msecs": 667.0,
+ "relativeCreated": 2362.842652,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'false'",
- "asctime": "2025-08-22 21:13:43,781"
+ "asctime": "2025-08-29 17:57:04,667"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.6696963,
+ "msecs": 669.0,
+ "relativeCreated": 2365.119947,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:04,669"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.6700199,
+ "msecs": 670.0,
+ "relativeCreated": 2365.44347,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,670"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.6703885,
+ "msecs": 670.0,
+ "relativeCreated": 2365.812153,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:04,670"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.6705348,
+ "msecs": 670.0,
+ "relativeCreated": 2365.95856,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,670"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.6708639,
+ "msecs": 670.0,
+ "relativeCreated": 2366.287669,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:04,670"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.6710005,
+ "msecs": 671.0,
+ "relativeCreated": 2366.424306,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.671236,
+ "msecs": 671.0,
+ "relativeCreated": 2366.659827,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:04,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.6713545,
+ "msecs": 671.0,
+ "relativeCreated": 2366.778208,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.6716194,
+ "msecs": 671.0,
+ "relativeCreated": 2367.042956,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:04,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.6718104,
+ "msecs": 671.0,
+ "relativeCreated": 2367.234089,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,671"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"off\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483024.6721194,
+ "msecs": 672.0,
+ "relativeCreated": 2367.542933,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"off\"}'",
+ "asctime": "2025-08-29 17:57:04,672"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483024.6722493,
+ "msecs": 672.0,
+ "relativeCreated": 2367.673098,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:04,672"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -9233,16 +9341,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.781738,
- "msecs": 781.0,
- "relativeCreated": 2234.627356,
- "thread": 138566156539584,
+ "created": 1756483024.6725504,
+ "msecs": 672.0,
+ "relativeCreated": 2367.974095,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,781"
+ "asctime": "2025-08-29 17:57:04,672"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -9260,16 +9368,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.7819886,
- "msecs": 781.0,
- "relativeCreated": 2234.877972,
- "thread": 138566156539584,
+ "created": 1756483024.6728065,
+ "msecs": 672.0,
+ "relativeCreated": 2368.230134,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,781"
+ "asctime": "2025-08-29 17:57:04,672"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -9287,16 +9395,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.782208,
- "msecs": 782.0,
- "relativeCreated": 2235.097455,
- "thread": 138566156539584,
+ "created": 1756483024.6730363,
+ "msecs": 673.0,
+ "relativeCreated": 2368.459872,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,782"
+ "asctime": "2025-08-29 17:57:04,673"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -9314,16 +9422,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.7824178,
- "msecs": 782.0,
- "relativeCreated": 2235.307049,
- "thread": 138566156539584,
+ "created": 1756483024.6732326,
+ "msecs": 673.0,
+ "relativeCreated": 2368.656223,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,782"
+ "asctime": "2025-08-29 17:57:04,673"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -9341,16 +9449,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.7826266,
- "msecs": 782.0,
- "relativeCreated": 2235.515983,
- "thread": 138566156539584,
+ "created": 1756483024.6734283,
+ "msecs": 673.0,
+ "relativeCreated": 2368.851958,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,782"
+ "asctime": "2025-08-29 17:57:04,673"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -9368,16 +9476,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.7828364,
- "msecs": 782.0,
- "relativeCreated": 2235.725758,
- "thread": 138566156539584,
+ "created": 1756483024.6736114,
+ "msecs": 673.0,
+ "relativeCreated": 2369.035206,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"off\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:43,782"
+ "asctime": "2025-08-29 17:57:04,673"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -9395,19 +9503,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.8226187,
- "msecs": 822.0,
- "relativeCreated": 2275.507987,
- "thread": 138566156539584,
+ "created": 1756483024.7159991,
+ "msecs": 715.0,
+ "relativeCreated": 2411.42294,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'false'",
- "asctime": "2025-08-22 21:13:43,822"
+ "asctime": "2025-08-29 17:57:04,715"
}
],
- "time_consumption": 0.014197826385498047
+ "time_consumption": 0.008746862411499023
},
{
"name": "__tLogger__",
@@ -9425,16 +9533,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.8373063,
- "msecs": 837.0,
- "relativeCreated": 2290.195851,
- "thread": 138566182236416,
+ "created": 1756483024.7250736,
+ "msecs": 725.0,
+ "relativeCreated": 2420.49746,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.state (ffe.livingroom.floor_light) is correct (Content False and Type is ).",
- "asctime": "2025-08-22 21:13:43,837",
+ "asctime": "2025-08-29 17:57:04,725",
"moduleLogger": [
{
"name": "__unittest__",
@@ -9453,16 +9561,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.837197,
- "msecs": 837.0,
- "relativeCreated": 2290.086527,
- "thread": 138566182236416,
+ "created": 1756483024.7249832,
+ "msecs": 724.0,
+ "relativeCreated": 2420.407059,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.state (ffe.livingroom.floor_light)): False ()",
- "asctime": "2025-08-22 21:13:43,837"
+ "asctime": "2025-08-29 17:57:04,724"
},
{
"name": "__unittest__",
@@ -9482,28 +9590,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.837261,
- "msecs": 837.0,
- "relativeCreated": 2290.150471,
- "thread": 138566182236416,
+ "created": 1756483024.7250352,
+ "msecs": 725.0,
+ "relativeCreated": 2420.458942,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.state (ffe.livingroom.floor_light)): result = False ()",
- "asctime": "2025-08-22 21:13:43,837"
+ "asctime": "2025-08-29 17:57:04,725"
}
],
- "time_consumption": 4.5299530029296875e-05
+ "time_consumption": 3.838539123535156e-05
}
],
- "time_consumption": 0.3032412528991699,
- "time_start": "2025-08-22 21:13:43,534",
- "time_finished": "2025-08-22 21:13:43,837"
+ "time_consumption": 0.30243444442749023,
+ "time_start": "2025-08-29 17:57:04,422",
+ "time_finished": "2025-08-29 17:57:04,725"
},
- "ViDevLight.state (ffe.livingroom.xmas_tree) -> Powerplug1P.state (ffe.livingroom.xmas-tree)": {
+ "ViDevCommon.state (ffe.livingroom.xmas_tree) -> Powerplug1P.state (ffe.livingroom.xmas-tree)": {
"name": "__tLogger__",
- "msg": "ViDevLight.state (ffe.livingroom.xmas_tree) -> Powerplug1P.state (ffe.livingroom.xmas-tree)",
+ "msg": "ViDevCommon.state (ffe.livingroom.xmas_tree) -> Powerplug1P.state (ffe.livingroom.xmas-tree)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -9514,16 +9622,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890023.8375294,
- "msecs": 837.0,
- "relativeCreated": 2290.418692,
- "thread": 138566182236416,
+ "created": 1756483024.7252665,
+ "msecs": 725.0,
+ "relativeCreated": 2420.6901,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "ViDevLight.state (ffe.livingroom.xmas_tree) -> Powerplug1P.state (ffe.livingroom.xmas-tree)",
- "asctime": "2025-08-22 21:13:43,837",
+ "message": "ViDevCommon.state (ffe.livingroom.xmas_tree) -> Powerplug1P.state (ffe.livingroom.xmas-tree)",
+ "asctime": "2025-08-29 17:57:04,725",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -9541,16 +9649,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890023.9381564,
- "msecs": 938.0,
- "relativeCreated": 2391.045635,
- "thread": 138566182236416,
+ "created": 1756483024.8256922,
+ "msecs": 825.0,
+ "relativeCreated": 2521.115818,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state False",
- "asctime": "2025-08-22 21:13:43,938",
+ "asctime": "2025-08-29 17:57:04,825",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state.set",
@@ -9568,19 +9676,19 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.8376625,
- "msecs": 837.0,
- "relativeCreated": 2290.551964,
- "thread": 138566182236416,
+ "created": 1756483024.7253816,
+ "msecs": 725.0,
+ "relativeCreated": 2420.805193,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/xmas_tree/state/set and payload false",
- "asctime": "2025-08-22 21:13:43,837"
+ "asctime": "2025-08-29 17:57:04,725"
}
],
- "time_consumption": 0.1004939079284668
+ "time_consumption": 0.1003105640411377
},
{
"name": "__tLogger__",
@@ -9598,16 +9706,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890023.9385438,
- "msecs": 938.0,
- "relativeCreated": 2391.433183,
- "thread": 138566182236416,
+ "created": 1756483024.8260233,
+ "msecs": 826.0,
+ "relativeCreated": 2521.447171,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (False, False) and Type is ).",
- "asctime": "2025-08-22 21:13:43,938",
+ "asctime": "2025-08-29 17:57:04,826",
"moduleLogger": [
{
"name": "__unittest__",
@@ -9626,16 +9734,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890023.938402,
- "msecs": 938.0,
- "relativeCreated": 2391.291395,
- "thread": 138566182236416,
+ "created": 1756483024.8259344,
+ "msecs": 825.0,
+ "relativeCreated": 2521.358046,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (False, False) ()",
- "asctime": "2025-08-22 21:13:43,938"
+ "asctime": "2025-08-29 17:57:04,825"
},
{
"name": "__unittest__",
@@ -9655,25 +9763,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890023.9384608,
- "msecs": 938.0,
- "relativeCreated": 2391.350228,
- "thread": 138566182236416,
+ "created": 1756483024.8259854,
+ "msecs": 825.0,
+ "relativeCreated": 2521.409254,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (False, False) ()",
- "asctime": "2025-08-22 21:13:43,938"
+ "asctime": "2025-08-29 17:57:04,825"
}
],
- "time_consumption": 8.296966552734375e-05
+ "time_consumption": 3.790855407714844e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.state (ffe.livingroom.xmas_tree)",
+ "ViDevCommon.state (ffe.livingroom.xmas_tree)",
"True"
],
"levelname": "DEBUG",
@@ -9685,16 +9793,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890024.039058,
- "msecs": 39.0,
- "relativeCreated": 2491.947334,
- "thread": 138566182236416,
+ "created": 1756483024.9264832,
+ "msecs": 926.0,
+ "relativeCreated": 2621.906769,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.state (ffe.livingroom.xmas_tree) to True",
- "asctime": "2025-08-22 21:13:44,039",
+ "message": "Setting state of ViDevCommon.state (ffe.livingroom.xmas_tree) to True",
+ "asctime": "2025-08-29 17:57:04,926",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state.set",
@@ -9712,16 +9820,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.9386675,
- "msecs": 938.0,
- "relativeCreated": 2391.557017,
- "thread": 138566182236416,
+ "created": 1756483024.8261464,
+ "msecs": 826.0,
+ "relativeCreated": 2521.569909,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/xmas_tree/state/set and payload true",
- "asctime": "2025-08-22 21:13:43,938"
+ "asctime": "2025-08-29 17:57:04,826"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree.set",
@@ -9739,16 +9847,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.9409823,
- "msecs": 940.0,
- "relativeCreated": 2393.871708,
- "thread": 138566156539584,
+ "created": 1756483024.8287308,
+ "msecs": 828.0,
+ "relativeCreated": 2524.154661,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/xmas-tree/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,940"
+ "asctime": "2025-08-29 17:57:04,828"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree",
@@ -9766,16 +9874,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890023.9412186,
- "msecs": 941.0,
- "relativeCreated": 2394.108083,
- "thread": 138566156539584,
+ "created": 1756483024.828969,
+ "msecs": 828.0,
+ "relativeCreated": 2524.392701,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/xmas-tree and payload {\"state\": \"on\"}",
- "asctime": "2025-08-22 21:13:43,941"
+ "asctime": "2025-08-29 17:57:04,828"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree",
@@ -9793,16 +9901,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.941793,
- "msecs": 941.0,
- "relativeCreated": 2394.682516,
- "thread": 138566156539584,
+ "created": 1756483024.8294673,
+ "msecs": 829.0,
+ "relativeCreated": 2524.891046,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/xmas-tree and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:43,941"
+ "asctime": "2025-08-29 17:57:04,829"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state",
@@ -9820,19 +9928,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890023.9829752,
- "msecs": 982.0,
- "relativeCreated": 2435.864614,
- "thread": 138566156539584,
+ "created": 1756483024.871057,
+ "msecs": 871.0,
+ "relativeCreated": 2566.480831,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/xmas_tree/state and payload b'true'",
- "asctime": "2025-08-22 21:13:43,982"
+ "asctime": "2025-08-29 17:57:04,871"
}
],
- "time_consumption": 0.056082725524902344
+ "time_consumption": 0.05542612075805664
},
{
"name": "__tLogger__",
@@ -9850,16 +9958,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.0393765,
- "msecs": 39.0,
- "relativeCreated": 2492.265669,
- "thread": 138566182236416,
+ "created": 1756483024.926789,
+ "msecs": 926.0,
+ "relativeCreated": 2622.21269,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Powerplug1P.state (ffe.livingroom.xmas-tree) is correct (Content True and Type is ).",
- "asctime": "2025-08-22 21:13:44,039",
+ "asctime": "2025-08-29 17:57:04,926",
"moduleLogger": [
{
"name": "__unittest__",
@@ -9878,16 +9986,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.0392745,
- "msecs": 39.0,
- "relativeCreated": 2492.163924,
- "thread": 138566182236416,
+ "created": 1756483024.9266984,
+ "msecs": 926.0,
+ "relativeCreated": 2622.1221,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Powerplug1P.state (ffe.livingroom.xmas-tree)): True ()",
- "asctime": "2025-08-22 21:13:44,039"
+ "asctime": "2025-08-29 17:57:04,926"
},
{
"name": "__unittest__",
@@ -9907,25 +10015,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.0393348,
- "msecs": 39.0,
- "relativeCreated": 2492.223978,
- "thread": 138566182236416,
+ "created": 1756483024.926751,
+ "msecs": 926.0,
+ "relativeCreated": 2622.174533,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Powerplug1P.state (ffe.livingroom.xmas-tree)): result = True ()",
- "asctime": "2025-08-22 21:13:44,039"
+ "asctime": "2025-08-29 17:57:04,926"
}
],
- "time_consumption": 4.172325134277344e-05
+ "time_consumption": 3.814697265625e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.state (ffe.livingroom.xmas_tree)",
+ "ViDevCommon.state (ffe.livingroom.xmas_tree)",
"False"
],
"levelname": "DEBUG",
@@ -9937,16 +10045,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890024.1398873,
- "msecs": 139.0,
- "relativeCreated": 2592.776807,
- "thread": 138566182236416,
+ "created": 1756483025.0272715,
+ "msecs": 27.0,
+ "relativeCreated": 2722.694996,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.state (ffe.livingroom.xmas_tree) to False",
- "asctime": "2025-08-22 21:13:44,139",
+ "message": "Setting state of ViDevCommon.state (ffe.livingroom.xmas_tree) to False",
+ "asctime": "2025-08-29 17:57:05,027",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state.set",
@@ -9964,16 +10072,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.0394888,
- "msecs": 39.0,
- "relativeCreated": 2492.378238,
- "thread": 138566182236416,
+ "created": 1756483024.9269123,
+ "msecs": 926.0,
+ "relativeCreated": 2622.335821,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/xmas_tree/state/set and payload false",
- "asctime": "2025-08-22 21:13:44,039"
+ "asctime": "2025-08-29 17:57:04,926"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree.set",
@@ -9991,16 +10099,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.0413558,
- "msecs": 41.0,
- "relativeCreated": 2494.245114,
- "thread": 138566156539584,
+ "created": 1756483024.9294834,
+ "msecs": 929.0,
+ "relativeCreated": 2624.907229,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/xmas-tree/set and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:44,041"
+ "asctime": "2025-08-29 17:57:04,929"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree",
@@ -10018,16 +10126,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.0416663,
- "msecs": 41.0,
- "relativeCreated": 2494.555691,
- "thread": 138566156539584,
+ "created": 1756483024.9296916,
+ "msecs": 929.0,
+ "relativeCreated": 2625.115336,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/xmas-tree and payload {\"state\": \"off\"}",
- "asctime": "2025-08-22 21:13:44,041"
+ "asctime": "2025-08-29 17:57:04,929"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree",
@@ -10045,16 +10153,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.0423496,
- "msecs": 42.0,
- "relativeCreated": 2495.238903,
- "thread": 138566156539584,
+ "created": 1756483024.9302154,
+ "msecs": 930.0,
+ "relativeCreated": 2625.639184,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/xmas-tree and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:44,042"
+ "asctime": "2025-08-29 17:57:04,930"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state",
@@ -10072,19 +10180,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.0839899,
- "msecs": 83.0,
- "relativeCreated": 2536.879065,
- "thread": 138566156539584,
+ "created": 1756483024.972123,
+ "msecs": 972.0,
+ "relativeCreated": 2667.546492,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/xmas_tree/state and payload b'false'",
- "asctime": "2025-08-22 21:13:44,083"
+ "asctime": "2025-08-29 17:57:04,972"
}
],
- "time_consumption": 0.05589747428894043
+ "time_consumption": 0.05514860153198242
},
{
"name": "__tLogger__",
@@ -10102,16 +10210,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.1402333,
- "msecs": 140.0,
- "relativeCreated": 2593.122553,
- "thread": 138566182236416,
+ "created": 1756483025.027628,
+ "msecs": 27.0,
+ "relativeCreated": 2723.051626,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Powerplug1P.state (ffe.livingroom.xmas-tree) is correct (Content False and Type is ).",
- "asctime": "2025-08-22 21:13:44,140",
+ "asctime": "2025-08-29 17:57:05,027",
"moduleLogger": [
{
"name": "__unittest__",
@@ -10130,16 +10238,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.1401381,
- "msecs": 140.0,
- "relativeCreated": 2593.027666,
- "thread": 138566182236416,
+ "created": 1756483025.0275345,
+ "msecs": 27.0,
+ "relativeCreated": 2722.958391,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Powerplug1P.state (ffe.livingroom.xmas-tree)): False ()",
- "asctime": "2025-08-22 21:13:44,140"
+ "asctime": "2025-08-29 17:57:05,027"
},
{
"name": "__unittest__",
@@ -10159,28 +10267,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.1401923,
- "msecs": 140.0,
- "relativeCreated": 2593.08156,
- "thread": 138566182236416,
+ "created": 1756483025.0275884,
+ "msecs": 27.0,
+ "relativeCreated": 2723.012086,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Powerplug1P.state (ffe.livingroom.xmas-tree)): result = False ()",
- "asctime": "2025-08-22 21:13:44,140"
+ "asctime": "2025-08-29 17:57:05,027"
}
],
- "time_consumption": 4.100799560546875e-05
+ "time_consumption": 3.9577484130859375e-05
}
],
- "time_consumption": 0.302703857421875,
- "time_start": "2025-08-22 21:13:43,837",
- "time_finished": "2025-08-22 21:13:44,140"
+ "time_consumption": 0.30236148834228516,
+ "time_start": "2025-08-29 17:57:04,725",
+ "time_finished": "2025-08-29 17:57:05,027"
},
- "Powerplug1P.state (ffe.livingroom.xmas-tree) -> ViDevLight.state (ffe.livingroom.xmas_tree)": {
+ "Powerplug1P.state (ffe.livingroom.xmas-tree) -> ViDevCommon.state (ffe.livingroom.xmas_tree)": {
"name": "__tLogger__",
- "msg": "Powerplug1P.state (ffe.livingroom.xmas-tree) -> ViDevLight.state (ffe.livingroom.xmas_tree)",
+ "msg": "Powerplug1P.state (ffe.livingroom.xmas-tree) -> ViDevCommon.state (ffe.livingroom.xmas_tree)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -10191,16 +10299,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890024.140429,
- "msecs": 140.0,
- "relativeCreated": 2593.318491,
- "thread": 138566182236416,
+ "created": 1756483025.0278313,
+ "msecs": 27.0,
+ "relativeCreated": 2723.255058,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Powerplug1P.state (ffe.livingroom.xmas-tree) -> ViDevLight.state (ffe.livingroom.xmas_tree)",
- "asctime": "2025-08-22 21:13:44,140",
+ "message": "Powerplug1P.state (ffe.livingroom.xmas-tree) -> ViDevCommon.state (ffe.livingroom.xmas_tree)",
+ "asctime": "2025-08-29 17:57:05,027",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -10218,16 +10326,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890024.241041,
- "msecs": 241.0,
- "relativeCreated": 2693.930253,
- "thread": 138566182236416,
+ "created": 1756483025.1283882,
+ "msecs": 128.0,
+ "relativeCreated": 2823.811882,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state False",
- "asctime": "2025-08-22 21:13:44,241",
+ "asctime": "2025-08-29 17:57:05,128",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state.set",
@@ -10245,19 +10353,19 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.1405637,
- "msecs": 140.0,
- "relativeCreated": 2593.453083,
- "thread": 138566182236416,
+ "created": 1756483025.027972,
+ "msecs": 27.0,
+ "relativeCreated": 2723.395717,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/xmas_tree/state/set and payload false",
- "asctime": "2025-08-22 21:13:44,140"
+ "asctime": "2025-08-29 17:57:05,027"
}
],
- "time_consumption": 0.10047721862792969
+ "time_consumption": 0.10041618347167969
},
{
"name": "__tLogger__",
@@ -10275,16 +10383,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.241393,
- "msecs": 241.0,
- "relativeCreated": 2694.282552,
- "thread": 138566182236416,
+ "created": 1756483025.1287642,
+ "msecs": 128.0,
+ "relativeCreated": 2824.187771,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (False, False) and Type is ).",
- "asctime": "2025-08-22 21:13:44,241",
+ "asctime": "2025-08-29 17:57:05,128",
"moduleLogger": [
{
"name": "__unittest__",
@@ -10303,16 +10411,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.2412796,
- "msecs": 241.0,
- "relativeCreated": 2694.168838,
- "thread": 138566182236416,
+ "created": 1756483025.1286635,
+ "msecs": 128.0,
+ "relativeCreated": 2824.087288,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (False, False) ()",
- "asctime": "2025-08-22 21:13:44,241"
+ "asctime": "2025-08-29 17:57:05,128"
},
{
"name": "__unittest__",
@@ -10332,19 +10440,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.2413492,
- "msecs": 241.0,
- "relativeCreated": 2694.238422,
- "thread": 138566182236416,
+ "created": 1756483025.1287231,
+ "msecs": 128.0,
+ "relativeCreated": 2824.146771,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (False, False) ()",
- "asctime": "2025-08-22 21:13:44,241"
+ "asctime": "2025-08-29 17:57:05,128"
}
],
- "time_consumption": 4.38690185546875e-05
+ "time_consumption": 4.100799560546875e-05
},
{
"name": "__tLogger__",
@@ -10362,16 +10470,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890024.3420246,
- "msecs": 342.0,
- "relativeCreated": 2794.91396,
- "thread": 138566182236416,
+ "created": 1756483025.2292674,
+ "msecs": 229.0,
+ "relativeCreated": 2924.691237,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Powerplug1P.state (ffe.livingroom.xmas-tree) to True",
- "asctime": "2025-08-22 21:13:44,342",
+ "asctime": "2025-08-29 17:57:05,229",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree",
@@ -10389,16 +10497,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.2415335,
- "msecs": 241.0,
- "relativeCreated": 2694.422938,
- "thread": 138566182236416,
+ "created": 1756483025.128937,
+ "msecs": 128.0,
+ "relativeCreated": 2824.360609,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/xmas-tree and payload {\"state\": \"on\"}",
- "asctime": "2025-08-22 21:13:44,241"
+ "asctime": "2025-08-29 17:57:05,128"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree",
@@ -10416,16 +10524,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.2426386,
- "msecs": 242.0,
- "relativeCreated": 2695.527909,
- "thread": 138566156539584,
+ "created": 1756483025.1297526,
+ "msecs": 129.0,
+ "relativeCreated": 2825.176153,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/xmas-tree and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:44,242"
+ "asctime": "2025-08-29 17:57:05,129"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state",
@@ -10443,23 +10551,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.2439413,
- "msecs": 243.0,
- "relativeCreated": 2696.830679,
- "thread": 138566156539584,
+ "created": 1756483025.1314971,
+ "msecs": 131.0,
+ "relativeCreated": 2826.92084,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/xmas_tree/state and payload b'true'",
- "asctime": "2025-08-22 21:13:44,243"
+ "asctime": "2025-08-29 17:57:05,131"
}
],
- "time_consumption": 0.0980832576751709
+ "time_consumption": 0.09777021408081055
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.state (ffe.livingroom.xmas_tree) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.state (ffe.livingroom.xmas_tree) is correct (Content %s and Type is %s).",
"args": [
"True",
""
@@ -10473,22 +10581,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.3423834,
- "msecs": 342.0,
- "relativeCreated": 2795.272881,
- "thread": 138566182236416,
+ "created": 1756483025.2295833,
+ "msecs": 229.0,
+ "relativeCreated": 2925.007083,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.state (ffe.livingroom.xmas_tree) is correct (Content True and Type is ).",
- "asctime": "2025-08-22 21:13:44,342",
+ "message": "Value for ViDevCommon.state (ffe.livingroom.xmas_tree) is correct (Content True and Type is ).",
+ "asctime": "2025-08-29 17:57:05,229",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.xmas_tree)",
+ "Value for ViDevCommon.state (ffe.livingroom.xmas_tree)",
"True",
""
],
@@ -10501,22 +10609,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.34228,
- "msecs": 342.0,
- "relativeCreated": 2795.169423,
- "thread": 138566182236416,
+ "created": 1756483025.2294872,
+ "msecs": 229.0,
+ "relativeCreated": 2924.910735,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.state (ffe.livingroom.xmas_tree)): True ()",
- "asctime": "2025-08-22 21:13:44,342"
+ "message": "Result (Value for ViDevCommon.state (ffe.livingroom.xmas_tree)): True ()",
+ "asctime": "2025-08-29 17:57:05,229"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.xmas_tree)",
+ "Value for ViDevCommon.state (ffe.livingroom.xmas_tree)",
"=",
"True",
""
@@ -10530,19 +10638,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.3423376,
- "msecs": 342.0,
- "relativeCreated": 2795.227011,
- "thread": 138566182236416,
+ "created": 1756483025.2295377,
+ "msecs": 229.0,
+ "relativeCreated": 2924.96143,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.state (ffe.livingroom.xmas_tree)): result = True ()",
- "asctime": "2025-08-22 21:13:44,342"
+ "message": "Expectation (Value for ViDevCommon.state (ffe.livingroom.xmas_tree)): result = True ()",
+ "asctime": "2025-08-29 17:57:05,229"
}
],
- "time_consumption": 4.57763671875e-05
+ "time_consumption": 4.553794860839844e-05
},
{
"name": "__tLogger__",
@@ -10560,16 +10668,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890024.4430285,
- "msecs": 443.0,
- "relativeCreated": 2895.917796,
- "thread": 138566182236416,
+ "created": 1756483025.3300698,
+ "msecs": 330.0,
+ "relativeCreated": 3025.493393,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Powerplug1P.state (ffe.livingroom.xmas-tree) to False",
- "asctime": "2025-08-22 21:13:44,443",
+ "asctime": "2025-08-29 17:57:05,330",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree",
@@ -10587,16 +10695,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.3425171,
- "msecs": 342.0,
- "relativeCreated": 2795.406778,
- "thread": 138566182236416,
+ "created": 1756483025.2297103,
+ "msecs": 229.0,
+ "relativeCreated": 2925.134074,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/xmas-tree and payload {\"state\": \"off\"}",
- "asctime": "2025-08-22 21:13:44,342"
+ "asctime": "2025-08-29 17:57:05,229"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.xmas-tree",
@@ -10614,16 +10722,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.3434348,
- "msecs": 343.0,
- "relativeCreated": 2796.324245,
- "thread": 138566156539584,
+ "created": 1756483025.230537,
+ "msecs": 230.0,
+ "relativeCreated": 2925.960627,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/xmas-tree and payload b'{\"state\": \"off\"}'",
- "asctime": "2025-08-22 21:13:44,343"
+ "asctime": "2025-08-29 17:57:05,230"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.xmas_tree.state",
@@ -10641,23 +10749,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.3447406,
- "msecs": 344.0,
- "relativeCreated": 2797.629976,
- "thread": 138566156539584,
+ "created": 1756483025.232107,
+ "msecs": 232.0,
+ "relativeCreated": 2927.530753,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/xmas_tree/state and payload b'false'",
- "asctime": "2025-08-22 21:13:44,344"
+ "asctime": "2025-08-29 17:57:05,232"
}
],
- "time_consumption": 0.09828782081604004
+ "time_consumption": 0.09796285629272461
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.state (ffe.livingroom.xmas_tree) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.state (ffe.livingroom.xmas_tree) is correct (Content %s and Type is %s).",
"args": [
"False",
""
@@ -10671,22 +10779,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.4434175,
- "msecs": 443.0,
- "relativeCreated": 2896.307082,
- "thread": 138566182236416,
+ "created": 1756483025.330397,
+ "msecs": 330.0,
+ "relativeCreated": 3025.820604,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.state (ffe.livingroom.xmas_tree) is correct (Content False and Type is ).",
- "asctime": "2025-08-22 21:13:44,443",
+ "message": "Value for ViDevCommon.state (ffe.livingroom.xmas_tree) is correct (Content False and Type is ).",
+ "asctime": "2025-08-29 17:57:05,330",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.xmas_tree)",
+ "Value for ViDevCommon.state (ffe.livingroom.xmas_tree)",
"False",
""
],
@@ -10699,22 +10807,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.4432771,
- "msecs": 443.0,
- "relativeCreated": 2896.166536,
- "thread": 138566182236416,
+ "created": 1756483025.3303072,
+ "msecs": 330.0,
+ "relativeCreated": 3025.731031,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.state (ffe.livingroom.xmas_tree)): False ()",
- "asctime": "2025-08-22 21:13:44,443"
+ "message": "Result (Value for ViDevCommon.state (ffe.livingroom.xmas_tree)): False ()",
+ "asctime": "2025-08-29 17:57:05,330"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.state (ffe.livingroom.xmas_tree)",
+ "Value for ViDevCommon.state (ffe.livingroom.xmas_tree)",
"=",
"False",
""
@@ -10728,28 +10836,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.4433374,
- "msecs": 443.0,
- "relativeCreated": 2896.226926,
- "thread": 138566182236416,
+ "created": 1756483025.3303573,
+ "msecs": 330.0,
+ "relativeCreated": 3025.78105,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.state (ffe.livingroom.xmas_tree)): result = False ()",
- "asctime": "2025-08-22 21:13:44,443"
+ "message": "Expectation (Value for ViDevCommon.state (ffe.livingroom.xmas_tree)): result = False ()",
+ "asctime": "2025-08-29 17:57:05,330"
}
],
- "time_consumption": 8.0108642578125e-05
+ "time_consumption": 3.9577484130859375e-05
}
],
- "time_consumption": 0.30298852920532227,
- "time_start": "2025-08-22 21:13:44,140",
- "time_finished": "2025-08-22 21:13:44,443"
+ "time_consumption": 0.3025655746459961,
+ "time_start": "2025-08-29 17:57:05,027",
+ "time_finished": "2025-08-29 17:57:05,330"
},
- "ViDevLight.brightness (ffe.livingroom.main_light) -> Light.brightness (ffe.livingroom.main_light)": {
+ "ViDevCommon.brightness (ffe.livingroom.main_light) -> Light.brightness (ffe.livingroom.main_light)": {
"name": "__tLogger__",
- "msg": "ViDevLight.brightness (ffe.livingroom.main_light) -> Light.brightness (ffe.livingroom.main_light)",
+ "msg": "ViDevCommon.brightness (ffe.livingroom.main_light) -> Light.brightness (ffe.livingroom.main_light)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -10760,16 +10868,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890024.4436195,
- "msecs": 443.0,
- "relativeCreated": 2896.508909,
- "thread": 138566182236416,
+ "created": 1756483025.3305867,
+ "msecs": 330.0,
+ "relativeCreated": 3026.010233,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "ViDevLight.brightness (ffe.livingroom.main_light) -> Light.brightness (ffe.livingroom.main_light)",
- "asctime": "2025-08-22 21:13:44,443",
+ "message": "ViDevCommon.brightness (ffe.livingroom.main_light) -> Light.brightness (ffe.livingroom.main_light)",
+ "asctime": "2025-08-29 17:57:05,330",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -10785,16 +10893,16 @@
"stack_info": null,
"lineno": 13,
"funcName": "device_follow",
- "created": 1755890024.544434,
- "msecs": 544.0,
- "relativeCreated": 2997.323661,
- "thread": 138566182236416,
+ "created": 1756483025.431286,
+ "msecs": 431.0,
+ "relativeCreated": 3126.709732,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Switching on device",
- "asctime": "2025-08-22 21:13:44,544",
+ "asctime": "2025-08-29 17:57:05,431",
"moduleLogger": [
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -10812,16 +10920,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.443742,
- "msecs": 443.0,
- "relativeCreated": 2896.631377,
- "thread": 138566182236416,
+ "created": 1756483025.3307073,
+ "msecs": 330.0,
+ "relativeCreated": 3026.131,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic shellies/ffe/livingroom/main_light/relay/0 and payload on",
- "asctime": "2025-08-22 21:13:44,443"
+ "asctime": "2025-08-29 17:57:05,330"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -10839,16 +10947,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.4440594,
- "msecs": 444.0,
- "relativeCreated": 2896.948862,
- "thread": 138566182236416,
+ "created": 1756483025.3310626,
+ "msecs": 331.0,
+ "relativeCreated": 3026.486129,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,444"
+ "asctime": "2025-08-29 17:57:05,331"
},
{
"name": "smart_brain.mqtt.shellies.ffe.livingroom.main_light.relay.0",
@@ -10866,16 +10974,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.44489,
- "msecs": 444.0,
- "relativeCreated": 2897.779504,
- "thread": 138566156539584,
+ "created": 1756483025.3316898,
+ "msecs": 331.0,
+ "relativeCreated": 3027.113328,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic shellies/ffe/livingroom/main_light/relay/0 and payload b'on'",
- "asctime": "2025-08-22 21:13:44,444"
+ "asctime": "2025-08-29 17:57:05,331"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -10893,340 +11001,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.4452918,
- "msecs": 445.0,
- "relativeCreated": 2898.181201,
- "thread": 138566156539584,
+ "created": 1756483025.332034,
+ "msecs": 332.0,
+ "relativeCreated": 3027.457716,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,445"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890024.485595,
- "msecs": 485.0,
- "relativeCreated": 2938.48421,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:44,485"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_1",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890024.4858842,
- "msecs": 485.0,
- "relativeCreated": 2938.77362,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,485"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890024.4862437,
- "msecs": 486.0,
- "relativeCreated": 2939.133315,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:44,486"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_2",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890024.4864042,
- "msecs": 486.0,
- "relativeCreated": 2939.293627,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,486"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890024.4867148,
- "msecs": 486.0,
- "relativeCreated": 2939.604303,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:44,486"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_3",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890024.486857,
- "msecs": 486.0,
- "relativeCreated": 2939.746325,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,486"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890024.4871728,
- "msecs": 487.0,
- "relativeCreated": 2940.062295,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:44,487"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_4",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890024.4873273,
- "msecs": 487.0,
- "relativeCreated": 2940.216554,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,487"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890024.487628,
- "msecs": 487.0,
- "relativeCreated": 2940.517392,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:44,487"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_5",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890024.4877982,
- "msecs": 487.0,
- "relativeCreated": 2940.687649,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,487"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6/set",
- "b'{\"state\": \"on\"}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890024.4880962,
- "msecs": 488.0,
- "relativeCreated": 2940.985773,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
- "asctime": "2025-08-22 21:13:44,488"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/floor_light_6",
- "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890024.488258,
- "msecs": 488.0,
- "relativeCreated": 2941.147177,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,488"
+ "asctime": "2025-08-29 17:57:05,332"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.state",
@@ -11244,16 +11028,340 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.4885464,
- "msecs": 488.0,
- "relativeCreated": 2941.43571,
- "thread": 138566156539584,
+ "created": 1756483025.3733385,
+ "msecs": 373.0,
+ "relativeCreated": 3068.762088,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/state and payload b'true'",
- "asctime": "2025-08-22 21:13:44,488"
+ "asctime": "2025-08-29 17:57:05,373"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483025.373727,
+ "msecs": 373.0,
+ "relativeCreated": 3069.150628,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:05,373"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_1",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483025.373943,
+ "msecs": 373.0,
+ "relativeCreated": 3069.366596,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:05,373"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483025.3742256,
+ "msecs": 374.0,
+ "relativeCreated": 3069.649422,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:05,374"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_2",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483025.3743565,
+ "msecs": 374.0,
+ "relativeCreated": 3069.780186,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:05,374"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483025.3746634,
+ "msecs": 374.0,
+ "relativeCreated": 3070.08699,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:05,374"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_3",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483025.374792,
+ "msecs": 374.0,
+ "relativeCreated": 3070.215869,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:05,374"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483025.3750825,
+ "msecs": 375.0,
+ "relativeCreated": 3070.506155,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:05,375"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_4",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483025.375221,
+ "msecs": 375.0,
+ "relativeCreated": 3070.644575,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:05,375"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483025.3754864,
+ "msecs": 375.0,
+ "relativeCreated": 3070.910084,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:05,375"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_5",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483025.3756135,
+ "msecs": 375.0,
+ "relativeCreated": 3071.037189,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:05,375"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6.set",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6/set",
+ "b'{\"state\": \"on\"}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483025.375935,
+ "msecs": 375.0,
+ "relativeCreated": 3071.358658,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6/set and payload b'{\"state\": \"on\"}'",
+ "asctime": "2025-08-29 17:57:05,375"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/floor_light_6",
+ "{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483025.3761184,
+ "msecs": 376.0,
+ "relativeCreated": 3071.542087,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload {\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:05,376"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_1",
@@ -11271,16 +11379,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.4888117,
- "msecs": 488.0,
- "relativeCreated": 2941.701093,
- "thread": 138566156539584,
+ "created": 1756483025.3764186,
+ "msecs": 376.0,
+ "relativeCreated": 3071.842124,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_1 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,488"
+ "asctime": "2025-08-29 17:57:05,376"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_2",
@@ -11298,16 +11406,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.48904,
- "msecs": 489.0,
- "relativeCreated": 2941.929174,
- "thread": 138566156539584,
+ "created": 1756483025.3766515,
+ "msecs": 376.0,
+ "relativeCreated": 3072.075198,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_2 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,489"
+ "asctime": "2025-08-29 17:57:05,376"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_3",
@@ -11325,16 +11433,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.4892375,
- "msecs": 489.0,
- "relativeCreated": 2942.127006,
- "thread": 138566156539584,
+ "created": 1756483025.3768663,
+ "msecs": 376.0,
+ "relativeCreated": 3072.289877,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_3 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,489"
+ "asctime": "2025-08-29 17:57:05,376"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_4",
@@ -11352,16 +11460,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.4894304,
- "msecs": 489.0,
- "relativeCreated": 2942.319835,
- "thread": 138566156539584,
+ "created": 1756483025.377062,
+ "msecs": 377.0,
+ "relativeCreated": 3072.485884,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_4 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,489"
+ "asctime": "2025-08-29 17:57:05,377"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_5",
@@ -11379,16 +11487,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.489635,
- "msecs": 489.0,
- "relativeCreated": 2942.52458,
- "thread": 138566156539584,
+ "created": 1756483025.377289,
+ "msecs": 377.0,
+ "relativeCreated": 3072.7126,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_5 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,489"
+ "asctime": "2025-08-29 17:57:05,377"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.floor_light_6",
@@ -11406,16 +11514,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.4898455,
- "msecs": 489.0,
- "relativeCreated": 2942.734936,
- "thread": 138566156539584,
+ "created": 1756483025.3776166,
+ "msecs": 377.0,
+ "relativeCreated": 3073.040409,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/floor_light_6 and payload b'{\"state\": \"on\", \"brightness\": 127.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,489"
+ "asctime": "2025-08-29 17:57:05,377"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.floorlamp.state",
@@ -11433,19 +11541,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.5295815,
- "msecs": 529.0,
- "relativeCreated": 2982.471077,
- "thread": 138566156539584,
+ "created": 1756483025.417467,
+ "msecs": 417.0,
+ "relativeCreated": 3112.890775,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/floorlamp/state and payload b'true'",
- "asctime": "2025-08-22 21:13:44,529"
+ "asctime": "2025-08-29 17:57:05,417"
}
],
- "time_consumption": 0.014852523803710938
+ "time_consumption": 0.013818979263305664
},
{
"name": "__tLogger__",
@@ -11462,16 +11570,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890024.6454408,
- "msecs": 645.0,
- "relativeCreated": 3098.330286,
- "thread": 138566182236416,
+ "created": 1756483025.531942,
+ "msecs": 531.0,
+ "relativeCreated": 3227.365474,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state 100",
- "asctime": "2025-08-22 21:13:44,645",
+ "asctime": "2025-08-29 17:57:05,531",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness.set",
@@ -11489,16 +11597,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.544723,
- "msecs": 544.0,
- "relativeCreated": 2997.612328,
- "thread": 138566182236416,
+ "created": 1756483025.4314926,
+ "msecs": 431.0,
+ "relativeCreated": 3126.916256,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/brightness/set and payload 100",
- "asctime": "2025-08-22 21:13:44,544"
+ "asctime": "2025-08-29 17:57:05,431"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -11516,16 +11624,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.5450463,
- "msecs": 545.0,
- "relativeCreated": 2997.935551,
- "thread": 138566182236416,
+ "created": 1756483025.431711,
+ "msecs": 431.0,
+ "relativeCreated": 3127.13474,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,545"
+ "asctime": "2025-08-29 17:57:05,431"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -11543,16 +11651,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.5471416,
- "msecs": 547.0,
- "relativeCreated": 3000.031117,
- "thread": 138566156539584,
+ "created": 1756483025.4339492,
+ "msecs": 433.0,
+ "relativeCreated": 3129.372823,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"brightness\": 254}'",
- "asctime": "2025-08-22 21:13:44,547"
+ "asctime": "2025-08-29 17:57:05,433"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -11570,16 +11678,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.5474694,
- "msecs": 547.0,
- "relativeCreated": 3000.358619,
- "thread": 138566156539584,
+ "created": 1756483025.4342487,
+ "msecs": 434.0,
+ "relativeCreated": 3129.672484,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,547"
+ "asctime": "2025-08-29 17:57:05,434"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -11597,19 +11705,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.5888278,
- "msecs": 588.0,
- "relativeCreated": 3041.717277,
- "thread": 138566156539584,
+ "created": 1756483025.4763374,
+ "msecs": 476.0,
+ "relativeCreated": 3171.7612,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'100'",
- "asctime": "2025-08-22 21:13:44,588"
+ "asctime": "2025-08-29 17:57:05,476"
}
],
- "time_consumption": 0.05661296844482422
+ "time_consumption": 0.05560445785522461
},
{
"name": "__tLogger__",
@@ -11627,16 +11735,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.6458235,
- "msecs": 645.0,
- "relativeCreated": 3098.712923,
- "thread": 138566182236416,
+ "created": 1756483025.532281,
+ "msecs": 532.0,
+ "relativeCreated": 3227.70442,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (100, 100) and Type is ).",
- "asctime": "2025-08-22 21:13:44,645",
+ "asctime": "2025-08-29 17:57:05,532",
"moduleLogger": [
{
"name": "__unittest__",
@@ -11655,16 +11763,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.6456833,
- "msecs": 645.0,
- "relativeCreated": 3098.572544,
- "thread": 138566182236416,
+ "created": 1756483025.532185,
+ "msecs": 532.0,
+ "relativeCreated": 3227.608719,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (100, 100) ()",
- "asctime": "2025-08-22 21:13:44,645"
+ "asctime": "2025-08-29 17:57:05,532"
},
{
"name": "__unittest__",
@@ -11684,25 +11792,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.6457438,
- "msecs": 645.0,
- "relativeCreated": 3098.6334,
- "thread": 138566182236416,
+ "created": 1756483025.5322363,
+ "msecs": 532.0,
+ "relativeCreated": 3227.659941,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (100, 100) ()",
- "asctime": "2025-08-22 21:13:44,645"
+ "asctime": "2025-08-29 17:57:05,532"
}
],
- "time_consumption": 7.963180541992188e-05
+ "time_consumption": 4.458427429199219e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.brightness (ffe.livingroom.main_light)",
+ "ViDevCommon.brightness (ffe.livingroom.main_light)",
"0"
],
"levelname": "DEBUG",
@@ -11714,16 +11822,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890024.7465048,
- "msecs": 746.0,
- "relativeCreated": 3199.39409,
- "thread": 138566182236416,
+ "created": 1756483025.6327844,
+ "msecs": 632.0,
+ "relativeCreated": 3328.208067,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.brightness (ffe.livingroom.main_light) to 0",
- "asctime": "2025-08-22 21:13:44,746",
+ "message": "Setting state of ViDevCommon.brightness (ffe.livingroom.main_light) to 0",
+ "asctime": "2025-08-29 17:57:05,632",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness.set",
@@ -11741,16 +11849,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.6459775,
- "msecs": 645.0,
- "relativeCreated": 3098.867122,
- "thread": 138566182236416,
+ "created": 1756483025.532386,
+ "msecs": 532.0,
+ "relativeCreated": 3227.809649,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/brightness/set and payload 0",
- "asctime": "2025-08-22 21:13:44,645"
+ "asctime": "2025-08-29 17:57:05,532"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -11768,16 +11876,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.64815,
- "msecs": 648.0,
- "relativeCreated": 3101.039319,
- "thread": 138566156539584,
+ "created": 1756483025.534928,
+ "msecs": 534.0,
+ "relativeCreated": 3230.351701,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"brightness\": 1}'",
- "asctime": "2025-08-22 21:13:44,648"
+ "asctime": "2025-08-29 17:57:05,534"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -11795,16 +11903,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.6484096,
- "msecs": 648.0,
- "relativeCreated": 3101.299118,
- "thread": 138566156539584,
+ "created": 1756483025.5351472,
+ "msecs": 535.0,
+ "relativeCreated": 3230.571068,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,648"
+ "asctime": "2025-08-29 17:57:05,535"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -11822,16 +11930,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.6492095,
- "msecs": 649.0,
- "relativeCreated": 3102.099069,
- "thread": 138566156539584,
+ "created": 1756483025.535728,
+ "msecs": 535.0,
+ "relativeCreated": 3231.151466,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,649"
+ "asctime": "2025-08-29 17:57:05,535"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -11849,19 +11957,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.6903596,
- "msecs": 690.0,
- "relativeCreated": 3143.248969,
- "thread": 138566156539584,
+ "created": 1756483025.5773394,
+ "msecs": 577.0,
+ "relativeCreated": 3272.763004,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'0'",
- "asctime": "2025-08-22 21:13:44,690"
+ "asctime": "2025-08-29 17:57:05,577"
}
],
- "time_consumption": 0.05614519119262695
+ "time_consumption": 0.055444955825805664
},
{
"name": "__tLogger__",
@@ -11879,16 +11987,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.74684,
- "msecs": 746.0,
- "relativeCreated": 3199.729562,
- "thread": 138566182236416,
+ "created": 1756483025.6331182,
+ "msecs": 633.0,
+ "relativeCreated": 3328.541838,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.brightness (ffe.livingroom.main_light) is correct (Content 0 and Type is ).",
- "asctime": "2025-08-22 21:13:44,746",
+ "asctime": "2025-08-29 17:57:05,633",
"moduleLogger": [
{
"name": "__unittest__",
@@ -11907,16 +12015,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.7467358,
- "msecs": 746.0,
- "relativeCreated": 3199.625204,
- "thread": 138566182236416,
+ "created": 1756483025.6330256,
+ "msecs": 633.0,
+ "relativeCreated": 3328.449139,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.brightness (ffe.livingroom.main_light)): 0 ()",
- "asctime": "2025-08-22 21:13:44,746"
+ "asctime": "2025-08-29 17:57:05,633"
},
{
"name": "__unittest__",
@@ -11936,25 +12044,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.7467968,
- "msecs": 746.0,
- "relativeCreated": 3199.686141,
- "thread": 138566182236416,
+ "created": 1756483025.6330805,
+ "msecs": 633.0,
+ "relativeCreated": 3328.504241,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.brightness (ffe.livingroom.main_light)): result = 0 ()",
- "asctime": "2025-08-22 21:13:44,746"
+ "asctime": "2025-08-29 17:57:05,633"
}
],
- "time_consumption": 4.315376281738281e-05
+ "time_consumption": 3.7670135498046875e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.brightness (ffe.livingroom.main_light)",
+ "ViDevCommon.brightness (ffe.livingroom.main_light)",
"20"
],
"levelname": "DEBUG",
@@ -11966,16 +12074,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890024.8475254,
- "msecs": 847.0,
- "relativeCreated": 3300.414894,
- "thread": 138566182236416,
+ "created": 1756483025.7336428,
+ "msecs": 733.0,
+ "relativeCreated": 3429.066388,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.brightness (ffe.livingroom.main_light) to 20",
- "asctime": "2025-08-22 21:13:44,847",
+ "message": "Setting state of ViDevCommon.brightness (ffe.livingroom.main_light) to 20",
+ "asctime": "2025-08-29 17:57:05,733",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness.set",
@@ -11993,16 +12101,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.7470007,
- "msecs": 747.0,
- "relativeCreated": 3199.890102,
- "thread": 138566182236416,
+ "created": 1756483025.6332393,
+ "msecs": 633.0,
+ "relativeCreated": 3328.663026,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/brightness/set and payload 20",
- "asctime": "2025-08-22 21:13:44,747"
+ "asctime": "2025-08-29 17:57:05,633"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -12020,16 +12128,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.7492127,
- "msecs": 749.0,
- "relativeCreated": 3202.102124,
- "thread": 138566156539584,
+ "created": 1756483025.6359372,
+ "msecs": 635.0,
+ "relativeCreated": 3331.360887,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"brightness\": 52}'",
- "asctime": "2025-08-22 21:13:44,749"
+ "asctime": "2025-08-29 17:57:05,635"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -12047,16 +12155,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.74946,
- "msecs": 749.0,
- "relativeCreated": 3202.349368,
- "thread": 138566156539584,
+ "created": 1756483025.6361604,
+ "msecs": 636.0,
+ "relativeCreated": 3331.584044,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 52.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,749"
+ "asctime": "2025-08-29 17:57:05,636"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -12074,16 +12182,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.7502077,
- "msecs": 750.0,
- "relativeCreated": 3203.097026,
- "thread": 138566156539584,
+ "created": 1756483025.6367033,
+ "msecs": 636.0,
+ "relativeCreated": 3332.126934,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 52.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,750"
+ "asctime": "2025-08-29 17:57:05,636"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -12101,19 +12209,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.7914104,
- "msecs": 791.0,
- "relativeCreated": 3244.299798,
- "thread": 138566156539584,
+ "created": 1756483025.6783698,
+ "msecs": 678.0,
+ "relativeCreated": 3373.793599,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'20'",
- "asctime": "2025-08-22 21:13:44,791"
+ "asctime": "2025-08-29 17:57:05,678"
}
],
- "time_consumption": 0.056114912033081055
+ "time_consumption": 0.05527305603027344
},
{
"name": "__tLogger__",
@@ -12131,16 +12239,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.8478603,
- "msecs": 847.0,
- "relativeCreated": 3300.749719,
- "thread": 138566182236416,
+ "created": 1756483025.734011,
+ "msecs": 734.0,
+ "relativeCreated": 3429.434578,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.brightness (ffe.livingroom.main_light) is correct (Content 20 and Type is ).",
- "asctime": "2025-08-22 21:13:44,847",
+ "asctime": "2025-08-29 17:57:05,734",
"moduleLogger": [
{
"name": "__unittest__",
@@ -12159,16 +12267,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.8477597,
- "msecs": 847.0,
- "relativeCreated": 3300.649136,
- "thread": 138566182236416,
+ "created": 1756483025.733879,
+ "msecs": 733.0,
+ "relativeCreated": 3429.302683,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.brightness (ffe.livingroom.main_light)): 20 ()",
- "asctime": "2025-08-22 21:13:44,847"
+ "asctime": "2025-08-29 17:57:05,733"
},
{
"name": "__unittest__",
@@ -12188,25 +12296,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.8478181,
- "msecs": 847.0,
- "relativeCreated": 3300.707587,
- "thread": 138566182236416,
+ "created": 1756483025.733955,
+ "msecs": 733.0,
+ "relativeCreated": 3429.378455,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.brightness (ffe.livingroom.main_light)): result = 20 ()",
- "asctime": "2025-08-22 21:13:44,847"
+ "asctime": "2025-08-29 17:57:05,733"
}
],
- "time_consumption": 4.220008850097656e-05
+ "time_consumption": 5.602836608886719e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.brightness (ffe.livingroom.main_light)",
+ "ViDevCommon.brightness (ffe.livingroom.main_light)",
"40"
],
"levelname": "DEBUG",
@@ -12218,16 +12326,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890024.9485505,
- "msecs": 948.0,
- "relativeCreated": 3401.439835,
- "thread": 138566182236416,
+ "created": 1756483025.8345218,
+ "msecs": 834.0,
+ "relativeCreated": 3529.945522,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.brightness (ffe.livingroom.main_light) to 40",
- "asctime": "2025-08-22 21:13:44,948",
+ "message": "Setting state of ViDevCommon.brightness (ffe.livingroom.main_light) to 40",
+ "asctime": "2025-08-29 17:57:05,834",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness.set",
@@ -12245,16 +12353,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.8480225,
- "msecs": 848.0,
- "relativeCreated": 3300.912045,
- "thread": 138566182236416,
+ "created": 1756483025.734119,
+ "msecs": 734.0,
+ "relativeCreated": 3429.542671,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/brightness/set and payload 40",
- "asctime": "2025-08-22 21:13:44,848"
+ "asctime": "2025-08-29 17:57:05,734"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -12272,16 +12380,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.8505828,
- "msecs": 850.0,
- "relativeCreated": 3303.472119,
- "thread": 138566156539584,
+ "created": 1756483025.736607,
+ "msecs": 736.0,
+ "relativeCreated": 3432.030568,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"brightness\": 102}'",
- "asctime": "2025-08-22 21:13:44,850"
+ "asctime": "2025-08-29 17:57:05,736"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -12299,16 +12407,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.8508794,
- "msecs": 850.0,
- "relativeCreated": 3303.769011,
- "thread": 138566156539584,
+ "created": 1756483025.736866,
+ "msecs": 736.0,
+ "relativeCreated": 3432.289807,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 102.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,850"
+ "asctime": "2025-08-29 17:57:05,736"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -12326,16 +12434,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.8515255,
- "msecs": 851.0,
- "relativeCreated": 3304.415072,
- "thread": 138566156539584,
+ "created": 1756483025.7373903,
+ "msecs": 737.0,
+ "relativeCreated": 3432.813936,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 102.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,851"
+ "asctime": "2025-08-29 17:57:05,737"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -12353,19 +12461,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.8931882,
- "msecs": 893.0,
- "relativeCreated": 3346.077848,
- "thread": 138566156539584,
+ "created": 1756483025.7793326,
+ "msecs": 779.0,
+ "relativeCreated": 3474.756223,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'40'",
- "asctime": "2025-08-22 21:13:44,893"
+ "asctime": "2025-08-29 17:57:05,779"
}
],
- "time_consumption": 0.05536222457885742
+ "time_consumption": 0.05518913269042969
},
{
"name": "__tLogger__",
@@ -12383,16 +12491,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890024.9488742,
- "msecs": 948.0,
- "relativeCreated": 3401.76361,
- "thread": 138566182236416,
+ "created": 1756483025.8348176,
+ "msecs": 834.0,
+ "relativeCreated": 3530.241172,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.brightness (ffe.livingroom.main_light) is correct (Content 40 and Type is ).",
- "asctime": "2025-08-22 21:13:44,948",
+ "asctime": "2025-08-29 17:57:05,834",
"moduleLogger": [
{
"name": "__unittest__",
@@ -12411,16 +12519,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890024.9487727,
- "msecs": 948.0,
- "relativeCreated": 3401.661934,
- "thread": 138566182236416,
+ "created": 1756483025.8347292,
+ "msecs": 834.0,
+ "relativeCreated": 3530.152982,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.brightness (ffe.livingroom.main_light)): 40 ()",
- "asctime": "2025-08-22 21:13:44,948"
+ "asctime": "2025-08-29 17:57:05,834"
},
{
"name": "__unittest__",
@@ -12440,25 +12548,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890024.9488316,
- "msecs": 948.0,
- "relativeCreated": 3401.720906,
- "thread": 138566182236416,
+ "created": 1756483025.83478,
+ "msecs": 834.0,
+ "relativeCreated": 3530.203508,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.brightness (ffe.livingroom.main_light)): result = 40 ()",
- "asctime": "2025-08-22 21:13:44,948"
+ "asctime": "2025-08-29 17:57:05,834"
}
],
- "time_consumption": 4.267692565917969e-05
+ "time_consumption": 3.7670135498046875e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.brightness (ffe.livingroom.main_light)",
+ "ViDevCommon.brightness (ffe.livingroom.main_light)",
"60"
],
"levelname": "DEBUG",
@@ -12470,16 +12578,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890025.0494187,
- "msecs": 49.0,
- "relativeCreated": 3502.308106,
- "thread": 138566182236416,
+ "created": 1756483025.9352863,
+ "msecs": 935.0,
+ "relativeCreated": 3630.709865,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.brightness (ffe.livingroom.main_light) to 60",
- "asctime": "2025-08-22 21:13:45,049",
+ "message": "Setting state of ViDevCommon.brightness (ffe.livingroom.main_light) to 60",
+ "asctime": "2025-08-29 17:57:05,935",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness.set",
@@ -12497,16 +12605,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.9490473,
- "msecs": 949.0,
- "relativeCreated": 3401.936738,
- "thread": 138566182236416,
+ "created": 1756483025.8349411,
+ "msecs": 834.0,
+ "relativeCreated": 3530.364818,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/brightness/set and payload 60",
- "asctime": "2025-08-22 21:13:44,949"
+ "asctime": "2025-08-29 17:57:05,834"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -12524,16 +12632,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.951301,
- "msecs": 951.0,
- "relativeCreated": 3404.190604,
- "thread": 138566156539584,
+ "created": 1756483025.8376186,
+ "msecs": 837.0,
+ "relativeCreated": 3533.04226,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"brightness\": 153}'",
- "asctime": "2025-08-22 21:13:44,951"
+ "asctime": "2025-08-29 17:57:05,837"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -12551,16 +12659,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890024.951574,
- "msecs": 951.0,
- "relativeCreated": 3404.463446,
- "thread": 138566156539584,
+ "created": 1756483025.8378844,
+ "msecs": 837.0,
+ "relativeCreated": 3533.308182,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 153.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:44,951"
+ "asctime": "2025-08-29 17:57:05,837"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -12578,16 +12686,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.9522345,
- "msecs": 952.0,
- "relativeCreated": 3405.123829,
- "thread": 138566156539584,
+ "created": 1756483025.8383894,
+ "msecs": 838.0,
+ "relativeCreated": 3533.813191,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 153.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:44,952"
+ "asctime": "2025-08-29 17:57:05,838"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -12605,19 +12713,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890024.993882,
- "msecs": 993.0,
- "relativeCreated": 3446.771169,
- "thread": 138566156539584,
+ "created": 1756483025.880384,
+ "msecs": 880.0,
+ "relativeCreated": 3575.80764,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'60'",
- "asctime": "2025-08-22 21:13:44,993"
+ "asctime": "2025-08-29 17:57:05,880"
}
],
- "time_consumption": 0.055536746978759766
+ "time_consumption": 0.05490231513977051
},
{
"name": "__tLogger__",
@@ -12635,16 +12743,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890025.04974,
- "msecs": 49.0,
- "relativeCreated": 3502.629353,
- "thread": 138566182236416,
+ "created": 1756483025.9355974,
+ "msecs": 935.0,
+ "relativeCreated": 3631.020947,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.brightness (ffe.livingroom.main_light) is correct (Content 60 and Type is ).",
- "asctime": "2025-08-22 21:13:45,049",
+ "asctime": "2025-08-29 17:57:05,935",
"moduleLogger": [
{
"name": "__unittest__",
@@ -12663,16 +12771,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890025.0496402,
- "msecs": 49.0,
- "relativeCreated": 3502.529665,
- "thread": 138566182236416,
+ "created": 1756483025.9355006,
+ "msecs": 935.0,
+ "relativeCreated": 3630.924308,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.brightness (ffe.livingroom.main_light)): 60 ()",
- "asctime": "2025-08-22 21:13:45,049"
+ "asctime": "2025-08-29 17:57:05,935"
},
{
"name": "__unittest__",
@@ -12692,25 +12800,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890025.0496979,
- "msecs": 49.0,
- "relativeCreated": 3502.587139,
- "thread": 138566182236416,
+ "created": 1756483025.9355574,
+ "msecs": 935.0,
+ "relativeCreated": 3630.980956,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.brightness (ffe.livingroom.main_light)): result = 60 ()",
- "asctime": "2025-08-22 21:13:45,049"
+ "asctime": "2025-08-29 17:57:05,935"
}
],
- "time_consumption": 4.220008850097656e-05
+ "time_consumption": 4.00543212890625e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.brightness (ffe.livingroom.main_light)",
+ "ViDevCommon.brightness (ffe.livingroom.main_light)",
"80"
],
"levelname": "DEBUG",
@@ -12722,16 +12830,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890025.150373,
- "msecs": 150.0,
- "relativeCreated": 3603.262161,
- "thread": 138566182236416,
+ "created": 1756483026.0360434,
+ "msecs": 36.0,
+ "relativeCreated": 3731.467261,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.brightness (ffe.livingroom.main_light) to 80",
- "asctime": "2025-08-22 21:13:45,150",
+ "message": "Setting state of ViDevCommon.brightness (ffe.livingroom.main_light) to 80",
+ "asctime": "2025-08-29 17:57:06,036",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness.set",
@@ -12749,16 +12857,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.0498495,
- "msecs": 49.0,
- "relativeCreated": 3502.739129,
- "thread": 138566182236416,
+ "created": 1756483025.9357018,
+ "msecs": 935.0,
+ "relativeCreated": 3631.125317,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/brightness/set and payload 80",
- "asctime": "2025-08-22 21:13:45,049"
+ "asctime": "2025-08-29 17:57:05,935"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -12776,16 +12884,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.0523677,
- "msecs": 52.0,
- "relativeCreated": 3505.256897,
- "thread": 138566156539584,
+ "created": 1756483025.938323,
+ "msecs": 938.0,
+ "relativeCreated": 3633.746666,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"brightness\": 203}'",
- "asctime": "2025-08-22 21:13:45,052"
+ "asctime": "2025-08-29 17:57:05,938"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -12803,16 +12911,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.0526156,
- "msecs": 52.0,
- "relativeCreated": 3505.505156,
- "thread": 138566156539584,
+ "created": 1756483025.938561,
+ "msecs": 938.0,
+ "relativeCreated": 3633.984818,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 203.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:45,052"
+ "asctime": "2025-08-29 17:57:05,938"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -12830,16 +12938,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.053205,
- "msecs": 53.0,
- "relativeCreated": 3506.094327,
- "thread": 138566156539584,
+ "created": 1756483025.9390938,
+ "msecs": 939.0,
+ "relativeCreated": 3634.51754,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 203.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:45,053"
+ "asctime": "2025-08-29 17:57:05,939"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -12857,19 +12965,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.095191,
- "msecs": 95.0,
- "relativeCreated": 3548.080505,
- "thread": 138566156539584,
+ "created": 1756483025.9815497,
+ "msecs": 981.0,
+ "relativeCreated": 3676.973552,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'80'",
- "asctime": "2025-08-22 21:13:45,095"
+ "asctime": "2025-08-29 17:57:05,981"
}
],
- "time_consumption": 0.05518198013305664
+ "time_consumption": 0.05449366569519043
},
{
"name": "__tLogger__",
@@ -12887,16 +12995,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890025.1506999,
- "msecs": 150.0,
- "relativeCreated": 3603.589067,
- "thread": 138566182236416,
+ "created": 1756483026.0363517,
+ "msecs": 36.0,
+ "relativeCreated": 3731.775379,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.brightness (ffe.livingroom.main_light) is correct (Content 80 and Type is ).",
- "asctime": "2025-08-22 21:13:45,150",
+ "asctime": "2025-08-29 17:57:06,036",
"moduleLogger": [
{
"name": "__unittest__",
@@ -12915,16 +13023,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890025.1505976,
- "msecs": 150.0,
- "relativeCreated": 3603.487064,
- "thread": 138566182236416,
+ "created": 1756483026.0362558,
+ "msecs": 36.0,
+ "relativeCreated": 3731.679379,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.brightness (ffe.livingroom.main_light)): 80 ()",
- "asctime": "2025-08-22 21:13:45,150"
+ "asctime": "2025-08-29 17:57:06,036"
},
{
"name": "__unittest__",
@@ -12944,25 +13052,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890025.1506577,
- "msecs": 150.0,
- "relativeCreated": 3603.546982,
- "thread": 138566182236416,
+ "created": 1756483026.036309,
+ "msecs": 36.0,
+ "relativeCreated": 3731.732603,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.brightness (ffe.livingroom.main_light)): result = 80 ()",
- "asctime": "2025-08-22 21:13:45,150"
+ "asctime": "2025-08-29 17:57:06,036"
}
],
- "time_consumption": 4.220008850097656e-05
+ "time_consumption": 4.267692565917969e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.brightness (ffe.livingroom.main_light)",
+ "ViDevCommon.brightness (ffe.livingroom.main_light)",
"100"
],
"levelname": "DEBUG",
@@ -12974,16 +13082,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890025.2514417,
- "msecs": 251.0,
- "relativeCreated": 3704.331092,
- "thread": 138566182236416,
+ "created": 1756483026.136861,
+ "msecs": 136.0,
+ "relativeCreated": 3832.284797,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.brightness (ffe.livingroom.main_light) to 100",
- "asctime": "2025-08-22 21:13:45,251",
+ "message": "Setting state of ViDevCommon.brightness (ffe.livingroom.main_light) to 100",
+ "asctime": "2025-08-29 17:57:06,136",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness.set",
@@ -13001,16 +13109,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.1508126,
- "msecs": 150.0,
- "relativeCreated": 3603.701974,
- "thread": 138566182236416,
+ "created": 1756483026.0364802,
+ "msecs": 36.0,
+ "relativeCreated": 3731.903868,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/brightness/set and payload 100",
- "asctime": "2025-08-22 21:13:45,150"
+ "asctime": "2025-08-29 17:57:06,036"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -13028,16 +13136,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.1534624,
- "msecs": 153.0,
- "relativeCreated": 3606.351959,
- "thread": 138566156539584,
+ "created": 1756483026.0388649,
+ "msecs": 38.0,
+ "relativeCreated": 3734.288664,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"brightness\": 254}'",
- "asctime": "2025-08-22 21:13:45,153"
+ "asctime": "2025-08-29 17:57:06,038"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -13055,16 +13163,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.153722,
- "msecs": 153.0,
- "relativeCreated": 3606.611509,
- "thread": 138566156539584,
+ "created": 1756483026.0391204,
+ "msecs": 39.0,
+ "relativeCreated": 3734.544029,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:45,153"
+ "asctime": "2025-08-29 17:57:06,039"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -13082,16 +13190,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.1544278,
- "msecs": 154.0,
- "relativeCreated": 3607.317033,
- "thread": 138566156539584,
+ "created": 1756483026.0396256,
+ "msecs": 39.0,
+ "relativeCreated": 3735.049507,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:45,154"
+ "asctime": "2025-08-29 17:57:06,039"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -13109,19 +13217,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.1962414,
- "msecs": 196.0,
- "relativeCreated": 3649.130756,
- "thread": 138566156539584,
+ "created": 1756483026.081341,
+ "msecs": 81.0,
+ "relativeCreated": 3776.764532,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'100'",
- "asctime": "2025-08-22 21:13:45,196"
+ "asctime": "2025-08-29 17:57:06,081"
}
],
- "time_consumption": 0.05520033836364746
+ "time_consumption": 0.055520057678222656
},
{
"name": "__tLogger__",
@@ -13139,16 +13247,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890025.2517943,
- "msecs": 251.0,
- "relativeCreated": 3704.68389,
- "thread": 138566182236416,
+ "created": 1756483026.1371915,
+ "msecs": 137.0,
+ "relativeCreated": 3832.615076,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.brightness (ffe.livingroom.main_light) is correct (Content 100 and Type is ).",
- "asctime": "2025-08-22 21:13:45,251",
+ "asctime": "2025-08-29 17:57:06,137",
"moduleLogger": [
{
"name": "__unittest__",
@@ -13167,16 +13275,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890025.2516944,
- "msecs": 251.0,
- "relativeCreated": 3704.583621,
- "thread": 138566182236416,
+ "created": 1756483026.1370947,
+ "msecs": 137.0,
+ "relativeCreated": 3832.518247,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.brightness (ffe.livingroom.main_light)): 100 ()",
- "asctime": "2025-08-22 21:13:45,251"
+ "asctime": "2025-08-29 17:57:06,137"
},
{
"name": "__unittest__",
@@ -13196,28 +13304,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890025.251754,
- "msecs": 251.0,
- "relativeCreated": 3704.643376,
- "thread": 138566182236416,
+ "created": 1756483026.13715,
+ "msecs": 137.0,
+ "relativeCreated": 3832.573572,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.brightness (ffe.livingroom.main_light)): result = 100 ()",
- "asctime": "2025-08-22 21:13:45,251"
+ "asctime": "2025-08-29 17:57:06,137"
}
],
- "time_consumption": 4.029273986816406e-05
+ "time_consumption": 4.1484832763671875e-05
}
],
- "time_consumption": 0.8081748485565186,
- "time_start": "2025-08-22 21:13:44,443",
- "time_finished": "2025-08-22 21:13:45,251"
+ "time_consumption": 0.8066048622131348,
+ "time_start": "2025-08-29 17:57:05,330",
+ "time_finished": "2025-08-29 17:57:06,137"
},
- "Light.brightness (ffe.livingroom.main_light) -> ViDevLight.brightness (ffe.livingroom.main_light)": {
+ "Light.brightness (ffe.livingroom.main_light) -> ViDevCommon.brightness (ffe.livingroom.main_light)": {
"name": "__tLogger__",
- "msg": "Light.brightness (ffe.livingroom.main_light) -> ViDevLight.brightness (ffe.livingroom.main_light)",
+ "msg": "Light.brightness (ffe.livingroom.main_light) -> ViDevCommon.brightness (ffe.livingroom.main_light)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -13228,16 +13336,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890025.2520778,
- "msecs": 252.0,
- "relativeCreated": 3704.967147,
- "thread": 138566182236416,
+ "created": 1756483026.1374276,
+ "msecs": 137.0,
+ "relativeCreated": 3832.851169,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Light.brightness (ffe.livingroom.main_light) -> ViDevLight.brightness (ffe.livingroom.main_light)",
- "asctime": "2025-08-22 21:13:45,252",
+ "message": "Light.brightness (ffe.livingroom.main_light) -> ViDevCommon.brightness (ffe.livingroom.main_light)",
+ "asctime": "2025-08-29 17:57:06,137",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -13253,16 +13361,16 @@
"stack_info": null,
"lineno": 13,
"funcName": "device_follow",
- "created": 1755890025.352336,
- "msecs": 352.0,
- "relativeCreated": 3805.225172,
- "thread": 138566182236416,
+ "created": 1756483026.2381086,
+ "msecs": 238.0,
+ "relativeCreated": 3933.53223,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Switching on device",
- "asctime": "2025-08-22 21:13:45,352",
+ "asctime": "2025-08-29 17:57:06,238",
"moduleLogger": [],
"time_consumption": 0.0
},
@@ -13281,16 +13389,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890025.4530895,
- "msecs": 453.0,
- "relativeCreated": 3905.979049,
- "thread": 138566182236416,
+ "created": 1756483026.3387978,
+ "msecs": 338.0,
+ "relativeCreated": 4034.221398,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state 100",
- "asctime": "2025-08-22 21:13:45,453",
+ "asctime": "2025-08-29 17:57:06,338",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness.set",
@@ -13308,19 +13416,19 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.3526134,
- "msecs": 352.0,
- "relativeCreated": 3805.502796,
- "thread": 138566182236416,
+ "created": 1756483026.2384186,
+ "msecs": 238.0,
+ "relativeCreated": 3933.842356,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/brightness/set and payload 100",
- "asctime": "2025-08-22 21:13:45,352"
+ "asctime": "2025-08-29 17:57:06,238"
}
],
- "time_consumption": 0.10047602653503418
+ "time_consumption": 0.10037922859191895
},
{
"name": "__tLogger__",
@@ -13338,16 +13446,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890025.453392,
- "msecs": 453.0,
- "relativeCreated": 3906.281558,
- "thread": 138566182236416,
+ "created": 1756483026.3390906,
+ "msecs": 339.0,
+ "relativeCreated": 4034.514328,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (100, 100) and Type is ).",
- "asctime": "2025-08-22 21:13:45,453",
+ "asctime": "2025-08-29 17:57:06,339",
"moduleLogger": [
{
"name": "__unittest__",
@@ -13366,16 +13474,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890025.4533029,
- "msecs": 453.0,
- "relativeCreated": 3906.192295,
- "thread": 138566182236416,
+ "created": 1756483026.3390017,
+ "msecs": 339.0,
+ "relativeCreated": 4034.425383,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (100, 100) ()",
- "asctime": "2025-08-22 21:13:45,453"
+ "asctime": "2025-08-29 17:57:06,339"
},
{
"name": "__unittest__",
@@ -13395,218 +13503,218 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890025.453355,
- "msecs": 453.0,
- "relativeCreated": 3906.244367,
- "thread": 138566182236416,
+ "created": 1756483026.3390505,
+ "msecs": 339.0,
+ "relativeCreated": 4034.47413,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (100, 100) ()",
- "asctime": "2025-08-22 21:13:45,453"
- }
- ],
- "time_consumption": 3.695487976074219e-05
- },
- {
- "name": "__tLogger__",
- "msg": "Setting state of %s to %s",
- "args": [
- "Light.brightness (ffe.livingroom.main_light)",
- "0"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/tests/common_testcases.py",
- "filename": "common_testcases.py",
- "module": "common_testcases",
- "exc_text": null,
- "stack_info": null,
- "lineno": 28,
- "funcName": "device_follow",
- "created": 1755890025.5540898,
- "msecs": 554.0,
- "relativeCreated": 4006.979181,
- "thread": 138566182236416,
- "threadName": "MainThread",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Setting state of Light.brightness (ffe.livingroom.main_light) to 0",
- "asctime": "2025-08-22 21:13:45,554",
- "moduleLogger": [
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
- "msg": "Sending message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/main_light",
- "{\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 75,
- "funcName": "send",
- "created": 1755890025.4535544,
- "msecs": 453.0,
- "relativeCreated": 3906.443718,
- "thread": 138566182236416,
- "threadName": "MainThread",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:45,453"
- },
- {
- "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "zigbee_ffe/ffe/livingroom/main_light",
- "b'{\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890025.4545245,
- "msecs": 454.0,
- "relativeCreated": 3907.413729,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:45,454"
- },
- {
- "name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
- "msg": "Received message with topic %s and payload %s",
- "args": [
- "videv/ffe/livingroom/main_light/brightness",
- "b'0'"
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
- "filename": "__init__.py",
- "module": "__init__",
- "exc_text": null,
- "stack_info": null,
- "lineno": 92,
- "funcName": "__receive__",
- "created": 1755890025.4557457,
- "msecs": 455.0,
- "relativeCreated": 3908.635085,
- "thread": 138566156539584,
- "threadName": "paho-mqtt-client-",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'0'",
- "asctime": "2025-08-22 21:13:45,455"
- }
- ],
- "time_consumption": 0.09834408760070801
- },
- {
- "name": "__tLogger__",
- "msg": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
- "args": [
- "0",
- ""
- ],
- "levelname": "INFO",
- "levelno": 20,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/unittest/test.py",
- "filename": "test.py",
- "module": "test",
- "exc_text": null,
- "stack_info": null,
- "lineno": 184,
- "funcName": "equivalency_chk",
- "created": 1755890025.5544086,
- "msecs": 554.0,
- "relativeCreated": 4007.297975,
- "thread": 138566182236416,
- "threadName": "MainThread",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content 0 and Type is ).",
- "asctime": "2025-08-22 21:13:45,554",
- "moduleLogger": [
- {
- "name": "__unittest__",
- "msg": "Result (%s): %s (%s)",
- "args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
- "0",
- ""
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/unittest/test.py",
- "filename": "test.py",
- "module": "test",
- "exc_text": null,
- "stack_info": null,
- "lineno": 22,
- "funcName": "__report_result__",
- "created": 1755890025.5543113,
- "msecs": 554.0,
- "relativeCreated": 4007.200661,
- "thread": 138566182236416,
- "threadName": "MainThread",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Result (Value for ViDevLight.brightness (ffe.livingroom.main_light)): 0 ()",
- "asctime": "2025-08-22 21:13:45,554"
- },
- {
- "name": "__unittest__",
- "msg": "Expectation (%s): result %s %s (%s)",
- "args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
- "=",
- "0",
- ""
- ],
- "levelname": "DEBUG",
- "levelno": 10,
- "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/unittest/test.py",
- "filename": "test.py",
- "module": "test",
- "exc_text": null,
- "stack_info": null,
- "lineno": 26,
- "funcName": "__report_expectation__",
- "created": 1755890025.5543685,
- "msecs": 554.0,
- "relativeCreated": 4007.257878,
- "thread": 138566182236416,
- "threadName": "MainThread",
- "processName": "MainProcess",
- "process": 1969116,
- "taskName": null,
- "message": "Expectation (Value for ViDevLight.brightness (ffe.livingroom.main_light)): result = 0 ()",
- "asctime": "2025-08-22 21:13:45,554"
+ "asctime": "2025-08-29 17:57:06,339"
}
],
"time_consumption": 4.00543212890625e-05
},
+ {
+ "name": "__tLogger__",
+ "msg": "Setting state of %s to %s",
+ "args": [
+ "Light.brightness (ffe.livingroom.main_light)",
+ "0"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/tests/common_testcases.py",
+ "filename": "common_testcases.py",
+ "module": "common_testcases",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 28,
+ "funcName": "device_follow",
+ "created": 1756483026.4395833,
+ "msecs": 439.0,
+ "relativeCreated": 4135.006929,
+ "thread": 136328761630976,
+ "threadName": "MainThread",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Setting state of Light.brightness (ffe.livingroom.main_light) to 0",
+ "asctime": "2025-08-29 17:57:06,439",
+ "moduleLogger": [
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
+ "msg": "Sending message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/main_light",
+ "{\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 75,
+ "funcName": "send",
+ "created": 1756483026.339242,
+ "msecs": 339.0,
+ "relativeCreated": 4034.665571,
+ "thread": 136328761630976,
+ "threadName": "MainThread",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}",
+ "asctime": "2025-08-29 17:57:06,339"
+ },
+ {
+ "name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "zigbee_ffe/ffe/livingroom/main_light",
+ "b'{\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483026.3399293,
+ "msecs": 339.0,
+ "relativeCreated": 4035.353011,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 1.0, \"color_temp\": 352.0}'",
+ "asctime": "2025-08-29 17:57:06,339"
+ },
+ {
+ "name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
+ "msg": "Received message with topic %s and payload %s",
+ "args": [
+ "videv/ffe/livingroom/main_light/brightness",
+ "b'0'"
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/mqtt/__init__.py",
+ "filename": "__init__.py",
+ "module": "__init__",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 92,
+ "funcName": "__receive__",
+ "created": 1756483026.3414457,
+ "msecs": 341.0,
+ "relativeCreated": 4036.869328,
+ "thread": 136328734033600,
+ "threadName": "paho-mqtt-client-",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'0'",
+ "asctime": "2025-08-29 17:57:06,341"
+ }
+ ],
+ "time_consumption": 0.09813761711120605
+ },
+ {
+ "name": "__tLogger__",
+ "msg": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "args": [
+ "0",
+ ""
+ ],
+ "levelname": "INFO",
+ "levelno": 20,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/unittest/test.py",
+ "filename": "test.py",
+ "module": "test",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 184,
+ "funcName": "equivalency_chk",
+ "created": 1756483026.4399095,
+ "msecs": 439.0,
+ "relativeCreated": 4135.332986,
+ "thread": 136328761630976,
+ "threadName": "MainThread",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content 0 and Type is ).",
+ "asctime": "2025-08-29 17:57:06,439",
+ "moduleLogger": [
+ {
+ "name": "__unittest__",
+ "msg": "Result (%s): %s (%s)",
+ "args": [
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
+ "0",
+ ""
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/unittest/test.py",
+ "filename": "test.py",
+ "module": "test",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 22,
+ "funcName": "__report_result__",
+ "created": 1756483026.4397967,
+ "msecs": 439.0,
+ "relativeCreated": 4135.220412,
+ "thread": 136328761630976,
+ "threadName": "MainThread",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Result (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): 0 ()",
+ "asctime": "2025-08-29 17:57:06,439"
+ },
+ {
+ "name": "__unittest__",
+ "msg": "Expectation (%s): result %s %s (%s)",
+ "args": [
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
+ "=",
+ "0",
+ ""
+ ],
+ "levelname": "DEBUG",
+ "levelno": 10,
+ "pathname": "/home/dirk/work/smarthome_collection/smart_brain_test/unittest/test.py",
+ "filename": "test.py",
+ "module": "test",
+ "exc_text": null,
+ "stack_info": null,
+ "lineno": 26,
+ "funcName": "__report_expectation__",
+ "created": 1756483026.439868,
+ "msecs": 439.0,
+ "relativeCreated": 4135.291514,
+ "thread": 136328761630976,
+ "threadName": "MainThread",
+ "processName": "MainProcess",
+ "process": 743664,
+ "taskName": null,
+ "message": "Expectation (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): result = 0 ()",
+ "asctime": "2025-08-29 17:57:06,439"
+ }
+ ],
+ "time_consumption": 4.1484832763671875e-05
+ },
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
@@ -13623,16 +13731,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890025.655074,
- "msecs": 655.0,
- "relativeCreated": 4107.963163,
- "thread": 138566182236416,
+ "created": 1756483026.5404172,
+ "msecs": 540.0,
+ "relativeCreated": 4235.840928,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.brightness (ffe.livingroom.main_light) to 20",
- "asctime": "2025-08-22 21:13:45,655",
+ "asctime": "2025-08-29 17:57:06,540",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -13650,16 +13758,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.5545723,
- "msecs": 554.0,
- "relativeCreated": 4007.461754,
- "thread": 138566182236416,
+ "created": 1756483026.4400606,
+ "msecs": 440.0,
+ "relativeCreated": 4135.484453,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 52.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:45,554"
+ "asctime": "2025-08-29 17:57:06,440"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -13677,16 +13785,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.5555952,
- "msecs": 555.0,
- "relativeCreated": 4008.48459,
- "thread": 138566156539584,
+ "created": 1756483026.4409,
+ "msecs": 440.0,
+ "relativeCreated": 4136.323787,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 52.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:45,555"
+ "asctime": "2025-08-29 17:57:06,440"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -13704,23 +13812,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.5570736,
- "msecs": 557.0,
- "relativeCreated": 4009.962998,
- "thread": 138566156539584,
+ "created": 1756483026.4425309,
+ "msecs": 442.0,
+ "relativeCreated": 4137.954599,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'20'",
- "asctime": "2025-08-22 21:13:45,557"
+ "asctime": "2025-08-29 17:57:06,442"
}
],
- "time_consumption": 0.09800028800964355
+ "time_consumption": 0.09788632392883301
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"20",
""
@@ -13734,22 +13842,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890025.6554232,
- "msecs": 655.0,
- "relativeCreated": 4108.312607,
- "thread": 138566182236416,
+ "created": 1756483026.5407333,
+ "msecs": 540.0,
+ "relativeCreated": 4236.157071,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content 20 and Type is ).",
- "asctime": "2025-08-22 21:13:45,655",
+ "message": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content 20 and Type is ).",
+ "asctime": "2025-08-29 17:57:06,540",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"20",
""
],
@@ -13762,22 +13870,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890025.6553028,
- "msecs": 655.0,
- "relativeCreated": 4108.192185,
- "thread": 138566182236416,
+ "created": 1756483026.5406215,
+ "msecs": 540.0,
+ "relativeCreated": 4236.045353,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.brightness (ffe.livingroom.main_light)): 20 ()",
- "asctime": "2025-08-22 21:13:45,655"
+ "message": "Result (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): 20 ()",
+ "asctime": "2025-08-29 17:57:06,540"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"=",
"20",
""
@@ -13791,19 +13899,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890025.6553807,
- "msecs": 655.0,
- "relativeCreated": 4108.270046,
- "thread": 138566182236416,
+ "created": 1756483026.5406911,
+ "msecs": 540.0,
+ "relativeCreated": 4236.114922,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.brightness (ffe.livingroom.main_light)): result = 20 ()",
- "asctime": "2025-08-22 21:13:45,655"
+ "message": "Expectation (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): result = 20 ()",
+ "asctime": "2025-08-29 17:57:06,540"
}
],
- "time_consumption": 4.2438507080078125e-05
+ "time_consumption": 4.220008850097656e-05
},
{
"name": "__tLogger__",
@@ -13821,16 +13929,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890025.7560923,
- "msecs": 756.0,
- "relativeCreated": 4208.981812,
- "thread": 138566182236416,
+ "created": 1756483026.6413028,
+ "msecs": 641.0,
+ "relativeCreated": 4336.726383,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.brightness (ffe.livingroom.main_light) to 40",
- "asctime": "2025-08-22 21:13:45,756",
+ "asctime": "2025-08-29 17:57:06,641",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -13848,16 +13956,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.655595,
- "msecs": 655.0,
- "relativeCreated": 4108.484489,
- "thread": 138566182236416,
+ "created": 1756483026.5409026,
+ "msecs": 540.0,
+ "relativeCreated": 4236.326259,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 102.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:45,655"
+ "asctime": "2025-08-29 17:57:06,540"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -13875,16 +13983,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.6566956,
- "msecs": 656.0,
- "relativeCreated": 4109.584842,
- "thread": 138566156539584,
+ "created": 1756483026.5418224,
+ "msecs": 541.0,
+ "relativeCreated": 4237.246148,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 102.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:45,656"
+ "asctime": "2025-08-29 17:57:06,541"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -13902,23 +14010,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.6581852,
- "msecs": 658.0,
- "relativeCreated": 4111.074584,
- "thread": 138566156539584,
+ "created": 1756483026.543582,
+ "msecs": 543.0,
+ "relativeCreated": 4239.00552,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'40'",
- "asctime": "2025-08-22 21:13:45,658"
+ "asctime": "2025-08-29 17:57:06,543"
}
],
- "time_consumption": 0.09790706634521484
+ "time_consumption": 0.09772086143493652
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"40",
""
@@ -13932,22 +14040,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890025.7564178,
- "msecs": 756.0,
- "relativeCreated": 4209.307147,
- "thread": 138566182236416,
+ "created": 1756483026.6415737,
+ "msecs": 641.0,
+ "relativeCreated": 4336.997269,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content 40 and Type is ).",
- "asctime": "2025-08-22 21:13:45,756",
+ "message": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content 40 and Type is ).",
+ "asctime": "2025-08-29 17:57:06,641",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"40",
""
],
@@ -13960,22 +14068,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890025.7563212,
- "msecs": 756.0,
- "relativeCreated": 4209.210753,
- "thread": 138566182236416,
+ "created": 1756483026.6414967,
+ "msecs": 641.0,
+ "relativeCreated": 4336.920196,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.brightness (ffe.livingroom.main_light)): 40 ()",
- "asctime": "2025-08-22 21:13:45,756"
+ "message": "Result (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): 40 ()",
+ "asctime": "2025-08-29 17:57:06,641"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"=",
"40",
""
@@ -13989,19 +14097,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890025.7563767,
- "msecs": 756.0,
- "relativeCreated": 4209.266205,
- "thread": 138566182236416,
+ "created": 1756483026.6415408,
+ "msecs": 641.0,
+ "relativeCreated": 4336.964527,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.brightness (ffe.livingroom.main_light)): result = 40 ()",
- "asctime": "2025-08-22 21:13:45,756"
+ "message": "Expectation (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): result = 40 ()",
+ "asctime": "2025-08-29 17:57:06,641"
}
],
- "time_consumption": 4.100799560546875e-05
+ "time_consumption": 3.2901763916015625e-05
},
{
"name": "__tLogger__",
@@ -14019,16 +14127,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890025.8570707,
- "msecs": 857.0,
- "relativeCreated": 4309.96009,
- "thread": 138566182236416,
+ "created": 1756483026.7420597,
+ "msecs": 742.0,
+ "relativeCreated": 4437.483404,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.brightness (ffe.livingroom.main_light) to 60",
- "asctime": "2025-08-22 21:13:45,857",
+ "asctime": "2025-08-29 17:57:06,742",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -14046,16 +14154,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.7565815,
- "msecs": 756.0,
- "relativeCreated": 4209.470929,
- "thread": 138566182236416,
+ "created": 1756483026.6417172,
+ "msecs": 641.0,
+ "relativeCreated": 4337.140854,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 153.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:45,756"
+ "asctime": "2025-08-29 17:57:06,641"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -14073,16 +14181,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.7577765,
- "msecs": 757.0,
- "relativeCreated": 4210.66574,
- "thread": 138566156539584,
+ "created": 1756483026.6423898,
+ "msecs": 642.0,
+ "relativeCreated": 4337.813522,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 153.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:45,757"
+ "asctime": "2025-08-29 17:57:06,642"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -14100,23 +14208,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.7591817,
- "msecs": 759.0,
- "relativeCreated": 4212.071273,
- "thread": 138566156539584,
+ "created": 1756483026.6439588,
+ "msecs": 643.0,
+ "relativeCreated": 4339.38249,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'60'",
- "asctime": "2025-08-22 21:13:45,759"
+ "asctime": "2025-08-29 17:57:06,643"
}
],
- "time_consumption": 0.09788894653320312
+ "time_consumption": 0.09810090065002441
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"60",
""
@@ -14130,22 +14238,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890025.8573995,
- "msecs": 857.0,
- "relativeCreated": 4310.288907,
- "thread": 138566182236416,
+ "created": 1756483026.742348,
+ "msecs": 742.0,
+ "relativeCreated": 4437.771781,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content 60 and Type is ).",
- "asctime": "2025-08-22 21:13:45,857",
+ "message": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content 60 and Type is ).",
+ "asctime": "2025-08-29 17:57:06,742",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"60",
""
],
@@ -14158,22 +14266,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890025.8573005,
- "msecs": 857.0,
- "relativeCreated": 4310.189845,
- "thread": 138566182236416,
+ "created": 1756483026.742263,
+ "msecs": 742.0,
+ "relativeCreated": 4437.686839,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.brightness (ffe.livingroom.main_light)): 60 ()",
- "asctime": "2025-08-22 21:13:45,857"
+ "message": "Result (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): 60 ()",
+ "asctime": "2025-08-29 17:57:06,742"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"=",
"60",
""
@@ -14187,19 +14295,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890025.8573573,
- "msecs": 857.0,
- "relativeCreated": 4310.246775,
- "thread": 138566182236416,
+ "created": 1756483026.7423115,
+ "msecs": 742.0,
+ "relativeCreated": 4437.735178,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.brightness (ffe.livingroom.main_light)): result = 60 ()",
- "asctime": "2025-08-22 21:13:45,857"
+ "message": "Expectation (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): result = 60 ()",
+ "asctime": "2025-08-29 17:57:06,742"
}
],
- "time_consumption": 4.220008850097656e-05
+ "time_consumption": 3.647804260253906e-05
},
{
"name": "__tLogger__",
@@ -14217,16 +14325,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890025.9580886,
- "msecs": 958.0,
- "relativeCreated": 4410.978235,
- "thread": 138566182236416,
+ "created": 1756483026.8428295,
+ "msecs": 842.0,
+ "relativeCreated": 4538.253312,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.brightness (ffe.livingroom.main_light) to 80",
- "asctime": "2025-08-22 21:13:45,958",
+ "asctime": "2025-08-29 17:57:06,842",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -14244,16 +14352,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.8575635,
- "msecs": 857.0,
- "relativeCreated": 4310.452749,
- "thread": 138566182236416,
+ "created": 1756483026.742488,
+ "msecs": 742.0,
+ "relativeCreated": 4437.911521,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 203.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:45,857"
+ "asctime": "2025-08-29 17:57:06,742"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -14271,16 +14379,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.8586695,
- "msecs": 858.0,
- "relativeCreated": 4311.559083,
- "thread": 138566156539584,
+ "created": 1756483026.7432811,
+ "msecs": 743.0,
+ "relativeCreated": 4438.704828,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 203.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:45,858"
+ "asctime": "2025-08-29 17:57:06,743"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -14298,23 +14406,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.860098,
- "msecs": 860.0,
- "relativeCreated": 4312.987277,
- "thread": 138566156539584,
+ "created": 1756483026.7449086,
+ "msecs": 744.0,
+ "relativeCreated": 4440.332221,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'80'",
- "asctime": "2025-08-22 21:13:45,860"
+ "asctime": "2025-08-29 17:57:06,744"
}
],
- "time_consumption": 0.09799075126647949
+ "time_consumption": 0.09792089462280273
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"80",
""
@@ -14328,22 +14436,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890025.9584146,
- "msecs": 958.0,
- "relativeCreated": 4411.303896,
- "thread": 138566182236416,
+ "created": 1756483026.8431664,
+ "msecs": 843.0,
+ "relativeCreated": 4538.59011,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content 80 and Type is ).",
- "asctime": "2025-08-22 21:13:45,958",
+ "message": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content 80 and Type is ).",
+ "asctime": "2025-08-29 17:57:06,843",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"80",
""
],
@@ -14356,22 +14464,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890025.9583158,
- "msecs": 958.0,
- "relativeCreated": 4411.205175,
- "thread": 138566182236416,
+ "created": 1756483026.8430748,
+ "msecs": 843.0,
+ "relativeCreated": 4538.498379,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.brightness (ffe.livingroom.main_light)): 80 ()",
- "asctime": "2025-08-22 21:13:45,958"
+ "message": "Result (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): 80 ()",
+ "asctime": "2025-08-29 17:57:06,843"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"=",
"80",
""
@@ -14385,19 +14493,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890025.9583716,
- "msecs": 958.0,
- "relativeCreated": 4411.261043,
- "thread": 138566182236416,
+ "created": 1756483026.8431273,
+ "msecs": 843.0,
+ "relativeCreated": 4538.551002,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.brightness (ffe.livingroom.main_light)): result = 80 ()",
- "asctime": "2025-08-22 21:13:45,958"
+ "message": "Expectation (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): result = 80 ()",
+ "asctime": "2025-08-29 17:57:06,843"
}
],
- "time_consumption": 4.291534423828125e-05
+ "time_consumption": 3.910064697265625e-05
},
{
"name": "__tLogger__",
@@ -14415,16 +14523,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890026.0590937,
- "msecs": 59.0,
- "relativeCreated": 4511.983179,
- "thread": 138566182236416,
+ "created": 1756483026.9437442,
+ "msecs": 943.0,
+ "relativeCreated": 4639.16806,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.brightness (ffe.livingroom.main_light) to 100",
- "asctime": "2025-08-22 21:13:46,059",
+ "asctime": "2025-08-29 17:57:06,943",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -14442,16 +14550,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890025.9585795,
- "msecs": 958.0,
- "relativeCreated": 4411.468917,
- "thread": 138566182236416,
+ "created": 1756483026.8433151,
+ "msecs": 843.0,
+ "relativeCreated": 4538.738893,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 352.0}",
- "asctime": "2025-08-22 21:13:45,958"
+ "asctime": "2025-08-29 17:57:06,843"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -14469,16 +14577,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.959546,
- "msecs": 959.0,
- "relativeCreated": 4412.435434,
- "thread": 138566156539584,
+ "created": 1756483026.8441606,
+ "msecs": 844.0,
+ "relativeCreated": 4539.584153,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 352.0}'",
- "asctime": "2025-08-22 21:13:45,959"
+ "asctime": "2025-08-29 17:57:06,844"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.brightness",
@@ -14496,23 +14604,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890025.961012,
- "msecs": 961.0,
- "relativeCreated": 4413.901282,
- "thread": 138566156539584,
+ "created": 1756483026.845947,
+ "msecs": 845.0,
+ "relativeCreated": 4541.37081,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/brightness and payload b'100'",
- "asctime": "2025-08-22 21:13:45,961"
+ "asctime": "2025-08-29 17:57:06,845"
}
],
- "time_consumption": 0.09808182716369629
+ "time_consumption": 0.09779715538024902
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"100",
""
@@ -14526,22 +14634,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890026.059422,
- "msecs": 59.0,
- "relativeCreated": 4512.311308,
- "thread": 138566182236416,
+ "created": 1756483026.9441392,
+ "msecs": 944.0,
+ "relativeCreated": 4639.56293,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.brightness (ffe.livingroom.main_light) is correct (Content 100 and Type is ).",
- "asctime": "2025-08-22 21:13:46,059",
+ "message": "Value for ViDevCommon.brightness (ffe.livingroom.main_light) is correct (Content 100 and Type is ).",
+ "asctime": "2025-08-29 17:57:06,944",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"100",
""
],
@@ -14554,22 +14662,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890026.0593214,
- "msecs": 59.0,
- "relativeCreated": 4512.210623,
- "thread": 138566182236416,
+ "created": 1756483026.9440174,
+ "msecs": 944.0,
+ "relativeCreated": 4639.441213,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.brightness (ffe.livingroom.main_light)): 100 ()",
- "asctime": "2025-08-22 21:13:46,059"
+ "message": "Result (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): 100 ()",
+ "asctime": "2025-08-29 17:57:06,944"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.brightness (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.brightness (ffe.livingroom.main_light)",
"=",
"100",
""
@@ -14583,28 +14691,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890026.059379,
- "msecs": 59.0,
- "relativeCreated": 4512.268721,
- "thread": 138566182236416,
+ "created": 1756483026.944088,
+ "msecs": 944.0,
+ "relativeCreated": 4639.511682,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.brightness (ffe.livingroom.main_light)): result = 100 ()",
- "asctime": "2025-08-22 21:13:46,059"
+ "message": "Expectation (Value for ViDevCommon.brightness (ffe.livingroom.main_light)): result = 100 ()",
+ "asctime": "2025-08-29 17:57:06,944"
}
],
- "time_consumption": 4.291534423828125e-05
+ "time_consumption": 5.125999450683594e-05
}
],
- "time_consumption": 0.8073441982269287,
- "time_start": "2025-08-22 21:13:45,252",
- "time_finished": "2025-08-22 21:13:46,059"
+ "time_consumption": 0.8067116737365723,
+ "time_start": "2025-08-29 17:57:06,137",
+ "time_finished": "2025-08-29 17:57:06,944"
},
- "ViDevLight.color_temp (ffe.livingroom.main_light) -> Light.color_temp (ffe.livingroom.main_light)": {
+ "ViDevCommon.color_temp (ffe.livingroom.main_light) -> Light.color_temp (ffe.livingroom.main_light)": {
"name": "__tLogger__",
- "msg": "ViDevLight.color_temp (ffe.livingroom.main_light) -> Light.color_temp (ffe.livingroom.main_light)",
+ "msg": "ViDevCommon.color_temp (ffe.livingroom.main_light) -> Light.color_temp (ffe.livingroom.main_light)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -14615,16 +14723,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890026.0596392,
- "msecs": 59.0,
- "relativeCreated": 4512.528784,
- "thread": 138566182236416,
+ "created": 1756483026.9444373,
+ "msecs": 944.0,
+ "relativeCreated": 4639.860934,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "ViDevLight.color_temp (ffe.livingroom.main_light) -> Light.color_temp (ffe.livingroom.main_light)",
- "asctime": "2025-08-22 21:13:46,059",
+ "message": "ViDevCommon.color_temp (ffe.livingroom.main_light) -> Light.color_temp (ffe.livingroom.main_light)",
+ "asctime": "2025-08-29 17:57:06,944",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -14640,16 +14748,16 @@
"stack_info": null,
"lineno": 13,
"funcName": "device_follow",
- "created": 1755890026.160089,
- "msecs": 160.0,
- "relativeCreated": 4612.978496,
- "thread": 138566182236416,
+ "created": 1756483027.0446842,
+ "msecs": 44.0,
+ "relativeCreated": 4740.108015,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Switching on device",
- "asctime": "2025-08-22 21:13:46,160",
+ "asctime": "2025-08-29 17:57:07,044",
"moduleLogger": [],
"time_consumption": 0.0
},
@@ -14668,16 +14776,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890026.2611256,
- "msecs": 261.0,
- "relativeCreated": 4714.015023,
- "thread": 138566182236416,
+ "created": 1756483027.1455913,
+ "msecs": 145.0,
+ "relativeCreated": 4841.014889,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state 10",
- "asctime": "2025-08-22 21:13:46,261",
+ "asctime": "2025-08-29 17:57:07,145",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp.set",
@@ -14695,16 +14803,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.160373,
- "msecs": 160.0,
- "relativeCreated": 4613.262343,
- "thread": 138566182236416,
+ "created": 1756483027.0450063,
+ "msecs": 45.0,
+ "relativeCreated": 4740.430042,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/color_temp/set and payload 10",
- "asctime": "2025-08-22 21:13:46,160"
+ "asctime": "2025-08-29 17:57:07,045"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -14722,16 +14830,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.1606922,
- "msecs": 160.0,
- "relativeCreated": 4613.581535,
- "thread": 138566182236416,
+ "created": 1756483027.0452964,
+ "msecs": 45.0,
+ "relativeCreated": 4740.719993,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 454.0}",
- "asctime": "2025-08-22 21:13:46,160"
+ "asctime": "2025-08-29 17:57:07,045"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -14749,16 +14857,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.1629324,
- "msecs": 162.0,
- "relativeCreated": 4615.821864,
- "thread": 138566156539584,
+ "created": 1756483027.0475416,
+ "msecs": 47.0,
+ "relativeCreated": 4742.965187,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"color_temp\": 454}'",
- "asctime": "2025-08-22 21:13:46,162"
+ "asctime": "2025-08-29 17:57:07,047"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -14776,16 +14884,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.163289,
- "msecs": 163.0,
- "relativeCreated": 4616.178379,
- "thread": 138566156539584,
+ "created": 1756483027.0479054,
+ "msecs": 47.0,
+ "relativeCreated": 4743.329346,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 454.0}'",
- "asctime": "2025-08-22 21:13:46,163"
+ "asctime": "2025-08-29 17:57:07,047"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -14803,19 +14911,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.2051773,
- "msecs": 205.0,
- "relativeCreated": 4658.06665,
- "thread": 138566156539584,
+ "created": 1756483027.091243,
+ "msecs": 91.0,
+ "relativeCreated": 4786.666765,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'10'",
- "asctime": "2025-08-22 21:13:46,205"
+ "asctime": "2025-08-29 17:57:07,091"
}
],
- "time_consumption": 0.05594825744628906
+ "time_consumption": 0.05434823036193848
},
{
"name": "__tLogger__",
@@ -14833,16 +14941,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890026.2614434,
- "msecs": 261.0,
- "relativeCreated": 4714.332747,
- "thread": 138566182236416,
+ "created": 1756483027.1459272,
+ "msecs": 145.0,
+ "relativeCreated": 4841.350905,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (10, 10) and Type is ).",
- "asctime": "2025-08-22 21:13:46,261",
+ "asctime": "2025-08-29 17:57:07,145",
"moduleLogger": [
{
"name": "__unittest__",
@@ -14861,16 +14969,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890026.26135,
- "msecs": 261.0,
- "relativeCreated": 4714.239261,
- "thread": 138566182236416,
+ "created": 1756483027.1458197,
+ "msecs": 145.0,
+ "relativeCreated": 4841.243459,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (10, 10) ()",
- "asctime": "2025-08-22 21:13:46,261"
+ "asctime": "2025-08-29 17:57:07,145"
},
{
"name": "__unittest__",
@@ -14890,25 +14998,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890026.2614038,
- "msecs": 261.0,
- "relativeCreated": 4714.293403,
- "thread": 138566182236416,
+ "created": 1756483027.1458867,
+ "msecs": 145.0,
+ "relativeCreated": 4841.310407,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (10, 10) ()",
- "asctime": "2025-08-22 21:13:46,261"
+ "asctime": "2025-08-29 17:57:07,145"
}
],
- "time_consumption": 3.9577484130859375e-05
+ "time_consumption": 4.0531158447265625e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "ViDevCommon.color_temp (ffe.livingroom.main_light)",
"0"
],
"levelname": "DEBUG",
@@ -14920,16 +15028,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890026.362078,
- "msecs": 362.0,
- "relativeCreated": 4814.967355,
- "thread": 138566182236416,
+ "created": 1756483027.2463598,
+ "msecs": 246.0,
+ "relativeCreated": 4941.783414,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.color_temp (ffe.livingroom.main_light) to 0",
- "asctime": "2025-08-22 21:13:46,362",
+ "message": "Setting state of ViDevCommon.color_temp (ffe.livingroom.main_light) to 0",
+ "asctime": "2025-08-29 17:57:07,246",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp.set",
@@ -14947,16 +15055,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.2615483,
- "msecs": 261.0,
- "relativeCreated": 4714.437772,
- "thread": 138566182236416,
+ "created": 1756483027.1460283,
+ "msecs": 146.0,
+ "relativeCreated": 4841.452005,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/color_temp/set and payload 0",
- "asctime": "2025-08-22 21:13:46,261"
+ "asctime": "2025-08-29 17:57:07,146"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -14974,16 +15082,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.2640312,
- "msecs": 264.0,
- "relativeCreated": 4716.92071,
- "thread": 138566156539584,
+ "created": 1756483027.1484888,
+ "msecs": 148.0,
+ "relativeCreated": 4843.912288,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"color_temp\": 250}'",
- "asctime": "2025-08-22 21:13:46,264"
+ "asctime": "2025-08-29 17:57:07,148"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -15001,16 +15109,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.2642884,
- "msecs": 264.0,
- "relativeCreated": 4717.177828,
- "thread": 138566156539584,
+ "created": 1756483027.1487012,
+ "msecs": 148.0,
+ "relativeCreated": 4844.124835,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 250.0}",
- "asctime": "2025-08-22 21:13:46,264"
+ "asctime": "2025-08-29 17:57:07,148"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -15028,16 +15136,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.2650273,
- "msecs": 265.0,
- "relativeCreated": 4717.916772,
- "thread": 138566156539584,
+ "created": 1756483027.1492183,
+ "msecs": 149.0,
+ "relativeCreated": 4844.642009,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 250.0}'",
- "asctime": "2025-08-22 21:13:46,265"
+ "asctime": "2025-08-29 17:57:07,149"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -15055,19 +15163,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.3062315,
- "msecs": 306.0,
- "relativeCreated": 4759.120865,
- "thread": 138566156539584,
+ "created": 1756483027.191287,
+ "msecs": 191.0,
+ "relativeCreated": 4886.710666,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'0'",
- "asctime": "2025-08-22 21:13:46,306"
+ "asctime": "2025-08-29 17:57:07,191"
}
],
- "time_consumption": 0.055846452713012695
+ "time_consumption": 0.055072784423828125
},
{
"name": "__tLogger__",
@@ -15085,16 +15193,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890026.362432,
- "msecs": 362.0,
- "relativeCreated": 4815.321444,
- "thread": 138566182236416,
+ "created": 1756483027.246653,
+ "msecs": 246.0,
+ "relativeCreated": 4942.076876,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.color_temp (ffe.livingroom.main_light) is correct (Content 0 and Type is ).",
- "asctime": "2025-08-22 21:13:46,362",
+ "asctime": "2025-08-29 17:57:07,246",
"moduleLogger": [
{
"name": "__unittest__",
@@ -15113,16 +15221,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890026.3623104,
- "msecs": 362.0,
- "relativeCreated": 4815.199849,
- "thread": 138566182236416,
+ "created": 1756483027.2465699,
+ "msecs": 246.0,
+ "relativeCreated": 4941.993674,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.color_temp (ffe.livingroom.main_light)): 0 ()",
- "asctime": "2025-08-22 21:13:46,362"
+ "asctime": "2025-08-29 17:57:07,246"
},
{
"name": "__unittest__",
@@ -15142,25 +15250,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890026.3623905,
- "msecs": 362.0,
- "relativeCreated": 4815.279961,
- "thread": 138566182236416,
+ "created": 1756483027.2466173,
+ "msecs": 246.0,
+ "relativeCreated": 4942.040954,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.color_temp (ffe.livingroom.main_light)): result = 0 ()",
- "asctime": "2025-08-22 21:13:46,362"
+ "asctime": "2025-08-29 17:57:07,246"
}
],
- "time_consumption": 4.1484832763671875e-05
+ "time_consumption": 3.5762786865234375e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "ViDevCommon.color_temp (ffe.livingroom.main_light)",
"2"
],
"levelname": "DEBUG",
@@ -15172,16 +15280,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890026.463057,
- "msecs": 463.0,
- "relativeCreated": 4915.946581,
- "thread": 138566182236416,
+ "created": 1756483027.3471088,
+ "msecs": 347.0,
+ "relativeCreated": 5042.532491,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.color_temp (ffe.livingroom.main_light) to 2",
- "asctime": "2025-08-22 21:13:46,463",
+ "message": "Setting state of ViDevCommon.color_temp (ffe.livingroom.main_light) to 2",
+ "asctime": "2025-08-29 17:57:07,347",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp.set",
@@ -15199,16 +15307,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.362544,
- "msecs": 362.0,
- "relativeCreated": 4815.433471,
- "thread": 138566182236416,
+ "created": 1756483027.246752,
+ "msecs": 246.0,
+ "relativeCreated": 4942.175766,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/color_temp/set and payload 2",
- "asctime": "2025-08-22 21:13:46,362"
+ "asctime": "2025-08-29 17:57:07,246"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -15226,16 +15334,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.3651335,
- "msecs": 365.0,
- "relativeCreated": 4818.022867,
- "thread": 138566156539584,
+ "created": 1756483027.2489164,
+ "msecs": 248.0,
+ "relativeCreated": 4944.340124,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"color_temp\": 291}'",
- "asctime": "2025-08-22 21:13:46,365"
+ "asctime": "2025-08-29 17:57:07,248"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -15253,16 +15361,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.3654044,
- "msecs": 365.0,
- "relativeCreated": 4818.293761,
- "thread": 138566156539584,
+ "created": 1756483027.2491117,
+ "msecs": 249.0,
+ "relativeCreated": 4944.535266,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 291.0}",
- "asctime": "2025-08-22 21:13:46,365"
+ "asctime": "2025-08-29 17:57:07,249"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -15280,16 +15388,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.3661826,
- "msecs": 366.0,
- "relativeCreated": 4819.072167,
- "thread": 138566156539584,
+ "created": 1756483027.2495458,
+ "msecs": 249.0,
+ "relativeCreated": 4944.969297,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 291.0}'",
- "asctime": "2025-08-22 21:13:46,366"
+ "asctime": "2025-08-29 17:57:07,249"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -15307,19 +15415,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.4070437,
- "msecs": 407.0,
- "relativeCreated": 4859.932968,
- "thread": 138566156539584,
+ "created": 1756483027.2917583,
+ "msecs": 291.0,
+ "relativeCreated": 4987.181965,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'2'",
- "asctime": "2025-08-22 21:13:46,407"
+ "asctime": "2025-08-29 17:57:07,291"
}
],
- "time_consumption": 0.05601334571838379
+ "time_consumption": 0.055350542068481445
},
{
"name": "__tLogger__",
@@ -15337,16 +15445,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890026.4633846,
- "msecs": 463.0,
- "relativeCreated": 4916.274081,
- "thread": 138566182236416,
+ "created": 1756483027.3475244,
+ "msecs": 347.0,
+ "relativeCreated": 5042.948092,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.color_temp (ffe.livingroom.main_light) is correct (Content 2 and Type is ).",
- "asctime": "2025-08-22 21:13:46,463",
+ "asctime": "2025-08-29 17:57:07,347",
"moduleLogger": [
{
"name": "__unittest__",
@@ -15365,16 +15473,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890026.4632866,
- "msecs": 463.0,
- "relativeCreated": 4916.175973,
- "thread": 138566182236416,
+ "created": 1756483027.3473897,
+ "msecs": 347.0,
+ "relativeCreated": 5042.813448,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.color_temp (ffe.livingroom.main_light)): 2 ()",
- "asctime": "2025-08-22 21:13:46,463"
+ "asctime": "2025-08-29 17:57:07,347"
},
{
"name": "__unittest__",
@@ -15394,25 +15502,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890026.463343,
- "msecs": 463.0,
- "relativeCreated": 4916.232332,
- "thread": 138566182236416,
+ "created": 1756483027.3474696,
+ "msecs": 347.0,
+ "relativeCreated": 5042.893247,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.color_temp (ffe.livingroom.main_light)): result = 2 ()",
- "asctime": "2025-08-22 21:13:46,463"
+ "asctime": "2025-08-29 17:57:07,347"
}
],
- "time_consumption": 4.172325134277344e-05
+ "time_consumption": 5.4836273193359375e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "ViDevCommon.color_temp (ffe.livingroom.main_light)",
"4"
],
"levelname": "DEBUG",
@@ -15424,16 +15532,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890026.5640092,
- "msecs": 564.0,
- "relativeCreated": 5016.898536,
- "thread": 138566182236416,
+ "created": 1756483027.4480796,
+ "msecs": 448.0,
+ "relativeCreated": 5143.503386,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.color_temp (ffe.livingroom.main_light) to 4",
- "asctime": "2025-08-22 21:13:46,564",
+ "message": "Setting state of ViDevCommon.color_temp (ffe.livingroom.main_light) to 4",
+ "asctime": "2025-08-29 17:57:07,448",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp.set",
@@ -15451,16 +15559,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.463497,
- "msecs": 463.0,
- "relativeCreated": 4916.386345,
- "thread": 138566182236416,
+ "created": 1756483027.3476696,
+ "msecs": 347.0,
+ "relativeCreated": 5043.09325,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/color_temp/set and payload 4",
- "asctime": "2025-08-22 21:13:46,463"
+ "asctime": "2025-08-29 17:57:07,347"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -15478,16 +15586,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.4660003,
- "msecs": 466.0,
- "relativeCreated": 4918.889814,
- "thread": 138566156539584,
+ "created": 1756483027.3498867,
+ "msecs": 349.0,
+ "relativeCreated": 5045.310428,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"color_temp\": 332}'",
- "asctime": "2025-08-22 21:13:46,466"
+ "asctime": "2025-08-29 17:57:07,349"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -15505,16 +15613,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.4662695,
- "msecs": 466.0,
- "relativeCreated": 4919.158877,
- "thread": 138566156539584,
+ "created": 1756483027.3500967,
+ "msecs": 350.0,
+ "relativeCreated": 5045.520241,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 332.0}",
- "asctime": "2025-08-22 21:13:46,466"
+ "asctime": "2025-08-29 17:57:07,350"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -15532,16 +15640,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.4670172,
- "msecs": 467.0,
- "relativeCreated": 4919.906722,
- "thread": 138566156539584,
+ "created": 1756483027.35058,
+ "msecs": 350.0,
+ "relativeCreated": 5046.003755,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 332.0}'",
- "asctime": "2025-08-22 21:13:46,467"
+ "asctime": "2025-08-29 17:57:07,350"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -15559,19 +15667,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.508294,
- "msecs": 508.0,
- "relativeCreated": 4961.183427,
- "thread": 138566156539584,
+ "created": 1756483027.3924358,
+ "msecs": 392.0,
+ "relativeCreated": 5087.859395,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'4'",
- "asctime": "2025-08-22 21:13:46,508"
+ "asctime": "2025-08-29 17:57:07,392"
}
],
- "time_consumption": 0.055715084075927734
+ "time_consumption": 0.05564379692077637
},
{
"name": "__tLogger__",
@@ -15589,16 +15697,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890026.5643399,
- "msecs": 564.0,
- "relativeCreated": 5017.229283,
- "thread": 138566182236416,
+ "created": 1756483027.44839,
+ "msecs": 448.0,
+ "relativeCreated": 5143.813532,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.color_temp (ffe.livingroom.main_light) is correct (Content 4 and Type is ).",
- "asctime": "2025-08-22 21:13:46,564",
+ "asctime": "2025-08-29 17:57:07,448",
"moduleLogger": [
{
"name": "__unittest__",
@@ -15617,16 +15725,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890026.5642426,
- "msecs": 564.0,
- "relativeCreated": 5017.132082,
- "thread": 138566182236416,
+ "created": 1756483027.4482872,
+ "msecs": 448.0,
+ "relativeCreated": 5143.710822,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.color_temp (ffe.livingroom.main_light)): 4 ()",
- "asctime": "2025-08-22 21:13:46,564"
+ "asctime": "2025-08-29 17:57:07,448"
},
{
"name": "__unittest__",
@@ -15646,25 +15754,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890026.5642989,
- "msecs": 564.0,
- "relativeCreated": 5017.188033,
- "thread": 138566182236416,
+ "created": 1756483027.4483364,
+ "msecs": 448.0,
+ "relativeCreated": 5143.760057,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.color_temp (ffe.livingroom.main_light)): result = 4 ()",
- "asctime": "2025-08-22 21:13:46,564"
+ "asctime": "2025-08-29 17:57:07,448"
}
],
- "time_consumption": 4.100799560546875e-05
+ "time_consumption": 5.364418029785156e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "ViDevCommon.color_temp (ffe.livingroom.main_light)",
"6"
],
"levelname": "DEBUG",
@@ -15676,16 +15784,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890026.6650107,
- "msecs": 665.0,
- "relativeCreated": 5117.900102,
- "thread": 138566182236416,
+ "created": 1756483027.548817,
+ "msecs": 548.0,
+ "relativeCreated": 5244.240702,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.color_temp (ffe.livingroom.main_light) to 6",
- "asctime": "2025-08-22 21:13:46,665",
+ "message": "Setting state of ViDevCommon.color_temp (ffe.livingroom.main_light) to 6",
+ "asctime": "2025-08-29 17:57:07,548",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp.set",
@@ -15703,16 +15811,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.5644755,
- "msecs": 564.0,
- "relativeCreated": 5017.364998,
- "thread": 138566182236416,
+ "created": 1756483027.4484913,
+ "msecs": 448.0,
+ "relativeCreated": 5143.915004,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/color_temp/set and payload 6",
- "asctime": "2025-08-22 21:13:46,564"
+ "asctime": "2025-08-29 17:57:07,448"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -15730,16 +15838,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.5669875,
- "msecs": 566.0,
- "relativeCreated": 5019.876953,
- "thread": 138566156539584,
+ "created": 1756483027.4510107,
+ "msecs": 451.0,
+ "relativeCreated": 5146.434504,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"color_temp\": 372}'",
- "asctime": "2025-08-22 21:13:46,566"
+ "asctime": "2025-08-29 17:57:07,451"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -15757,16 +15865,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.567238,
- "msecs": 567.0,
- "relativeCreated": 5020.127649,
- "thread": 138566156539584,
+ "created": 1756483027.4512649,
+ "msecs": 451.0,
+ "relativeCreated": 5146.688518,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 372.0}",
- "asctime": "2025-08-22 21:13:46,567"
+ "asctime": "2025-08-29 17:57:07,451"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -15784,16 +15892,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.5679712,
- "msecs": 567.0,
- "relativeCreated": 5020.86083,
- "thread": 138566156539584,
+ "created": 1756483027.4517546,
+ "msecs": 451.0,
+ "relativeCreated": 5147.178092,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 372.0}'",
- "asctime": "2025-08-22 21:13:46,567"
+ "asctime": "2025-08-29 17:57:07,451"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -15811,19 +15919,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.609321,
- "msecs": 609.0,
- "relativeCreated": 5062.210635,
- "thread": 138566156539584,
+ "created": 1756483027.4932752,
+ "msecs": 493.0,
+ "relativeCreated": 5188.698943,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'6'",
- "asctime": "2025-08-22 21:13:46,609"
+ "asctime": "2025-08-29 17:57:07,493"
}
],
- "time_consumption": 0.05568957328796387
+ "time_consumption": 0.0555417537689209
},
{
"name": "__tLogger__",
@@ -15841,16 +15949,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890026.6653326,
- "msecs": 665.0,
- "relativeCreated": 5118.221843,
- "thread": 138566182236416,
+ "created": 1756483027.5491164,
+ "msecs": 549.0,
+ "relativeCreated": 5244.540216,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.color_temp (ffe.livingroom.main_light) is correct (Content 6 and Type is ).",
- "asctime": "2025-08-22 21:13:46,665",
+ "asctime": "2025-08-29 17:57:07,549",
"moduleLogger": [
{
"name": "__unittest__",
@@ -15869,16 +15977,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890026.6652355,
- "msecs": 665.0,
- "relativeCreated": 5118.124949,
- "thread": 138566182236416,
+ "created": 1756483027.5490332,
+ "msecs": 549.0,
+ "relativeCreated": 5244.456951,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.color_temp (ffe.livingroom.main_light)): 6 ()",
- "asctime": "2025-08-22 21:13:46,665"
+ "asctime": "2025-08-29 17:57:07,549"
},
{
"name": "__unittest__",
@@ -15898,25 +16006,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890026.6652913,
- "msecs": 665.0,
- "relativeCreated": 5118.180606,
- "thread": 138566182236416,
+ "created": 1756483027.54908,
+ "msecs": 549.0,
+ "relativeCreated": 5244.503609,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.color_temp (ffe.livingroom.main_light)): result = 6 ()",
- "asctime": "2025-08-22 21:13:46,665"
+ "asctime": "2025-08-29 17:57:07,549"
}
],
- "time_consumption": 4.124641418457031e-05
+ "time_consumption": 3.647804260253906e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "ViDevCommon.color_temp (ffe.livingroom.main_light)",
"8"
],
"levelname": "DEBUG",
@@ -15928,16 +16036,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890026.7660131,
- "msecs": 766.0,
- "relativeCreated": 5218.902649,
- "thread": 138566182236416,
+ "created": 1756483027.6496778,
+ "msecs": 649.0,
+ "relativeCreated": 5345.101415,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.color_temp (ffe.livingroom.main_light) to 8",
- "asctime": "2025-08-22 21:13:46,766",
+ "message": "Setting state of ViDevCommon.color_temp (ffe.livingroom.main_light) to 8",
+ "asctime": "2025-08-29 17:57:07,649",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp.set",
@@ -15955,16 +16063,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.6654434,
- "msecs": 665.0,
- "relativeCreated": 5118.332722,
- "thread": 138566182236416,
+ "created": 1756483027.5492547,
+ "msecs": 549.0,
+ "relativeCreated": 5244.678264,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/color_temp/set and payload 8",
- "asctime": "2025-08-22 21:13:46,665"
+ "asctime": "2025-08-29 17:57:07,549"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -15982,16 +16090,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.6679761,
- "msecs": 667.0,
- "relativeCreated": 5120.865666,
- "thread": 138566156539584,
+ "created": 1756483027.5519376,
+ "msecs": 551.0,
+ "relativeCreated": 5247.361175,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"color_temp\": 413}'",
- "asctime": "2025-08-22 21:13:46,667"
+ "asctime": "2025-08-29 17:57:07,551"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -16009,16 +16117,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.66823,
- "msecs": 668.0,
- "relativeCreated": 5121.119586,
- "thread": 138566156539584,
+ "created": 1756483027.5521598,
+ "msecs": 552.0,
+ "relativeCreated": 5247.583502,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 413.0}",
- "asctime": "2025-08-22 21:13:46,668"
+ "asctime": "2025-08-29 17:57:07,552"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -16036,16 +16144,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.6688342,
- "msecs": 668.0,
- "relativeCreated": 5121.723766,
- "thread": 138566156539584,
+ "created": 1756483027.552701,
+ "msecs": 552.0,
+ "relativeCreated": 5248.124558,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 413.0}'",
- "asctime": "2025-08-22 21:13:46,668"
+ "asctime": "2025-08-29 17:57:07,552"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -16063,19 +16171,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.710275,
- "msecs": 710.0,
- "relativeCreated": 5163.164175,
- "thread": 138566156539584,
+ "created": 1756483027.594408,
+ "msecs": 594.0,
+ "relativeCreated": 5289.831577,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'8'",
- "asctime": "2025-08-22 21:13:46,710"
+ "asctime": "2025-08-29 17:57:07,594"
}
],
- "time_consumption": 0.055738210678100586
+ "time_consumption": 0.055269718170166016
},
{
"name": "__tLogger__",
@@ -16093,16 +16201,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890026.766338,
- "msecs": 766.0,
- "relativeCreated": 5219.227478,
- "thread": 138566182236416,
+ "created": 1756483027.6499927,
+ "msecs": 649.0,
+ "relativeCreated": 5345.416451,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.color_temp (ffe.livingroom.main_light) is correct (Content 8 and Type is ).",
- "asctime": "2025-08-22 21:13:46,766",
+ "asctime": "2025-08-29 17:57:07,649",
"moduleLogger": [
{
"name": "__unittest__",
@@ -16121,16 +16229,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890026.766243,
- "msecs": 766.0,
- "relativeCreated": 5219.132538,
- "thread": 138566182236416,
+ "created": 1756483027.6499088,
+ "msecs": 649.0,
+ "relativeCreated": 5345.332303,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.color_temp (ffe.livingroom.main_light)): 8 ()",
- "asctime": "2025-08-22 21:13:46,766"
+ "asctime": "2025-08-29 17:57:07,649"
},
{
"name": "__unittest__",
@@ -16150,25 +16258,25 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890026.7662976,
- "msecs": 766.0,
- "relativeCreated": 5219.187058,
- "thread": 138566182236416,
+ "created": 1756483027.6499586,
+ "msecs": 649.0,
+ "relativeCreated": 5345.382274,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.color_temp (ffe.livingroom.main_light)): result = 8 ()",
- "asctime": "2025-08-22 21:13:46,766"
+ "asctime": "2025-08-29 17:57:07,649"
}
],
- "time_consumption": 4.0531158447265625e-05
+ "time_consumption": 3.409385681152344e-05
},
{
"name": "__tLogger__",
"msg": "Setting state of %s to %s",
"args": [
- "ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "ViDevCommon.color_temp (ffe.livingroom.main_light)",
"10"
],
"levelname": "DEBUG",
@@ -16180,16 +16288,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890026.8670173,
- "msecs": 867.0,
- "relativeCreated": 5319.906563,
- "thread": 138566182236416,
+ "created": 1756483027.7505221,
+ "msecs": 750.0,
+ "relativeCreated": 5445.945808,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Setting state of ViDevLight.color_temp (ffe.livingroom.main_light) to 10",
- "asctime": "2025-08-22 21:13:46,867",
+ "message": "Setting state of ViDevCommon.color_temp (ffe.livingroom.main_light) to 10",
+ "asctime": "2025-08-29 17:57:07,750",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp.set",
@@ -16207,16 +16315,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.7664711,
- "msecs": 766.0,
- "relativeCreated": 5219.36049,
- "thread": 138566182236416,
+ "created": 1756483027.6501107,
+ "msecs": 650.0,
+ "relativeCreated": 5345.534455,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/color_temp/set and payload 10",
- "asctime": "2025-08-22 21:13:46,766"
+ "asctime": "2025-08-29 17:57:07,650"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light.set",
@@ -16234,16 +16342,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.769011,
- "msecs": 769.0,
- "relativeCreated": 5221.900387,
- "thread": 138566156539584,
+ "created": 1756483027.652378,
+ "msecs": 652.0,
+ "relativeCreated": 5347.80178,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light/set and payload b'{\"color_temp\": 454}'",
- "asctime": "2025-08-22 21:13:46,769"
+ "asctime": "2025-08-29 17:57:07,652"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -16261,16 +16369,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.7692676,
- "msecs": 769.0,
- "relativeCreated": 5222.156932,
- "thread": 138566156539584,
+ "created": 1756483027.6525853,
+ "msecs": 652.0,
+ "relativeCreated": 5348.008969,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 454.0}",
- "asctime": "2025-08-22 21:13:46,769"
+ "asctime": "2025-08-29 17:57:07,652"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -16288,16 +16396,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.7700107,
- "msecs": 770.0,
- "relativeCreated": 5222.900116,
- "thread": 138566156539584,
+ "created": 1756483027.6530657,
+ "msecs": 653.0,
+ "relativeCreated": 5348.48929,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 454.0}'",
- "asctime": "2025-08-22 21:13:46,770"
+ "asctime": "2025-08-29 17:57:07,653"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -16315,19 +16423,19 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890026.8111477,
- "msecs": 811.0,
- "relativeCreated": 5264.037059,
- "thread": 138566156539584,
+ "created": 1756483027.6952932,
+ "msecs": 695.0,
+ "relativeCreated": 5390.716758,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'10'",
- "asctime": "2025-08-22 21:13:46,811"
+ "asctime": "2025-08-29 17:57:07,695"
}
],
- "time_consumption": 0.05586957931518555
+ "time_consumption": 0.05522894859313965
},
{
"name": "__tLogger__",
@@ -16345,16 +16453,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890026.8673408,
- "msecs": 867.0,
- "relativeCreated": 5320.230195,
- "thread": 138566182236416,
+ "created": 1756483027.7508128,
+ "msecs": 750.0,
+ "relativeCreated": 5446.236477,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Value for Light.color_temp (ffe.livingroom.main_light) is correct (Content 10 and Type is ).",
- "asctime": "2025-08-22 21:13:46,867",
+ "asctime": "2025-08-29 17:57:07,750",
"moduleLogger": [
{
"name": "__unittest__",
@@ -16373,16 +16481,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890026.8672428,
- "msecs": 867.0,
- "relativeCreated": 5320.132225,
- "thread": 138566182236416,
+ "created": 1756483027.750728,
+ "msecs": 750.0,
+ "relativeCreated": 5446.151671,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Value for Light.color_temp (ffe.livingroom.main_light)): 10 ()",
- "asctime": "2025-08-22 21:13:46,867"
+ "asctime": "2025-08-29 17:57:07,750"
},
{
"name": "__unittest__",
@@ -16402,28 +16510,28 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890026.8672984,
- "msecs": 867.0,
- "relativeCreated": 5320.187817,
- "thread": 138566182236416,
+ "created": 1756483027.750777,
+ "msecs": 750.0,
+ "relativeCreated": 5446.200652,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Value for Light.color_temp (ffe.livingroom.main_light)): result = 10 ()",
- "asctime": "2025-08-22 21:13:46,867"
+ "asctime": "2025-08-29 17:57:07,750"
}
],
- "time_consumption": 4.2438507080078125e-05
+ "time_consumption": 3.5762786865234375e-05
}
],
- "time_consumption": 0.807701587677002,
- "time_start": "2025-08-22 21:13:46,059",
- "time_finished": "2025-08-22 21:13:46,867"
+ "time_consumption": 0.8063755035400391,
+ "time_start": "2025-08-29 17:57:06,944",
+ "time_finished": "2025-08-29 17:57:07,750"
},
- "Light.color_temp (ffe.livingroom.main_light) -> ViDevLight.color_temp (ffe.livingroom.main_light)": {
+ "Light.color_temp (ffe.livingroom.main_light) -> ViDevCommon.color_temp (ffe.livingroom.main_light)": {
"name": "__tLogger__",
- "msg": "Light.color_temp (ffe.livingroom.main_light) -> ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "msg": "Light.color_temp (ffe.livingroom.main_light) -> ViDevCommon.color_temp (ffe.livingroom.main_light)",
"args": null,
"levelname": "INFO",
"levelno": 20,
@@ -16434,16 +16542,16 @@
"stack_info": null,
"lineno": 329,
"funcName": "testCase",
- "created": 1755890026.8675869,
- "msecs": 867.0,
- "relativeCreated": 5320.476314,
- "thread": 138566182236416,
+ "created": 1756483027.7510815,
+ "msecs": 751.0,
+ "relativeCreated": 5446.505139,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Light.color_temp (ffe.livingroom.main_light) -> ViDevLight.color_temp (ffe.livingroom.main_light)",
- "asctime": "2025-08-22 21:13:46,867",
+ "message": "Light.color_temp (ffe.livingroom.main_light) -> ViDevCommon.color_temp (ffe.livingroom.main_light)",
+ "asctime": "2025-08-29 17:57:07,751",
"moduleLogger": [],
"testcaseLogger": [
{
@@ -16459,16 +16567,16 @@
"stack_info": null,
"lineno": 13,
"funcName": "device_follow",
- "created": 1755890026.967869,
- "msecs": 967.0,
- "relativeCreated": 5420.758282,
- "thread": 138566182236416,
+ "created": 1756483027.8513167,
+ "msecs": 851.0,
+ "relativeCreated": 5546.740539,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Switching on device",
- "asctime": "2025-08-22 21:13:46,967",
+ "asctime": "2025-08-29 17:57:07,851",
"moduleLogger": [],
"time_consumption": 0.0
},
@@ -16487,16 +16595,16 @@
"stack_info": null,
"lineno": 19,
"funcName": "device_follow",
- "created": 1755890027.0686996,
- "msecs": 68.0,
- "relativeCreated": 5521.58913,
- "thread": 138566182236416,
+ "created": 1756483027.95208,
+ "msecs": 952.0,
+ "relativeCreated": 5647.503859,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Prepare: Setting devices to last state 10",
- "asctime": "2025-08-22 21:13:47,068",
+ "asctime": "2025-08-29 17:57:07,952",
"moduleLogger": [
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp.set",
@@ -16514,19 +16622,19 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890026.9681854,
- "msecs": 968.0,
- "relativeCreated": 5421.074843,
- "thread": 138566182236416,
+ "created": 1756483027.8516054,
+ "msecs": 851.0,
+ "relativeCreated": 5547.029126,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic videv/ffe/livingroom/main_light/color_temp/set and payload 10",
- "asctime": "2025-08-22 21:13:46,968"
+ "asctime": "2025-08-29 17:57:07,851"
}
],
- "time_consumption": 0.10051417350769043
+ "time_consumption": 0.10047459602355957
},
{
"name": "__tLogger__",
@@ -16544,16 +16652,16 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890027.0691254,
- "msecs": 69.0,
- "relativeCreated": 5522.014723,
- "thread": 138566182236416,
+ "created": 1756483027.9525304,
+ "msecs": 952.0,
+ "relativeCreated": 5647.95421,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Start state (master, slave) is correct (Content (10, 10) and Type is ).",
- "asctime": "2025-08-22 21:13:47,069",
+ "asctime": "2025-08-29 17:57:07,952",
"moduleLogger": [
{
"name": "__unittest__",
@@ -16572,16 +16680,16 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890027.068991,
- "msecs": 68.0,
- "relativeCreated": 5521.880377,
- "thread": 138566182236416,
+ "created": 1756483027.9523654,
+ "msecs": 952.0,
+ "relativeCreated": 5647.789107,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Result (Start state (master, slave)): (10, 10) ()",
- "asctime": "2025-08-22 21:13:47,068"
+ "asctime": "2025-08-29 17:57:07,952"
},
{
"name": "__unittest__",
@@ -16601,19 +16709,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890027.0690808,
- "msecs": 69.0,
- "relativeCreated": 5521.970243,
- "thread": 138566182236416,
+ "created": 1756483027.9524698,
+ "msecs": 952.0,
+ "relativeCreated": 5647.893353,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Expectation (Start state (master, slave)): result = (10, 10) ()",
- "asctime": "2025-08-22 21:13:47,069"
+ "asctime": "2025-08-29 17:57:07,952"
}
],
- "time_consumption": 4.458427429199219e-05
+ "time_consumption": 6.0558319091796875e-05
},
{
"name": "__tLogger__",
@@ -16631,16 +16739,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890027.1697943,
- "msecs": 169.0,
- "relativeCreated": 5622.68362,
- "thread": 138566182236416,
+ "created": 1756483028.053196,
+ "msecs": 53.0,
+ "relativeCreated": 5748.619738,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.color_temp (ffe.livingroom.main_light) to 0",
- "asctime": "2025-08-22 21:13:47,169",
+ "asctime": "2025-08-29 17:57:08,053",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -16658,16 +16766,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890027.0693064,
- "msecs": 69.0,
- "relativeCreated": 5522.195837,
- "thread": 138566182236416,
+ "created": 1756483027.9527087,
+ "msecs": 952.0,
+ "relativeCreated": 5648.132386,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 250.0}",
- "asctime": "2025-08-22 21:13:47,069"
+ "asctime": "2025-08-29 17:57:07,952"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -16685,16 +16793,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.0704432,
- "msecs": 70.0,
- "relativeCreated": 5523.332541,
- "thread": 138566156539584,
+ "created": 1756483027.9536004,
+ "msecs": 953.0,
+ "relativeCreated": 5649.024091,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 250.0}'",
- "asctime": "2025-08-22 21:13:47,070"
+ "asctime": "2025-08-29 17:57:07,953"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -16712,23 +16820,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.0719235,
- "msecs": 71.0,
- "relativeCreated": 5524.812846,
- "thread": 138566156539584,
+ "created": 1756483027.9554913,
+ "msecs": 955.0,
+ "relativeCreated": 5650.915114,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'0'",
- "asctime": "2025-08-22 21:13:47,071"
+ "asctime": "2025-08-29 17:57:07,955"
}
],
- "time_consumption": 0.0978708267211914
+ "time_consumption": 0.09770464897155762
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"0",
""
@@ -16742,22 +16850,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890027.1701663,
- "msecs": 170.0,
- "relativeCreated": 5623.055648,
- "thread": 138566182236416,
+ "created": 1756483028.0536356,
+ "msecs": 53.0,
+ "relativeCreated": 5749.059272,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content 0 and Type is ).",
- "asctime": "2025-08-22 21:13:47,170",
+ "message": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content 0 and Type is ).",
+ "asctime": "2025-08-29 17:57:08,053",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"0",
""
],
@@ -16770,22 +16878,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890027.170066,
- "msecs": 170.0,
- "relativeCreated": 5622.955626,
- "thread": 138566182236416,
+ "created": 1756483028.053479,
+ "msecs": 53.0,
+ "relativeCreated": 5748.902592,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): 0 ()",
- "asctime": "2025-08-22 21:13:47,170"
+ "message": "Result (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): 0 ()",
+ "asctime": "2025-08-29 17:57:08,053"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"=",
"0",
""
@@ -16799,19 +16907,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890027.170124,
- "msecs": 170.0,
- "relativeCreated": 5623.013486,
- "thread": 138566182236416,
+ "created": 1756483028.0535493,
+ "msecs": 53.0,
+ "relativeCreated": 5748.972868,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): result = 0 ()",
- "asctime": "2025-08-22 21:13:47,170"
+ "message": "Expectation (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): result = 0 ()",
+ "asctime": "2025-08-29 17:57:08,053"
}
],
- "time_consumption": 4.220008850097656e-05
+ "time_consumption": 8.630752563476562e-05
},
{
"name": "__tLogger__",
@@ -16829,16 +16937,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890027.270874,
- "msecs": 270.0,
- "relativeCreated": 5723.763525,
- "thread": 138566182236416,
+ "created": 1756483028.1542897,
+ "msecs": 154.0,
+ "relativeCreated": 5849.713245,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.color_temp (ffe.livingroom.main_light) to 2",
- "asctime": "2025-08-22 21:13:47,270",
+ "asctime": "2025-08-29 17:57:08,154",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -16856,16 +16964,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890027.1703603,
- "msecs": 170.0,
- "relativeCreated": 5623.249782,
- "thread": 138566182236416,
+ "created": 1756483028.053875,
+ "msecs": 53.0,
+ "relativeCreated": 5749.298607,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 291.0}",
- "asctime": "2025-08-22 21:13:47,170"
+ "asctime": "2025-08-29 17:57:08,053"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -16883,16 +16991,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.1715972,
- "msecs": 171.0,
- "relativeCreated": 5624.486696,
- "thread": 138566156539584,
+ "created": 1756483028.054886,
+ "msecs": 54.0,
+ "relativeCreated": 5750.309714,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 291.0}'",
- "asctime": "2025-08-22 21:13:47,171"
+ "asctime": "2025-08-29 17:57:08,054"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -16910,23 +17018,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.1730359,
- "msecs": 173.0,
- "relativeCreated": 5625.925126,
- "thread": 138566156539584,
+ "created": 1756483028.0564277,
+ "msecs": 56.0,
+ "relativeCreated": 5751.851538,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'2'",
- "asctime": "2025-08-22 21:13:47,173"
+ "asctime": "2025-08-29 17:57:08,056"
}
],
- "time_consumption": 0.09783816337585449
+ "time_consumption": 0.09786200523376465
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"2",
""
@@ -16940,22 +17048,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890027.2712448,
- "msecs": 271.0,
- "relativeCreated": 5724.134257,
- "thread": 138566182236416,
+ "created": 1756483028.154664,
+ "msecs": 154.0,
+ "relativeCreated": 5850.087721,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content 2 and Type is ).",
- "asctime": "2025-08-22 21:13:47,271",
+ "message": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content 2 and Type is ).",
+ "asctime": "2025-08-29 17:57:08,154",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"2",
""
],
@@ -16968,22 +17076,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890027.2711468,
- "msecs": 271.0,
- "relativeCreated": 5724.036202,
- "thread": 138566182236416,
+ "created": 1756483028.1545553,
+ "msecs": 154.0,
+ "relativeCreated": 5849.979008,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): 2 ()",
- "asctime": "2025-08-22 21:13:47,271"
+ "message": "Result (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): 2 ()",
+ "asctime": "2025-08-29 17:57:08,154"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"=",
"2",
""
@@ -16997,19 +17105,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890027.2712028,
- "msecs": 271.0,
- "relativeCreated": 5724.092279,
- "thread": 138566182236416,
+ "created": 1756483028.1546123,
+ "msecs": 154.0,
+ "relativeCreated": 5850.035807,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): result = 2 ()",
- "asctime": "2025-08-22 21:13:47,271"
+ "message": "Expectation (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): result = 2 ()",
+ "asctime": "2025-08-29 17:57:08,154"
}
],
- "time_consumption": 4.1961669921875e-05
+ "time_consumption": 5.173683166503906e-05
},
{
"name": "__tLogger__",
@@ -17027,16 +17135,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890027.3719935,
- "msecs": 371.0,
- "relativeCreated": 5824.882891,
- "thread": 138566182236416,
+ "created": 1756483028.2552593,
+ "msecs": 255.0,
+ "relativeCreated": 5950.682971,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.color_temp (ffe.livingroom.main_light) to 4",
- "asctime": "2025-08-22 21:13:47,371",
+ "asctime": "2025-08-29 17:57:08,255",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -17054,16 +17162,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890027.271433,
- "msecs": 271.0,
- "relativeCreated": 5724.322605,
- "thread": 138566182236416,
+ "created": 1756483028.1548874,
+ "msecs": 154.0,
+ "relativeCreated": 5850.311121,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 332.0}",
- "asctime": "2025-08-22 21:13:47,271"
+ "asctime": "2025-08-29 17:57:08,154"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -17081,16 +17189,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.2725203,
- "msecs": 272.0,
- "relativeCreated": 5725.409692,
- "thread": 138566156539584,
+ "created": 1756483028.1556866,
+ "msecs": 155.0,
+ "relativeCreated": 5851.110277,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 332.0}'",
- "asctime": "2025-08-22 21:13:47,272"
+ "asctime": "2025-08-29 17:57:08,155"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -17108,23 +17216,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.2739155,
- "msecs": 273.0,
- "relativeCreated": 5726.804953,
- "thread": 138566156539584,
+ "created": 1756483028.1573827,
+ "msecs": 157.0,
+ "relativeCreated": 5852.806411,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'4'",
- "asctime": "2025-08-22 21:13:47,273"
+ "asctime": "2025-08-29 17:57:08,157"
}
],
- "time_consumption": 0.09807801246643066
+ "time_consumption": 0.09787654876708984
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"4",
""
@@ -17138,22 +17246,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890027.3723202,
- "msecs": 372.0,
- "relativeCreated": 5825.209727,
- "thread": 138566182236416,
+ "created": 1756483028.255538,
+ "msecs": 255.0,
+ "relativeCreated": 5950.961481,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content 4 and Type is ).",
- "asctime": "2025-08-22 21:13:47,372",
+ "message": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content 4 and Type is ).",
+ "asctime": "2025-08-29 17:57:08,255",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"4",
""
],
@@ -17166,22 +17274,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890027.3722227,
- "msecs": 372.0,
- "relativeCreated": 5825.11201,
- "thread": 138566182236416,
+ "created": 1756483028.2554553,
+ "msecs": 255.0,
+ "relativeCreated": 5950.878859,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): 4 ()",
- "asctime": "2025-08-22 21:13:47,372"
+ "message": "Result (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): 4 ()",
+ "asctime": "2025-08-29 17:57:08,255"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"=",
"4",
""
@@ -17195,19 +17303,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890027.3722787,
- "msecs": 372.0,
- "relativeCreated": 5825.168076,
- "thread": 138566182236416,
+ "created": 1756483028.2555013,
+ "msecs": 255.0,
+ "relativeCreated": 5950.925043,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): result = 4 ()",
- "asctime": "2025-08-22 21:13:47,372"
+ "message": "Expectation (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): result = 4 ()",
+ "asctime": "2025-08-29 17:57:08,255"
}
],
- "time_consumption": 4.1484832763671875e-05
+ "time_consumption": 3.6716461181640625e-05
},
{
"name": "__tLogger__",
@@ -17225,16 +17333,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890027.4730215,
- "msecs": 473.0,
- "relativeCreated": 5925.910959,
- "thread": 138566182236416,
+ "created": 1756483028.3560064,
+ "msecs": 356.0,
+ "relativeCreated": 6051.430003,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.color_temp (ffe.livingroom.main_light) to 6",
- "asctime": "2025-08-22 21:13:47,473",
+ "asctime": "2025-08-29 17:57:08,356",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -17252,16 +17360,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890027.3724852,
- "msecs": 372.0,
- "relativeCreated": 5825.374496,
- "thread": 138566182236416,
+ "created": 1756483028.2556787,
+ "msecs": 255.0,
+ "relativeCreated": 5951.102512,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 372.0}",
- "asctime": "2025-08-22 21:13:47,372"
+ "asctime": "2025-08-29 17:57:08,255"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -17279,16 +17387,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.3735526,
- "msecs": 373.0,
- "relativeCreated": 5826.44193,
- "thread": 138566156539584,
+ "created": 1756483028.2563846,
+ "msecs": 256.0,
+ "relativeCreated": 5951.808074,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 372.0}'",
- "asctime": "2025-08-22 21:13:47,373"
+ "asctime": "2025-08-29 17:57:08,256"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -17306,23 +17414,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.3749845,
- "msecs": 374.0,
- "relativeCreated": 5827.873789,
- "thread": 138566156539584,
+ "created": 1756483028.257975,
+ "msecs": 257.0,
+ "relativeCreated": 5953.398832,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'6'",
- "asctime": "2025-08-22 21:13:47,374"
+ "asctime": "2025-08-29 17:57:08,257"
}
],
- "time_consumption": 0.0980370044708252
+ "time_consumption": 0.09803128242492676
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"6",
""
@@ -17336,22 +17444,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890027.4733536,
- "msecs": 473.0,
- "relativeCreated": 5926.243218,
- "thread": 138566182236416,
+ "created": 1756483028.3563023,
+ "msecs": 356.0,
+ "relativeCreated": 6051.72605,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content 6 and Type is ).",
- "asctime": "2025-08-22 21:13:47,473",
+ "message": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content 6 and Type is ).",
+ "asctime": "2025-08-29 17:57:08,356",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"6",
""
],
@@ -17364,22 +17472,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890027.4732556,
- "msecs": 473.0,
- "relativeCreated": 5926.145203,
- "thread": 138566182236416,
+ "created": 1756483028.3562045,
+ "msecs": 356.0,
+ "relativeCreated": 6051.628333,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): 6 ()",
- "asctime": "2025-08-22 21:13:47,473"
+ "message": "Result (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): 6 ()",
+ "asctime": "2025-08-29 17:57:08,356"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"=",
"6",
""
@@ -17393,19 +17501,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890027.473312,
- "msecs": 473.0,
- "relativeCreated": 5926.201395,
- "thread": 138566182236416,
+ "created": 1756483028.3562653,
+ "msecs": 356.0,
+ "relativeCreated": 6051.688965,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): result = 6 ()",
- "asctime": "2025-08-22 21:13:47,473"
+ "message": "Expectation (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): result = 6 ()",
+ "asctime": "2025-08-29 17:57:08,356"
}
],
- "time_consumption": 4.172325134277344e-05
+ "time_consumption": 3.695487976074219e-05
},
{
"name": "__tLogger__",
@@ -17423,16 +17531,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890027.574022,
- "msecs": 574.0,
- "relativeCreated": 6026.911488,
- "thread": 138566182236416,
+ "created": 1756483028.4567723,
+ "msecs": 456.0,
+ "relativeCreated": 6152.195934,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.color_temp (ffe.livingroom.main_light) to 8",
- "asctime": "2025-08-22 21:13:47,574",
+ "asctime": "2025-08-29 17:57:08,456",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -17450,16 +17558,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890027.4735386,
- "msecs": 473.0,
- "relativeCreated": 5926.427864,
- "thread": 138566182236416,
+ "created": 1756483028.356442,
+ "msecs": 356.0,
+ "relativeCreated": 6051.865588,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 413.0}",
- "asctime": "2025-08-22 21:13:47,473"
+ "asctime": "2025-08-29 17:57:08,356"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -17477,16 +17585,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.4745433,
- "msecs": 474.0,
- "relativeCreated": 5927.432874,
- "thread": 138566156539584,
+ "created": 1756483028.3571904,
+ "msecs": 357.0,
+ "relativeCreated": 6052.614036,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 413.0}'",
- "asctime": "2025-08-22 21:13:47,474"
+ "asctime": "2025-08-29 17:57:08,357"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -17504,23 +17612,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.4759295,
- "msecs": 475.0,
- "relativeCreated": 5928.819007,
- "thread": 138566156539584,
+ "created": 1756483028.3593483,
+ "msecs": 359.0,
+ "relativeCreated": 6054.771794,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'8'",
- "asctime": "2025-08-22 21:13:47,475"
+ "asctime": "2025-08-29 17:57:08,359"
}
],
- "time_consumption": 0.09809255599975586
+ "time_consumption": 0.09742403030395508
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"8",
""
@@ -17534,22 +17642,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890027.5743685,
- "msecs": 574.0,
- "relativeCreated": 6027.257989,
- "thread": 138566182236416,
+ "created": 1756483028.457058,
+ "msecs": 457.0,
+ "relativeCreated": 6152.481663,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content 8 and Type is ).",
- "asctime": "2025-08-22 21:13:47,574",
+ "message": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content 8 and Type is ).",
+ "asctime": "2025-08-29 17:57:08,457",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"8",
""
],
@@ -17562,22 +17670,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890027.5742617,
- "msecs": 574.0,
- "relativeCreated": 6027.151222,
- "thread": 138566182236416,
+ "created": 1756483028.4569793,
+ "msecs": 456.0,
+ "relativeCreated": 6152.403008,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): 8 ()",
- "asctime": "2025-08-22 21:13:47,574"
+ "message": "Result (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): 8 ()",
+ "asctime": "2025-08-29 17:57:08,456"
},
{
"name": "__unittest__",
"msg": "Expectation (%s): result %s %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"=",
"8",
""
@@ -17591,19 +17699,19 @@
"stack_info": null,
"lineno": 26,
"funcName": "__report_expectation__",
- "created": 1755890027.5743237,
- "msecs": 574.0,
- "relativeCreated": 6027.213023,
- "thread": 138566182236416,
+ "created": 1756483028.4570255,
+ "msecs": 457.0,
+ "relativeCreated": 6152.449234,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Expectation (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): result = 8 ()",
- "asctime": "2025-08-22 21:13:47,574"
+ "message": "Expectation (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): result = 8 ()",
+ "asctime": "2025-08-29 17:57:08,457"
}
],
- "time_consumption": 4.482269287109375e-05
+ "time_consumption": 3.24249267578125e-05
},
{
"name": "__tLogger__",
@@ -17621,16 +17729,16 @@
"stack_info": null,
"lineno": 28,
"funcName": "device_follow",
- "created": 1755890027.6750872,
- "msecs": 675.0,
- "relativeCreated": 6127.976474,
- "thread": 138566182236416,
+ "created": 1756483028.5575113,
+ "msecs": 557.0,
+ "relativeCreated": 6252.935005,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Setting state of Light.color_temp (ffe.livingroom.main_light) to 10",
- "asctime": "2025-08-22 21:13:47,675",
+ "asctime": "2025-08-29 17:57:08,557",
"moduleLogger": [
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -17648,16 +17756,16 @@
"stack_info": null,
"lineno": 75,
"funcName": "send",
- "created": 1755890027.5745437,
- "msecs": 574.0,
- "relativeCreated": 6027.43313,
- "thread": 138566182236416,
+ "created": 1756483028.4571838,
+ "msecs": 457.0,
+ "relativeCreated": 6152.607414,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Sending message with topic zigbee_ffe/ffe/livingroom/main_light and payload {\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 454.0}",
- "asctime": "2025-08-22 21:13:47,574"
+ "asctime": "2025-08-29 17:57:08,457"
},
{
"name": "smart_brain.mqtt.zigbee_ffe.ffe.livingroom.main_light",
@@ -17675,16 +17783,16 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.575768,
- "msecs": 575.0,
- "relativeCreated": 6028.657437,
- "thread": 138566156539584,
+ "created": 1756483028.4579473,
+ "msecs": 457.0,
+ "relativeCreated": 6153.370794,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic zigbee_ffe/ffe/livingroom/main_light and payload b'{\"state\": \"on\", \"brightness\": 254.0, \"color_temp\": 454.0}'",
- "asctime": "2025-08-22 21:13:47,575"
+ "asctime": "2025-08-29 17:57:08,457"
},
{
"name": "smart_brain.mqtt.videv.ffe.livingroom.main_light.color_temp",
@@ -17702,23 +17810,23 @@
"stack_info": null,
"lineno": 92,
"funcName": "__receive__",
- "created": 1755890027.5773199,
- "msecs": 577.0,
- "relativeCreated": 6030.209233,
- "thread": 138566156539584,
+ "created": 1756483028.4595768,
+ "msecs": 459.0,
+ "relativeCreated": 6155.000525,
+ "thread": 136328734033600,
"threadName": "paho-mqtt-client-",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
"message": "Received message with topic videv/ffe/livingroom/main_light/color_temp and payload b'10'",
- "asctime": "2025-08-22 21:13:47,577"
+ "asctime": "2025-08-29 17:57:08,459"
}
],
- "time_consumption": 0.09776735305786133
+ "time_consumption": 0.09793448448181152
},
{
"name": "__tLogger__",
- "msg": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
+ "msg": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content %s and Type is %s).",
"args": [
"10",
""
@@ -17732,22 +17840,22 @@
"stack_info": null,
"lineno": 184,
"funcName": "equivalency_chk",
- "created": 1755890027.6754365,
- "msecs": 675.0,
- "relativeCreated": 6128.326034,
- "thread": 138566182236416,
+ "created": 1756483028.5578105,
+ "msecs": 557.0,
+ "relativeCreated": 6253.234226,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Value for ViDevLight.color_temp (ffe.livingroom.main_light) is correct (Content 10 and Type is ).",
- "asctime": "2025-08-22 21:13:47,675",
+ "message": "Value for ViDevCommon.color_temp (ffe.livingroom.main_light) is correct (Content 10 and Type is ).",
+ "asctime": "2025-08-29 17:57:08,557",
"moduleLogger": [
{
"name": "__unittest__",
"msg": "Result (%s): %s (%s)",
"args": [
- "Value for ViDevLight.color_temp (ffe.livingroom.main_light)",
+ "Value for ViDevCommon.color_temp (ffe.livingroom.main_light)",
"10",
""
],
@@ -17760,22 +17868,22 @@
"stack_info": null,
"lineno": 22,
"funcName": "__report_result__",
- "created": 1755890027.6753132,
- "msecs": 675.0,
- "relativeCreated": 6128.202606,
- "thread": 138566182236416,
+ "created": 1756483028.557708,
+ "msecs": 557.0,
+ "relativeCreated": 6253.131689,
+ "thread": 136328761630976,
"threadName": "MainThread",
"processName": "MainProcess",
- "process": 1969116,
+ "process": 743664,
"taskName": null,
- "message": "Result (Value for ViDevLight.color_temp (ffe.livingroom.main_light)): 10 ()",
- "asctime": "2025-08-22 21:13:47,675"
+ "message": "Result (Value for ViDevCommon.color_temp (ffe.livingroom.main_light)): 10 (