logo elektroda
logo elektroda
X
logo elektroda

Motion sensor with BK7231N and TuyaMCU battery powered devices protocol

caubergjef57 14073 193
ADVERTISEMENT
  • #1 20309098
    caubergjef57
    Level 4  
    Hi,
    Can anybody give me suggestions or help with this device?

    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol

    This device has a BK7231N and I'm flashing it.

    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol


    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol


    So far for me, don't know how to set the configuration for the pir motion sensor.
  • ADVERTISEMENT
  • #2 20310092
    p.kaczmarek2
    Moderator Smart Home
    Hello, good job with flashing, can you determine which BK7231 IO pin is used for PIN sensor by following the PCB copper tracks with a multimeter?

    Which BK7231 is there?

    Btw, we will be releasing a power saving improvement update soon, so remember to keep the track of new releases...
    Helpful post? Buy me a coffee.
  • #3 20310654
    caubergjef57
    Level 4  
    p.kaczmarek2 wrote:
    Hello, good job with flashing, can you determine which BK7231 IO pin is used for PIN sensor by following the PCB copper tracks with a multimeter?

    Which BK7231 is there?

    Btw, we will be releasing a power saving improvement update soon, so remember to keep track of new releases...


    Hi,
    The chip is the BK7231N
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol

    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol


    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol


    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
  • ADVERTISEMENT
  • #4 20310728
    p.kaczmarek2
    Moderator Smart Home
    Wait, there is a secondary MCU on the board. It must be a TuyaMCU device. So most likely we don't need to determine the pin used by BK, because it is using TuyaMCU to handle PIR sensor. We need to figure out the dpIDs of TuyaMCU packets.

    Can you open Realterm, set baud rate 9600 (for TuyaMCU), do not connect CEN, and try to trigger the sensor? Do you see any 55 AA 00 packets in hex mode?
    Would you be able to do a TuyaMCU packets dump to file in Realterm and show content of the packets here?
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol

    This is how a sample dump looks like:
    
    55AA0001000000A4087458A8A424307AF80779CFE832F0F0443AEC54C19BE0483C1A34CD38343ACD43347450D1E9BA6C50F1761AC96CE06064FDFF2816FC55AA000100000055AA00050001010655AA00020001020455AA00020001020400
    

    EDIT: I see you already flashed the OpenBeken... so maybe... try "startDriver TuyaMCU" and see if you receive any packets instead of doing Realterm stuff?
    Using capture from Realterm is useful to get the original communication of the device.

    NOTE: In this kind of device, the TuyaMCU (small MCU) does all the processing, and if sensor state changes, it powers on the WiFi module by transistor and reports the measurements by TuyaMCU protocol to WiFi module and then powers off it again.
    Helpful post? Buy me a coffee.
  • #5 20310861
    caubergjef57
    Level 4  
    p.kaczmarek2 wrote:
    Wait, there is a secondary MCU on the board. It must be a TuyaMCU device. So most likely we don't need to determine the pin used by BK, because it is using TuyaMCU to handle PIR sensor. We need to figure out the dpIDs of TuyaMCU packets.

    Can you open Realterm, set baud rate 9600 (for TuyaMCU), do not connect CEN, and try to trigger the sensor? Do you see any 55 AA 00 packets in hex mode?
    Would you be able to do a TuyaMCU packets dump to file in Realterm and show content of the packets here?
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol

    This is how a sample dump looks like:
    
    55AA0001000000A4087458A8A424307AF80779CFE832F0F0443AEC54C19BE0483C1A34CD38343ACD43347450D1E9BA6C50F1761AC96CE06064FDFF2816FC55AA000100000055AA00050001010655AA00020001020455AA00020001020400
    

    EDIT: I see you already flashed the OpenBeken... so maybe... try "startDriver TuyaMCU" and see if you receive any packets instead of doing Realterm stuff?
    Using capture from Realterm is useful to get the original communication of the device.

    NOTE: In this kind of device, the TuyaMCU (small MCU) does all the processing, and if sensor state changes, it powers on the WiFi module by transistor and reports the measurements by TuyaMCU protocol to WiFi module and then powers off it again.

    Hi,
    Thank you again for your reply.
    Sorry but this with the motion sensor is new for me, where do i give this command startDriver TuyaMCU?
    Can i find this in the configuration?
  • #6 20310892
    p.kaczmarek2
    Moderator Smart Home
    Do you observe the WiFI module getting powered on and off by the TuyaMCU? If so, then you maybe need to enable tmSensor driver...

    backlog startDriver TuyaMCU; startDriver tmSensor in Options->startup command and reboot
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Helpful post? Buy me a coffee.
  • #7 20312389
    caubergjef57
    Level 4  
    Hi,
    I'm not at home today for trying what you telling me. Tomorrow I try doing that and let you know the results. Thanks
  • #8 20313932
    caubergjef57
    Level 4  
    Hi,
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol Motion sensor with BK7231N and TuyaMCU battery powered devices protocol Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    That is all I get from RealTerm

    Added after 18 [minutes]:

    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol Motion sensor with BK7231N and TuyaMCU battery powered devices protocol

    Added after 8 [minutes]:

    sosarek wrote:
    Add it in the Tuya app.


    That's just the big problem, I want out from the Tuya app.
  • ADVERTISEMENT
  • #9 20313969
    p.kaczmarek2
    Moderator Smart Home
    Do you have a multimeter?
    caubergjef57 wrote:
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol

    This means that TuyaMCU powers off the WiFi module. You can check the voltage between 3.3V and GND of the module. It will be 3.3V and then it will turn down to 0 when TuyaMCU turns off the module and saves the power.

    You could do a temporary short around that transistor if you are able to follow the tracks on the PCB...

    you should check logs in the Web App, is there anything related to TuyaMCU
    Helpful post? Buy me a coffee.
  • #10 20314012
    caubergjef57
    Level 4  
    Where do I find this web log?

    Added after 8 [minutes]:

    Hello from vue3-sfc-loader v0.8.4
    Nothing else in the web log

    Added after 5 [minutes]:

    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
  • #11 20314036
    p.kaczmarek2
    Moderator Smart Home
    @caubergjef57 , the Web App is only available after you pair your device with your WiFi. The device Ip 192.168.4.1 indicates that you still haven't entered your WiFi SSID and password.

    Unless... it's also possible that device rebooted into Safe Mode due to doing 5 quick power on/off cycles. Then just wait 30 seconds and reboot again.
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #13 20314100
    p.kaczmarek2
    Moderator Smart Home
    So it receives something. That's good news! It proves that's a TuyaMCU. We're getting progress!

    Now please disconnect device from power, take out batteries, and power it again, then copy-paste me here (in the "code" tag) full log, from the boot to the device shutdown (WiFi module here will be turned off automatically by TuyaMCU after a 2 minutes or so)
    Helpful post? Buy me a coffee.
  • #14 20315564
    p.kaczmarek2
    Moderator Smart Home
    This is much better. Thanks.

    Okay, so now I can see that Tuya changed the Id of the command reporting the module state, or... or maybe it's just using different kind of command.

    I will update firmware to parse it as well.

    But let's first analyze it by hand.

    I am referring to those two packets:
    
     55AA 00 05 0005 01 04 0001 01 10 
     55AA 00 05 0005 01 04 0001 00 0F 
     

    You can check the format in documentation:

    https://developer.tuya.com/en/docs/iot/tuyacl...niversalserialaccessprotocol?id=K95afs9h4tjjh
    See the annotated version:

    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    HEAD - header
    VR - version (v0 is TuyaMCU for lower power serial protocol)
    CM - command type byte
    LENG - length of packet
    ID - dpID of a variable. This is variable 1
    TP - type of variable. Type 0x04 is Enum
    LEN - length of variable data
    VL - value , 0x01 or 0x00, it's a PIR sensor status?
    CH - checksum.

    I will now add parsing of that packet to OpenBeken. Please wait.

    In a meantime, are there any other variables reported in 0x05 packet? Maybe battery status?
    Helpful post? Buy me a coffee.
  • #15 20315697
    caubergjef57
    Level 4  
    Hi,
    Thanks so far.
    I do not use the battery but use 3.3v power, don't know if that gives a problem for the log file.
  • #16 20320667
    caubergjef57
    Level 4  
    Hi,
    What is the next step for me to doing?
  • #17 20320779
    p.kaczmarek2
    Moderator Smart Home
    I am not sure what happened because the post with log is missing, but from what I can gather from the part I quoted, you have a dpId 1 with something like a detection state.

    I had to add parsing of 0x05 packet, so you need firmware update.

    So now...
    1. update to latest version, by wire or by OTA, this is tricky because TuyaMCU will try to turn off wifi module after about 90 seconds,, I'd suggest you to make a jumper on the board from 3.3V to the VDD (3.3V) pin of WiFi module for the time of OTA.
    Having OTA interrupted by power off may brick your device (and you'd need SPI to recover).
    2. remove whole "short startup command"
    3. go to Web App, go to file system, create autoexec.bat
    Paste and save:
    
    startDriver TuyaMCU
    startDriver tmSensor
    setChannelType 1 readonly
    // link dpid to channel 1
    linkTuyaMCUOutputToChannel 1 val 1
    

    I am not sure if it's the full config, but in case of movement, it should MQTT publish something like:
    
    OBK_DEV_NAME/1/get
    

    with value 1 or 0 when movement happens.

    There may be further problems, if something goes wrong, I need full log.

    You should get something like that:
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Helpful post? Buy me a coffee.
  • #18 20320798
    caubergjef57
    Level 4  
    Hi,
    The latest version = 1.15.139?
  • #19 20320811
    p.kaczmarek2
    Moderator Smart Home
    Yes, this:
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    it was not parsing 0x05 at all before.
    Helpful post? Buy me a coffee.
  • #20 20320865
    caubergjef57
    Level 4  
    Info:MAIN:Main_Init_Before_Delay
    Info:CFG:####### Boot Count 21 #######
    Warn:CFG:CFG_InitAndLoad: Correct config has been loaded with 2 changes count.
    Error:CMD:lfs is absent
    Info:GEN:PIN_SetupPins pins have been set up.
    Info:MAIN:Main_Init_Before_Delay done
    Info:MAIN:Main_Init_Delay
    Info:MAIN:Main_Init_Delay done
    Info:MAIN:Main_Init_After_Delay
    Info:MAIN:Using SSID [CAUBERG_2.4]
    Info:MAIN:Using Pass [
    Info:MQTT:MQTT_RegisterCallback called for bT obk8C000000/ subT obk8C000000/+/set
    Info:MQTT:MQTT_RegisterCallback called for bT cmnd/obk8C000000/ subT cmnd/obk8C000000/+
    Error:CMD:lfs is absent
    Info:MAIN:Main_Init_After_Delay done
    Info:MAIN:Time 1, idle 648341/s, free 83176, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 2, idle 467560/s, free 83176, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 3, idle 467716/s, free 83176, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 4, idle 467804/s, free 83176, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 5, idle 467606/s, free 83176, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:ssid:CAUBERG_2.4 key:
    Info:MAIN:Time 6, idle 456455/s, free 78208, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 7, idle 458494/s, free 77288, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 8, idle 274670/s, free 77048, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 9, idle 0/s, free 77048, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 10, idle 0/s, free 77048, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=0.0.0.0 gate=0.0.0.0 mask=0.0.0.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 0, softap: 0, b/g/n
    Info:MAIN:wl_status 3
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTING
    Info:MAIN:wl_status 10
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTED
    Info:MAIN:wl_status 11
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTED
    Info:MAIN:Time 11, idle 141624/s, free 77576, MQTT 0(0), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 12, idle 459573/s, free 77616, MQTT 0(0), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_host empty, not starting mqtt
    Info:MAIN:Time 13, idle 451415/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 14, idle 448237/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 15, idle 442480/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 16, idle 452644/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 17, idle 458127/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 18, idle 454965/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 19, idle 453419/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 20, idle 454744/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-55,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 21, idle 457538/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 22, idle 454348/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 23, idle 449790/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 24, idle 454048/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 25, idle 458663/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 26, idle 453439/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 27, idle 452562/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 28, idle 454373/s, free 77616, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_host empty, not starting mqtt
    Info:MAIN:Time 29, idle 456282/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 30, idle 453291/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-55,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 31, idle 450633/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Boot complete time reached (30 seconds)
    Info:CFG:####### Set Boot Complete #######
    Info:MAIN:Time 32, idle 439357/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 33, idle 457490/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 34, idle 453944/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 35, idle 453122/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 36, idle 453360/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 37, idle 456591/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 38, idle 453447/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 39, idle 905541/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 40, idle 457086/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-58,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 41, idle 450809/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 42, idle 453331/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 43, idle 904857/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 44, idle 456244/s, free 77616, MQTT 0(2), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_host empty, not starting mqtt
    Info:MAIN:Time 45, idle 451620/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 46, idle 456588/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 47, idle 910371/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 48, idle 459139/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 49, idle 452429/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 50, idle 452266/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-59,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 51, idle 454398/s, free 68992, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 52, idle 454818/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 53, idle 451535/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 54, idle 452613/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 55, idle 452436/s, free 77384, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 56, idle 453443/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 57, idle 453190/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 58, idle 453451/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 59, idle 453436/s, free 68992, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 60, idle 453881/s, free 77616, MQTT 0(3), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-59,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MQTT:mqtt_host empty, not starting mqtt
    Info:MAIN:Time 61, idle 453254/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 62, idle 451696/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 63, idle 454643/s, free 65544, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 64, idle 456552/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 65, idle 450313/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 66, idle 451886/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 67, idle 450206/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 68, idle 456803/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 69, idle 455665/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 70, idle 448710/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-59,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 71, idle 451194/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 72, idle 458117/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 73, idle 452467/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 74, idle 453654/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 75, idle 454253/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 76, idle 458365/s, free 77616, MQTT 0(4), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_host empty, not starting mqtt
    Info:MAIN:Time 77, idle 447573/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 78, idle 452234/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 79, idle 454089/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 80, idle 457038/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-59,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 81, idle 453257/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 82, idle 454589/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 83, idle 451693/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 84, idle 459791/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 85, idle 454070/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 86, idle 453905/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 87, idle 458644/s, free 68992, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 88, idle 457605/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 89, idle 449588/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 90, idle 452253/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-59,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 91, idle 454686/s, free 68992, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 92, idle 454404/s, free 77616, MQTT 0(5), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_host empty, not starting mqtt
    Info:MAIN:Time 93, idle 907747/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 94, idle 451862/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 95, idle 457036/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 96, idle 457284/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 97, idle 448650/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 98, idle 454665/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 99, idle 452264/s, free 77384, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 100, idle 450638/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-59,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 101, idle 451016/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 102, idle 449367/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 103, idle 455964/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 104, idle 908730/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 105, idle 452922/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 106, idle 455562/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 107, idle 460251/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 108, idle 451458/s, free 77616, MQTT 0(6), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_host empty, not starting mqtt
    Info:MAIN:Time 109, idle 455228/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 110, idle 452655/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-59,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 111, idle 456651/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 112, idle 907206/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 113, idle 453065/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 114, idle 450477/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 115, idle 458058/s, free 68992, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 116, idle 454992/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 117, idle 451941/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 118, idle 452262/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 119, idle 450655/s, free 77616, MQTT 0(7), bWifi 1, secondsWithNoPing -1, socks 2/38
    


    Added after 2 [minutes]:

    Hi,
    I flashing the latest bin file and create the autoexec file. this is the log after.
  • #21 20320936
    p.kaczmarek2
    Moderator Smart Home
    Sorry, it seems I had a bug in the config - it had an extra whitespace after driver name and it didn't start driver.
    Parsing will be fixed in next update.
    Can you try again (remove whitespace after tmSensor):
    
    startDriver TuyaMCU
    startDriver tmSensor
    setChannelType 1 readonly
    // link dpid to channel 1
    linkTuyaMCUOutputToChannel 1 val 1
    

    also, while posting log, post screenshot from main HTTP page so I know which drivers are running
    Helpful post? Buy me a coffee.
  • #22 20320947
    caubergjef57
    Level 4  
    Hi,
    I will be doing that tomorrow, sorry but I have to go with my wife to the doctor at 17.00 hours.
  • #23 20322532
    caubergjef57
    Level 4  
    [codInfo:MAIN:Main_Init_Before_Delay
    Info:CFG:####### Boot Count 26 #######
    Warn:CFG:CFG_InitAndLoad: Correct config has been loaded with 3 changes count.
    Error:CMD:no file early.bat err -2
    Info:GEN:PIN_SetupPins pins have been set up.
    Info:MAIN:Main_Init_Before_Delay done
    Info:MAIN:Main_Init_Delay
    Info:MAIN:Main_Init_Delay done
    Info:MAIN:Main_Init_After_Delay
    Info:MAIN:Using SSID [CAUBERG_2.4]
    Info:MAIN:Using Pass
    Info:MQTT:MQTT_RegisterCallback called for bT obk8C000000/ subT obk8C000000/+/set
    Info:MQTT:MQTT_RegisterCallback called for bT cmnd/obk8C000000/ subT cmnd/obk8C000000/+
    Error:CMD:no file autoexec.bat err -2
    Info:MAIN:Main_Init_After_Delay done
    Info:MAIN:Time 1, idle 630064/s, free 83104, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 2, idle 465390/s, free 83104, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 3, idle 464744/s, free 83104, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 4, idle 465990/s, free 83104, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 5, idle 465722/s, free 83104, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:ssid:CAUBERG_2.4 key:
    Info:MAIN:Time 6, idle 456103/s, free 78136, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 7, idle 457693/s, free 77216, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 8, idle 273227/s, free 76976, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 9, idle 0/s, free 76976, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 10, idle 0/s, free 76976, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=0.0.0.0 gate=0.0.0.0 mask=0.0.0.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 0, softap: 0, b/g/n
    Info:MAIN:wl_status 3
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTING
    Info:MAIN:wl_status 10
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTED
    Info:MAIN:wl_status 11
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTED
    Info:MAIN:Time 11, idle 142415/s, free 77504, MQTT 0(0), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 12, idle 462156/s, free 77544, MQTT 0(0), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_userName
    mqtt_pass
    mqtt_clientID obk8C000000
    mqtt_host 192.168.1.19:1883
    Info:MAIN:Time 13, idle 438812/s, free 77456, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_connection_cb: Successfully connected
    Info:MQTT:mqtt_subscribed to obk8C000000/+/set
    Info:MQTT:mqtt_subscribed to cmnd/obk8C000000/+
    Info:MQTT:MQTT client "obk8C000000" request cb: err 0
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/2/set
    Info:MQTT:MQTT in topic obk8C000000/2/set
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/1/set
    Info:MQTT:MQTT in topic obk8C000000/1/set
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/3/set
    Info:MQTT:MQTT in topic obk8C000000/3/set
    Info:MQTT:MQTT client "obk8C000000" request cb: err 0
    Info:MQTT:channelSet part topic 2/set
    Info:MQTT:channelSet channel 2
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 2
    Info:GEN:No change in channel 2 (still set to 0) - ignoring

    Info:MQTT:channelSet part topic 1/set
    Info:MQTT:channelSet channel 1
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 1
    Info:GEN:No change in channel 1 (still set to 0) - ignoring

    Info:MQTT:channelSet part topic 3/set
    Info:MQTT:channelSet channel 3
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 3
    Info:GEN:No change in channel 3 (still set to 0) - ignoring

    Info:MAIN:Time 14, idle 435496/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 15, idle 443014/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 16, idle 456512/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 17, idle 455836/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 18, idle 910372/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 19, idle 448268/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 20, idle 905845/s, free 77248, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-54,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 21, idle 454112/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 22, idle 451066/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 23, idle 450039/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 24, idle 454954/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 25, idle 451320/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 26, idle 451737/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 27, idle 453990/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 28, idle 458278/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 29, idle 452289/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 30, idle 452987/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-53,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 31, idle 447587/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Boot complete time reached (30 seconds)
    Info:CFG:####### Set Boot Complete #######
    Info:MAIN:Time 32, idle 443952/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 33, idle 452581/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 34, idle 451904/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 35, idle 449821/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 36, idle 457836/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 37, idle 910274/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 38, idle 451642/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 39, idle 454044/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 40, idle 459093/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-54,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 41, idle 453548/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 42, idle 454286/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 43, idle 450354/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 44, idle 454534/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 45, idle 447324/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 46, idle 453552/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 47, idle 454463/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 48, idle 456765/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 49, idle 450458/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 50, idle 452469/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-53,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 51, idle 454676/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 52, idle 456187/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 53, idle 451926/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 54, idle 452205/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 55, idle 459518/s, free 68848, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 56, idle 456927/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 57, idle 449688/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 58, idle 457848/s, free 68848, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 59, idle 457196/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 60, idle 452371/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-54,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 61, idle 449698/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 62, idle 455170/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 63, idle 455632/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 64, idle 451937/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 65, idle 452336/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 66, idle 459610/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 67, idle 450054/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 68, idle 452020/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 69, idle 457452/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 70, idle 454938/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-53,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 71, idle 455735/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 72, idle 456617/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 73, idle 451191/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 74, idle 449973/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 75, idle 448363/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 76, idle 457222/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 77, idle 453320/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 78, idle 451579/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 79, idle 457110/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 80, idle 454098/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-53,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 81, idle 451671/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 82, idle 451841/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 83, idle 458119/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 84, idle 453443/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 85, idle 452201/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 86, idle 451217/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 87, idle 456581/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 88, idle 451244/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 89, idle 454362/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 90, idle 450590/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-55,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 91, idle 454857/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 92, idle 453832/s, free 68848, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 93, idle 456565/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 94, idle 908987/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 95, idle 454611/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 96, idle 456688/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 97, idle 455329/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 98, idle 454343/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 99, idle 453471/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 100, idle 458105/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-54,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 101, idle 451645/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 102, idle 452457/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 103, idle 905157/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 104, idle 459659/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 105, idle 452534/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 106, idle 456597/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 107, idle 449073/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 108, idle 458632/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 109, idle 450457/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 110, idle 452826/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-53,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 111, idle 451753/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 112, idle 459289/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 113, idle 450847/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 114, idle 453518/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 115, idle 446314/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 116, idle 454667/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 117, idle 448409/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 118, idle 450472/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 119, idle 451041/s, free 77456, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    e][/code]

    Added after 3 [minutes]:

    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
  • #24 20323340
    p.kaczmarek2
    Moderator Smart Home
    You must have done something incorrectly. This is not how it is supposed to look on LittleFS page.

    Please see my screenshot:
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Helpful post? Buy me a coffee.
  • #25 20323646
    caubergjef57
    Level 4  
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    econdsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt
    mqtt_pass 
    mqtt_clientID obk8C000000
    mqtt_host 192.168.1.19:1883
    Info:MAIN:Time 13, idle 461283/s, free 77480, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_connection_cb: Successfully connected
    Info:MQTT:mqtt_subscribed to obk8C000000/+/set
    Info:MQTT:mqtt_subscribed to cmnd/obk8C000000/+
    Info:MQTT:MQTT client "obk8C000000" request cb: err 0
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/2/set
    Info:MQTT:MQTT in topic obk8C000000/2/set
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/1/set
    Info:MQTT:MQTT in topic obk8C000000/1/set
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/3/set
    Info:MQTT:MQTT in topic obk8C000000/3/set
    Info:MQTT:MQTT client "obk8C000000" request cb: err 0
    Info:MQTT:channelSet part topic 2/set
    Info:MQTT:channelSet channel 2
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 2
    Info:GEN:No change in channel 2 (still set to 0) - ignoring
    
    Info:MQTT:channelSet part topic 1/set
    Info:MQTT:channelSet channel 1
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 1
    Info:GEN:No change in channel 1 (still set to 0) - ignoring
    
    Info:MQTT:channelSet part topic 3/set
    Info:MQTT:channelSet channel 3
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 3
    Info:GEN:No change in channel 3 (still set to 0) - ignoring
    
    Info:MAIN:Time 14, idle 457857/s, free 77480, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 15, idle 462973/s, free 77480, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 16, idle 471457/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 17, idle 472118/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 18, idle 471900/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 19, idle 471007/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 20, idle 472872/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-56,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 21, idle 470737/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 22, idle 472359/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 23, idle 468272/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 24, idle 447513/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 25, idle 465216/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 26, idle 472355/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 27, idle 463965/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 28, idle 473559/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 29, idle 475099/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 30, idle 466846/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-57,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 31, idle 930900/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Boot complete time reached (30 seconds)
    Info:CFG:####### Set Boot Complete #######
    Info:MAIN:Time 32, idle 460991/s, free 65760, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 33, idle 466144/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 34, idle 472996/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 35, idle 445351/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 36, idle 464669/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 37, idle 466588/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 38, idle 449587/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 39, idle 449971/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 40, idle 450968/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-57,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 41, idle 439222/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 42, idle 450846/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 43, idle 454164/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 44, idle 456095/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 45, idle 462529/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 46, idle 471990/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 47, idle 473811/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 48, idle 473928/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 49, idle 472917/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 50, idle 466998/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-55,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 51, idle 467914/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 52, idle 440330/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 53, idle 451789/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 54, idle 461449/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 55, idle 465490/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 56, idle 467543/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 57, idle 454299/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 58, idle 460219/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 59, idle 465964/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 60, idle 462515/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-53,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 61, idle 455398/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 62, idle 462093/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 63, idle 464745/s, free 68848, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 64, idle 464847/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 65, idle 455217/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 66, idle 459971/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 67, idle 464039/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 68, idle 461126/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 69, idle 458324/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 70, idle 451841/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-55,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 71, idle 456457/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 72, idle 467017/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 73, idle 451702/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 74, idle 462958/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 75, idle 462340/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 76, idle 468667/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 77, idle 453037/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 78, idle 459635/s, free 77472, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 79, idle 460184/s, free 77240, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:CMD:LFS_ReadFile: openned file /autoexec.bat
    Info:CMD:LFS_ReadFile: Loaded 127 bytes
    Info:CMD:LFS_ReadFile: closed file /autoexec.bat
    Info:CMD:CMD_StartScript: started /autoexec.bat at the beginning
    Info:MAIN:Started TuyaMCU.
    Info:MAIN:Started tmSensor.
    Info:GEN:Channel 1 type changed to readonly
    Info:MAIN:Time 80, idle 422453/s, free 67512, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-55,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 81, idle 441972/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 01 00 24 7B 22 70 22 3A 22 6C 79 64 77 6F 62 77 79 71 78 69 79 6F 62 39 68 22 2C 22 76 22 3A 22 31 2E 30 2E 31 22 7D 5E 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 1 (QueryProductInformation) with 43 bytes
    Info:TuyaMCU:TuyaMCU_ParseQueryProductInformation: received {"p":"lydwobwyqxiyob9h","v":"1.0.1"}
    Info:MAIN:Time 82, idle 463869/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 02 00 00 01 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 2 (MCUconf) with 7 bytes
    Info:TuyaMCU:TuyaMCU_ProcessIncoming: TUYA_CMD_MCU_CONF had wrong data lenght?
    Info:MAIN:Time 83, idle 458302/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 84, idle 467676/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 85, idle 455819/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 02 00 00 01 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 2 (MCUconf) with 7 bytes
    Info:TuyaMCU:TuyaMCU_ProcessIncoming: TUYA_CMD_MCU_CONF had wrong data lenght?
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 08 04 02 00 04 00 00 00 64 7A 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 15 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 4, dataType 2-DP_TYPE_VALUE and 4 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 4 int: 100
    Info:MAIN:Time 86, idle 451528/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 87, idle 457717/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 88, idle 467123/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 89, idle 453639/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 90, idle 443725/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-56,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 00 0F 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:No change in channel 1 (still set to 0) - ignoring
    
    Info:MAIN:Time 91, idle 461052/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 92, idle 465429/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 93, idle 454875/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 94, idle 461347/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 95, idle 465562/s, free 67512, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 96, idle 463335/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 97, idle 454615/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 98, idle 460855/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 99, idle 465211/s, free 75904, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 01 10 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 1 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 1 
    Info:MQTT:Publishing val 1 to obk8C000000/1/get retain=0
    Info:MAIN:Time 100, idle 464256/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-51,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 101, idle 436431/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 102, idle 457244/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 00 0F 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 0 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 0 
    Info:MQTT:Publishing val 0 to obk8C000000/1/get retain=0
    Info:MAIN:Time 103, idle 465548/s, free 75904, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 104, idle 920804/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 105, idle 455209/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 01 10 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 1 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 1 
    Info:MQTT:Publishing val 1 to obk8C000000/1/get retain=0
    Info:MAIN:Time 106, idle 462468/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 107, idle 458815/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 108, idle 464892/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 109, idle 449895/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 110, idle 452169/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-52,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 111, idle 454829/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 00 0F 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 0 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 0 
    Info:MQTT:Publishing val 0 to obk8C000000/1/get retain=0
    Info:MAIN:Time 112, idle 456509/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 113, idle 436255/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 114, idle 457940/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 115, idle 464419/s, free 75904, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 116, idle 462042/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 117, idle 451773/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 118, idle 458380/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 119, idle 921885/s, free 75904, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 120, idle 460020/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-55,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 121, idle 452236/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 01 10 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 1 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 1 
    Info:MQTT:Publishing val 1 to obk8C000000/1/get retain=0
    Info:MAIN:Time 122, idle 456927/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 123, idle 463439/s, free 75904, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 124, idle 462892/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 00 0F 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 0 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 0 
    Info:MQTT:Publishing val 0 to obk8C000000/1/get retain=0
    Info:MAIN:Time 125, idle 451138/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 126, idle 447460/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 127, idle 457678/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 128, idle 453848/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 129, idle 440980/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 130, idle 463673/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-53,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 131, idle 466216/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 132, idle 459302/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 133, idle 452398/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 134, idle 462036/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 135, idle 466594/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 136, idle 928903/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 137, idle 453025/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 01 10 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 1 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 1 
    Info:MQTT:Publishing val 1 to obk8C000000/1/get retain=0
    Info:MAIN:Time 138, idle 450258/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 139, idle 456135/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 140, idle 452073/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.28 gate=192.168.1.1 mask=255.255.255.0 mac=c8:47:8c:00:00:00 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-58,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 141, idle 450791/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 00 0F 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 0 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 0 
    Info:MQTT:Publishing val 0 to obk8C000000/1/get retain=0
    Info:MAIN:Time 142, idle 462475/s, free 75912, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 143, idle 454465/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 144, idle 462016/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 145, idle 451997/s, free 76120, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    
    
  • #26 20324440
    p.kaczmarek2
    Moderator Smart Home
    Very good job! It seems we're having a progress here.

    It looks like TuyaMCU is able to publish some values over MQTT. Here are the related log parts:
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    It first publishes 1 value, then 0. This might be what we want. I am just not sure why it toggles between 1 and 0, we need more testing.

    Do you have MQTT connected? Now it's time to configure MQTT. You will be able to receive that publish value in Home Assistant.
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol

    PS: The name "obk8C000000" indicates that you have empty MAC address. Please go to Web App, Flash section, add use this button:
    Motion sensor with BK7231N and TuyaMCU battery powered devices protocol
    Otherwise you might experience device disconnects when you get two devices with same empty MAC!!!
    Helpful post? Buy me a coffee.
  • #27 20324523
    caubergjef57
    Level 4  
    
    V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:No change in channel 1 (still set to 0) - ignoring
    
    Info:MAIN:Time 8, idle 272150/s, free 75848, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 9, idle 0/s, free 75848, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 10, idle 0/s, free 75848, MQTT 0(0), bWifi 0, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=0.0.0.0 gate=0.0.0.0 mask=0.0.0.0 mac=38:1f:8d:0d:b9:d3 
    Info:GEN:sta: 0, softap: 0, b/g/n
    Info:MAIN:wl_status 3
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTING
    Info:MAIN:wl_status 10
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTED
    Info:MAIN:wl_status 11
    Info:MAIN:Main_OnWiFiStatusChange - WIFI_STA_CONNECTED
    Info:MAIN:Time 11, idle 134643/s, free 76352, MQTT 0(0), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 12, idle 459728/s, free 76392, MQTT 0(0), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_userName
    mqtt_pass 
    mqtt_clientID obk8C000000
    mqtt_host 192.168.1.19:1883
    Info:MAIN:Time 13, idle 441830/s, free 76128, MQTT 0(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MQTT:mqtt_connection_cb: Successfully connected
    Info:MQTT:mqtt_subscribed to obk8C000000/+/set
    Info:MQTT:mqtt_subscribed to cmnd/obk8C000000/+
    Info:MQTT:MQTT client "obk8C000000" request cb: err 0
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/2/set
    Info:MQTT:MQTT in topic obk8C000000/2/set
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/1/set
    Info:MQTT:MQTT in topic obk8C000000/1/set
    Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic obk8C000000/3/set
    Info:MQTT:MQTT in topic obk8C000000/3/set
    Info:MQTT:MQTT client "obk8C000000" request cb: err 0
    Info:MQTT:channelSet part topic 2/set
    Info:MQTT:channelSet channel 2
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 2
    Info:GEN:No change in channel 2 (still set to 0) - ignoring
    
    Info:MQTT:channelSet part topic 1/set
    Info:MQTT:channelSet channel 1
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 1
    Info:GEN:No change in channel 1 (still set to 0) - ignoring
    
    Info:MQTT:channelSet part topic 3/set
    Info:MQTT:channelSet channel 3
    Info:MQTT:MQTT client in mqtt_incoming_data_cb data is 0 for ch 3
    Info:GEN:No change in channel 3 (still set to 0) - ignoring
    
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 14, idle 444551/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 15, idle 453457/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 16, idle 451909/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 17, idle 460783/s, free 64624, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 18, idle 461946/s, free 64624, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 19, idle 452743/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 20, idle 457960/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.33 gate=192.168.1.1 mask=255.255.255.0 mac=38:1f:8d:0d:b9:d3 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-51,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 21, idle 457294/s, free 64624, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 22, idle 461834/s, free 64624, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 23, idle 419422/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 24, idle 450574/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 25, idle 462006/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 26, idle 447630/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 27, idle 442571/s, free 67712, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 28, idle 452608/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 01 10 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 1 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 1 
    Info:MQTT:Publishing val 1 to obk8C000000/1/get retain=0
    Info:MAIN:Time 29, idle 461758/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 30, idle 454713/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.33 gate=192.168.1.1 mask=255.255.255.0 mac=38:1f:8d:0d:b9:d3 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-50,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 31, idle 453814/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Boot complete time reached (30 seconds)
    Info:CFG:####### Set Boot Complete #######
    Info:MAIN:Time 32, idle 421974/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 00 0F 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 0 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 0 
    Info:MQTT:Publishing val 0 to obk8C000000/1/get retain=0
    Info:MAIN:Time 33, idle 452176/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 34, idle 439752/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 35, idle 442850/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 36, idle 451204/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 37, idle 449485/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 38, idle 455763/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 01 10 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 1 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 1 
    Info:MQTT:Publishing val 1 to obk8C000000/1/get retain=0
    Info:MAIN:Time 39, idle 443358/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 40, idle 446190/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.33 gate=192.168.1.1 mask=255.255.255.0 mac=38:1f:8d:0d:b9:d3 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-51,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 41, idle 449378/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 42, idle 457351/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 43, idle 446119/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 44, idle 446627/s, free 76320, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 45, idle 454213/s, free 67712, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:CMD:LFS_ReadFile: openned file /autoexec.bat
    Info:CMD:LFS_ReadFile: Loaded 127 bytes
    Info:CMD:LFS_ReadFile: closed file /autoexec.bat
    Info:CMD:CMD_StartScript: started /autoexec.bat at the beginning
    Info:MAIN:Drv TuyaMCU is already loaded.
    Info:MAIN:Drv tmSensor is already loaded.
    Info:GEN:Channel 1 type changed to readonly
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming: discarding packet bad expected checksum, expected 0 and got checksum 255
    Info:TuyaMCU:Consumed 1 unwanted non-header byte in Tuya MCU buffer
    Info:TuyaMCU:Skipped data (part) 00 
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 05 00 05 01 04 00 01 00 0F 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 5 (WiFiSelect) with 12 bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: processing dpId 1, dataType 4-DP_TYPE_ENUM and 1 data bytes
    Info:TuyaMCU:TuyaMCU_V0_ParseRealTimeWithRecordStorage: raw data 1 byte: 
    Info:GEN:CHANNEL_Set channel 1 has changed to 0 (flags 0)
    
    Info:MAIN:Channel has changed! Publishing change 1 with 0 
    Info:MQTT:Publishing val 0 to obk8C000000/1/get retain=0
    Info:MAIN:Time 46, idle 423789/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 47, idle 419972/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 48, idle 452146/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 49, idle 445253/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 50, idle 447755/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:GEN:dhcp=0 ip=192.168.1.33 gate=192.168.1.1 mask=255.255.255.0 mac=38:1f:8d:0d:b9:d3 
    Info:GEN:sta: 1, softap: 0, b/g/n
    Info:GEN:sta:rssi=-51,ssid=CAUBERG_2.4,bssid=e8:01:8d:2b:f3:a3 ,channel=11,cipher_type:CCMP
    Info:MAIN:Time 51, idle 443610/s, free 75872, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 52, idle 452763/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 53, idle 450941/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:TuyaMCU:TUYAMCU received: 55 AA 00 00 00 01 00 00 
    Info:TuyaMCU:TuyaMCU_ProcessIncoming[ver=0]: processing command 0 (Hearbeat) with 8 bytes
    Info:MAIN:Time 54, idle 450577/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 55, idle 443675/s, free 75872, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 3/38
    Info:MAIN:Time 56, idle 445735/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    Info:MAIN:Time 57, idle 450618/s, free 76088, MQTT 1(1), bWifi 1, secondsWithNoPing -1, socks 2/38
    
    Hi, i doing what you write but can't see the device in HA
    
  • #28 20324662
    p.kaczmarek2
    Moderator Smart Home
    Have you configured it on HA side?
    The Discovery most likely is not supporting this edge case yet.
    Here is an example of Yaml:
    Code: YAML
    Log in, to see the code
    Helpful post? Buy me a coffee.
  • #29 20324762
    caubergjef57
    Level 4  
    binary_sensor:
    - unique_id: "OpenBK7231N_8c000000"
    name: "Motion_sensor_1"
    state_topic: "obk8c000000/1/get"
    qos: 1
    payload_on: 1
    payload_off: 0

    I write this in yaml and can see the motion sensor now in HA

    Added after 16 [minutes]:

    December 8, 2022
    Motion_sensor_1 became unknown
    6:35:57 PM - 20 minutes ago
    Motion_sensor_1 became unavailable
    6:35:56 PM - 20 minutes ago
    Motion_sensor_1 became unknown
    6:35:56 PM - 20 minutes ago
    Motion_sensor_1 became unavailable
    6:35:55 PM - 20 minutes ago

    The log from the sensor in HA
  • #30 20324947
    p.kaczmarek2
    Moderator Smart Home
    I think you also might need to set the retain flag.
    Helpful post? Buy me a coffee.

Topic summary

The discussion revolves around configuring a motion sensor device powered by the BK7231N chip and utilizing the TuyaMCU protocol. Users share experiences and troubleshooting steps related to flashing the device, setting up the autoexec.bat file, and ensuring proper communication between the TuyaMCU and the Wi-Fi module. Key issues include the device not waking from sleep, MQTT communication problems, and the need for specific commands to maintain connectivity. Solutions involve using RealTerm for monitoring, adjusting baud rates, and ensuring the correct setup of drivers and commands in the autoexec.bat file. Users also discuss the importance of maintaining a stable power supply and the potential for firmware updates to improve functionality.
Summary generated by the language model.
ADVERTISEMENT