Description
BUG DESCRIPTION
Sending command from wemosmini1 via SSerialSend5 6f6e
(6f6e = on) to connected wemosmini2 didnt fire rule as expected.
17:07:34 CMD: rule on SSerialReceived#Data=on do power1 1 endon on SSerialReceived#Data=off do power1 0 endon
17:07:34 MQT: stat/sonoff/RESULT = {"Rule1":"ON","Once":"OFF","StopOnError":"OFF","Free":421,"Rules":"on SSerialReceived#Data=on do power1 1 endon on SSerialReceived#Data=off do power1 0 endon"}
wemosmini1:
17:10:27 CMD: SSerialSend5 6f6e
17:10:27 MQT: stat/sonoff-53CF5F/RESULT = {"SSerialSend":"Done"}
wemosmini2:
17:10:28 MQT: tele/sonoff/RESULT = {"SSerialReceived":"on"}
REQUESTED INFORMATION
Make sure these boxes are checked before submitting your issue. Thank you
FAILURE TO COMPLETE THE REQUESTED INFORMATION WILL RESULT IN YOUR ISSUE BEING CLOSED
- [ x] Read the Contributing Guide and Policy and the Code of Conduct
- [ x] Searched the problem in issues (https://github.com/arendst/Sonoff-Tasmota/issues)
- [ x] Searched the problem in the wiki (https://github.com/arendst/Sonoff-Tasmota/wiki/Troubleshooting)
- [ x] Searched the problem in the forum (https://groups.google.com/d/forum/sonoffusers)
- [ x] Searched the problem in the chat (https://discord.gg/Ks2Kzd4)
- [ x] Device used (i.e. Sonoff Basic) : WemosMini
- [ x] Tasmota binary firmware version number used : 6.5.0.8/ self-compiled
- [ x] Development IDE - Compiler / Upload tools used : VSC
- [ x] Provide the output of command
status 0
:
17:12:57 CMD: status 0
17:12:57 MQT: stat/sonoff/STATUS = {"Status":{"Module":18,"FriendlyName":["149"],"Topic":"sonoff","ButtonTopic":"0","Power":0,"PowerOnState":3,"LedState":1,"LedMask":"FFFF","SaveData":1,"SaveState":1,"SwitchTopic":"0","SwitchMode":[0,0,0,0,0,0,0,0],"ButtonRetain":0,"SwitchRetain":0,"SensorRetain":0,"PowerRetain":0}}
17:12:57 MQT: stat/sonoff/STATUS1 = {"StatusPRM":{"Baudrate":115200,"GroupTopic":"sonoffs","OtaUrl":"http://192.168.2.20/data/firmwares/sonoff.bin","RestartReason":"Software/System restart","Uptime":"0T00:37:54","StartupUTC":"2019-04-13T14:35:03","Sleep":50,"CfgHolder":4617,"BootCount":17,"SaveCount":125,"SaveAddress":"F4000"}}
17:12:57 MQT: stat/sonoff/STATUS2 = {"StatusFWR":{"Version":"6.5.0.8(sonoff)","BuildDateTime":"2019-04-13T16:06:07","Boot":31,"Core":"STAGE","SDK":"2.2.2-dev(c0eb301)"}}
17:12:57 MQT: stat/sonoff/STATUS3 = {"StatusLOG":{"SerialLog":0,"WebLog":2,"SysLog":0,"LogHost":"","LogPort":514,"SSId":["Jason_Home_WLAN",""],"TelePeriod":300,"Resolution":"55C180C0","SetOption":["00008009","280500000100000000000000000000000000","00000000"]}}
17:12:57 MQT: stat/sonoff/STATUS4 = {"StatusMEM":{"ProgramSize":496,"Free":504,"Heap":25,"ProgramFlashSize":1024,"FlashSize":4096,"FlashChipId":"1625C2","FlashMode":3,"Features":["00000809","0F8AA384","040403A1","80041496","001028C2"]}}
17:12:57 MQT: stat/sonoff/STATUS5 = {"StatusNET":{"Hostname":"sonoff-1459","IPAddress":"192.168.2.149","Gateway":"192.168.2.1","Subnetmask":"255.255.255.0","DNSServer":"192.168.2.1","Mac":"B4:E6:2D:15:85:B3","Webserver":2,"WifiConfig":5}}
17:12:57 MQT: stat/sonoff/STATUS6 = {"StatusMQT":{"MqttHost":"192.168.2.114","MqttPort":1883,"MqttClientMask":"DVES_%06X","MqttClient":"DVES_1585B3","MqttUser":"openhabian","MqttCount":1,"MAX_PACKET_SIZE":1000,"KEEPALIVE":15}}
17:12:57 MQT: stat/sonoff/STATUS7 = {"StatusTIM":{"UTC":"Sat Apr 13 15:12:57 2019","Local":"Sat Apr 13 17:12:57 2019","StartDST":"Sun Mar 31 02:00:00 2019","EndDST":"Sun Oct 27 03:00:00 2019","Timezone":99,"Sunrise":"06:26","Sunset":"20:00"}}
17:12:57 MQT: stat/sonoff/STATUS10 = {"StatusSNS":{"Time":"2019-04-13T17:12:57"}}
17:12:57 MQT: stat/sonoff/STATUS11 = {"StatusSTS":{"Time":"2019-04-13T17:12:57","Uptime":"0T00:37:54","Vcc":3.041,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":23,"POWER":"OFF","Wifi":{"AP":1,"SSId":"Jason_Home_WLAN","BSSId":"00:A0:57:2A:BD:19","Channel":9,"RSSI":90,"LinkCount":1,"Downtime":"0T00:00:05"}}}
TO REPRODUCE
Steps to reproduce the behavior:
Connect two Wemos mini with configured serialbridges and connect RX-TX and TX-RX
Use command SSerialSend5 6f6e
on Transmitter Wemosmini
rule on SSerialReceived#Data=on do power1 1 endon on SSerialReceived#Data=off do power1 0 endon
on receiver wemosmini
GPIO2 is defined as Relay1i on receiver wemosmini
EXPECTED BEHAVIOUR
Light up Led on GPIO2 when sending on
and switching out when sending off