Not sure if this is the right place for this, but on all of my sonoff devices, i have the following log appearing every 5-15 seconds. (some of the data varies obviously)
10:03:05 MQT: stat/RF_Bridge/STATUS = {“Status”:{“Module”:25,“FriendlyName”:[“RF_Bridge”],“Topic”:“RF_Bridge”,“ButtonTopic”:“0”,“Power”:0,“PowerOnState”:3,“LedState”:1,“SaveData”:1,“SaveState”:1,“SwitchTopic”:“0”,“SwitchMode”:[0,0,0,0,0,0,0,0],“ButtonRetain”:0,“SwitchRetain”:0,“SensorRetain”:0,“PowerRetain”:0}}
10:03:05 MQT: stat/RF_Bridge/STATUS1 = {“StatusPRM”:{“Baudrate”:19200,“GroupTopic”:“sonoffs”,“OtaUrl”:“http://thehackbox.org/tasmota/release/sonoff.bin",“RestartReason”:"Power on”,“Uptime”:“0T01:26:25”,“StartupUTC”:“2018-12-07T07:36:40”,“Sleep”:100,“BootCount”:636,“SaveCount”:647,“SaveAddress”:“F5000”}}
10:03:05 MQT: stat/RF_Bridge/STATUS2 = {“StatusFWR”:{“Version”:“6.3.0”,“BuildDateTime”:“2018-10-30T17:33:53”,“Boot”:6,“Core”:“2_3_0”,“SDK”:“1.5.3(aec24ac9)”}}
10:03:05 MQT: stat/RF_Bridge/STATUS3 = {“StatusLOG”:{“SerialLog”:2,“WebLog”:2,“SysLog”:0,“LogHost”:"",“LogPort”:514,“SSId”:[“MyWIFISSID”,""],“TelePeriod”:300,“SetOption”:[“00008009”,“55818000”,“00000000”]}}
10:03:05 MQT: stat/RF_Bridge/STATUS4 = {“StatusMEM”:{“ProgramSize”:489,“Free”:512,“Heap”:14,“ProgramFlashSize”:1024,“FlashSize”:1024,“FlashMode”:3,“Features”:[“00000809”,“0FDAE794”,“000183A0”,“23B617CE”,“00003BC0”]}}
10:03:05 MQT: stat/RF_Bridge/STATUS5 = {“StatusNET”:{“Hostname”:“RF_Bridge”,“IPAddress”:“192.168.12.20”,“Gateway”:“192.168.12.254”,“Subnetmask”:“255.255.255.0”,“DNSServer”:“8.8.8.8”,“Mac”:“60:01:94:A3:49:32”,“Webserver”:2,“WifiConfig”:5}}
10:03:05 MQT: stat/RF_Bridge/STATUS6 = {“StatusMQT”:{“MqttHost”:“192.168.12.201”,“MqttPort”:1883,“MqttClientMask”:“RF_Bridge”,“MqttClient”:“RF_Bridge”,“MqttUser”:“homeassistant”,“MqttType”:1,“MAX_PACKET_SIZE”:1000,“KEEPALIVE”:15}}
10:03:05 MQT: stat/RF_Bridge/STATUS7 = {“StatusTIM”:{“UTC”:“Fri Dec 07 09:03:05 2018”,“Local”:“Fri Dec 07 10:03:05 2018”,“StartDST”:“Sun Mar 25 02:00:00 2018”,“EndDST”:“Sun Oct 28 03:00:00 2018”,“Timezone”:1,“Sunrise”:“08:29”,“Sunset”:“16:53”}}
10:03:05 MQT: stat/RF_Bridge/STATUS10 = {“StatusSNS”:{“Time”:“2018-12-07T10:03:05”}}
10:03:05 MQT: stat/RF_Bridge/STATUS11 = {“StatusSTS”:{“Time”:“2018-12-07T10:03:05”,“Uptime”:“0T01:26:25”,“Vcc”:3.182,“Wifi”:{“AP”:1,“SSId”:“MyWIFISSID”,“BSSId”:“xx:xx:xx:xx:xx:45”,“Channel”:6,“RSSI”:92}}}
Any idea how i go about stopping these messages? I assume that weblog 0 would do it, but i use TasmoAdmin that gives me a message to say that it expect a response with weblog2.
The Logging on each of them is set to 2|2|0
Thanks in advance