Dear all,
Thanks to this tutorial I managed to set up the Sonoff RF bridge.
Unfortunately, now I’m struggling with getting my remote control for ventilation to work.
I figured out that Data: 079150
is standby message.
At 21:45:58 I’ve pressed the on/off button on the remote Data: 079158
- thus at 21:45:59 the ventilation has started.
At 21:47:20 I’ve pressed the on/off button again - Data: 079158
… and the ventilation gets back to standby mode Data: 079150
.
21:45:44 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:45:44","RfReceived":{"Sync":9680,"Low":400,"High":1020,"Data":"079150","RfKey":"None"}}
21:45:47 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:45:47","RfReceived":{"Sync":9690,"Low":400,"High":1020,"Data":"079150","RfKey":"None"}}
21:45:50 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:45:50","RfReceived":{"Sync":9700,"Low":400,"High":1010,"Data":"079150","RfKey":"None"}}
21:45:52 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:45:52","RfReceived":{"Sync":9680,"Low":400,"High":1010,"Data":"079150","RfKey":"None"}}
21:45:55 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:45:55","RfReceived":{"Sync":9680,"Low":400,"High":1010,"Data":"079150","RfKey":"None"}}
21:45:58 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:45:58","RfReceived":{"Sync":9280,"Low":350,"High":910,"Data":"079158","RfKey":"None"}}
21:45:59 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:45:59","RfReceived":{"Sync":9710,"Low":390,"High":1020,"Data":"07915A","RfKey":"None"}}
21:46:02 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:46:02","RfReceived":{"Sync":9690,"Low":400,"High":1010,"Data":"07915A","RfKey":"None"}}
21:46:05 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:46:05","RfReceived":{"Sync":9690,"Low":390,"High":1020,"Data":"07915A","RfKey":"None"}}
21:46:07 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:46:07","RfReceived":{"Sync":9710,"Low":400,"High":1010,"Data":"07915A","RfKey":"None"}}
...
21:47:20 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:47:20","RfReceived":{"Sync":9350,"Low":330,"High":920,"Data":"079158","RfKey":"None"}}
21:47:21 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:47:21","RfReceived":{"Sync":9670,"Low":400,"High":1010,"Data":"079150","RfKey":"None"}}
21:47:24 MQT: tasmota/sonoffrfbridge/tele/RESULT = {"Time":"2020-04-07T21:47:24","RfReceived":{"Sync":9690,"Low":400,"High":1020,"Data":"079150","RfKey":"None"}}
I would really appreciate if someone could help me how to write a simple rule in order to switch the ventilation on and of.