The smart power pug worked immediately. But the sensors are a bit more difficult than I thought. Can somebody tell me please how to do this?
Below is what the sensors transmit. And after that they shutdown. So I need something that see that they turned on.
Smart Door Sensor
Code: Select all
00:00:00 CFG: Loaded from flash at F7, Count 64
00:00:00 Project tasmota Tasmota Version 8.2.0(tasmota)-STAGE
00:00:00 WIF: Connecting to AP1 Domotica in mode 11N as tasmota-4832...
00:00:05 WIF: Connected
00:00:05 HTP: Web server active on tasmota-4832 with IP address 192.168.0.4
00:00:06 MQT: Attempting connection...
00:00:06 MQT: Connected
00:00:06 MQT: tele/tasmota/LWT = Online (retained)
00:00:06 MQT: cmnd/tasmota/POWER =
00:00:06 MQT: tele/tasmota/INFO1 = {"Module":"Generic","Version":"8.2.0(tasmota)","FallbackTopic":"cmnd/DVES_ACD2E0_fb/","GroupTopic":"cmnd/tasmotas/"}
00:00:06 MQT: tele/tasmota/INFO2 = {"WebServerMode":"Admin","Hostname":"tasmota-4832","IPAddress":"192.168.0.4"}
00:00:06 MQT: tele/tasmota/INFO3 = {"RestartReason":"Power On"}
00:00:10 MQT: tele/tasmota/STATE = {"Time":"1970-01-01T00:00:10","Uptime":"0T00:00:12","UptimeSec":12,"Heap":27,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":1,"Wifi":{"AP":1,"SSId":"Domotica","BSSId":"06:1D:AA:B5:5D:00","Channel":6,"RSSI":74,"Signal":-63,"LinkCount":1,"Downtime":"0T00:00:06"}}
Code: Select all
00:00:00 CFG: Loaded from flash at F9, Count 11
00:00:00 Project tasmota Tasmota Version 8.1.0.2(tasmota)-2_6_1
00:00:00 WIF: Connecting to AP1 Domotica in mode 11N as tasmota-2720...
00:00:05 WIF: Connected
00:00:05 HTP: Web server active on tasmota-2720 with IP address 192.168.0.2
00:00:06 MQT: Attempting connection...
00:00:06 MQT: Connected
00:00:06 MQT: tele/tasmota/LWT = Online (retained)
00:00:06 MQT: cmnd/tasmota/POWER =
00:00:06 MQT: tele/tasmota/INFO1 = {"Module":"Generic","Version":"8.1.0.2(tasmota)","FallbackTopic":"cmnd/DVES_40AAA0_fb/","GroupTopic":"cmnd/tasmotas/"}
00:00:06 MQT: tele/tasmota/INFO2 = {"WebServerMode":"Admin","Hostname":"tasmota-2720","IPAddress":"192.168.0.2"}
00:00:06 MQT: tele/tasmota/INFO3 = {"RestartReason":"Power on"}
00:00:11 MQT: tele/tasmota/STATE = {"Time":"1970-01-01T00:00:11","Uptime":"0T00:00:13","UptimeSec":13,"Heap":31,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":26,"MqttCount":1,"Wifi":{"AP":1,"SSId":"Domotica","BSSId":"06:1D:AA:B5:5D:00","Channel":6,"RSSI":88,"Signal":-56,"LinkCount":1,"Downtime":"0T00:00:06"}}
[code]
Regards,
Colin