Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasmota > 5.14 "Rules One-Shot detection" #3226

Closed
Einstein67 opened this issue Jul 14, 2018 · 1 comment
Closed

Tasmota > 5.14 "Rules One-Shot detection" #3226

Einstein67 opened this issue Jul 14, 2018 · 1 comment
Labels
bug Type - Confirmated Bug fixed Result - The work on the issue has ended

Comments

@Einstein67
Copy link

A clear and concise description of what the bug is.

Tasmota > 5.14 Rules One-Shot detection not working

Also, make sure these boxes are checked [x] before submitting your issue - Thank you!

  • [x ] Searched the problem in issues and in the wiki
  • [ x] Hardware used :
    Sonoff POW
    Sonoff S20
  • [x ] Provide the output of command status 0 :
STATUS 0 OUTPUT HERE
20:18:25 MQT: stat/s20-1/STATUS = {"Status":{"Module":8,"FriendlyName":["Klima-Schlafz"],"Topic":"s20-1","ButtonTopic":"0","Power":1,"PowerOnState":3,"LedState":1,"SaveData":1,"SaveState":1,"ButtonRetain":0,"PowerRetain":0}}
20:18:25 MQT: stat/s20-1/STATUS1 = {"StatusPRM":{"Baudrate":115200,"GroupTopic":"sonoffs","OtaUrl":"http://sonoff.maddox.co.uk/tasmota/sonoff.bix","RestartReason":"Software/System restart","Uptime":"0T00:08:26","StartupUTC":"2018-07-14T18:09:59","Sleep":50,"BootCount":6,"SaveCount":16,"SaveAddress":"F4000"}}
20:18:25 MQT: stat/s20-1/STATUS2 = {"StatusFWR":{"Version":"6.1.0a","BuildDateTime":"2018.07.10 11:47:09","Boot":31,"Core":"2_3_0","SDK":"1.5.3(aec24ac9)"}}
20:18:25 MQT: stat/s20-1/STATUS3 = {"StatusLOG":{"SerialLog":0,"WebLog":2,"SysLog":0,"LogHost":"","LogPort":514,"SSId":["Einstein-N450","Einstein-N450"],"TelePeriod":150,"SetOption":["00008009","95818000"]}}
20:18:25 MQT: stat/s20-1/STATUS4 = {"StatusMEM":{"ProgramSize":462,"Free":540,"Heap":18,"ProgramFlashSize":1024,"FlashSize":1024,"FlashMode":3,"Features":["00000407","0D002990","0C000000","00000496","00000000"]}}
20:18:25 MQT: stat/s20-1/STATUS5 = {"StatusNET":{"Hostname":"Klima-Schalfzimmer","IPAddress":"192.168.0.75","Gateway":"192.168.0.2","Subnetmask":"255.255.255.0","DNSServer":"192.168.0.2","Mac":"2C:3A:E8:04:DC:4E","Webserver":2,"WifiConfig":5}}
20:18:25 MQT: stat/s20-1/STATUS6 = {"StatusMQT":{"MqttHost":"192.168.0.71","MqttPort":1883,"MqttClientMask":"S20-1","MqttClient":"S20-1","MqttUser":"Sonoff","MqttType":2,"MAX_PACKET_SIZE":1000,"KEEPALIVE":15}}
20:18:25 MQT: stat/s20-1/STATUS7 = {"StatusTIM":{"UTC":"Sat Jul 14 18:18:25 2018","Local":"Sat Jul 14 20:18:25 2018","StartDST":"Sun Mar 25 02:00:00 2018","EndDST":"Sun Oct 28 03:00:00 2018","Timezone":99}}
20:18:25 MQT: stat/s20-1/STATUS10 = {"StatusSNS":{"Time":"2018-07-14T20:18:25","DS18B20":{"Temperature":22.44},"TempUnit":"C"}}
20:18:25 MQT: stat/s20-1/STATUS11 = {"StatusSTS":{"Time":"2018-07-14T20:18:25","Uptime":"0T00:08:26","Vcc":3.172,"POWER":"ON","Wifi":{"AP":1,"SSId":"Einstein-N450","RSSI":100,"APMac":"18:A6:F7:26:78:94"}}}
20:18:25 RUL: DS18B20#TEMPERATURE>21 performs "power1 on"

**To Reproduce**
With Tasmota 5.14 this Rule:

"rule on DS18B20#Temperature>21 do power1 on endon on DS18B20#Temperature<21 do power1 off endon"

has worked perfekt. But with Tasmota 6+ The Log is flooded with 

"20:22:42 RUL: DS18B20#TEMPERATURE>21 performs "power1 on" Messages (every Second)

**Expected behavior**

Rule1 5 should execute the rule only once
Looks like "Rule One.Shot" (rule1 5) is not working correct
@arendst arendst added the bug Type - Confirmated Bug label Jul 16, 2018
arendst added a commit that referenced this issue Jul 16, 2018
Fix rules once regression from v6.1.0 (#3198, #3226)
@arendst arendst added the fixed Result - The work on the issue has ended label Jul 16, 2018
@ascillato2
Copy link
Collaborator

Fixed

curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 7, 2018
Fix rules once regression from v6.1.0 (arendst#3198, arendst#3226)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type - Confirmated Bug fixed Result - The work on the issue has ended
Projects
None yet
Development

No branches or pull requests

3 participants