Vaughanza
(Vaughan Lundin)
January 28, 2019, 10:48am
1
Hi
I just received my Sonoff RF bridge 433 Mhz and some Pir’s and door sensors, Please could you advise if the only way to integrate Sonoff bridge into HA by flashing the bridge with alternative firmware, like Tasmota.
So if I need to add Sonoff bridge to HA, I have to flash it with another firmware ( Tasmota )
Thanks for your time.
Hypnotia
(Pavel Murtishev)
January 28, 2019, 2:52pm
2
This is exactly what you will have to do. Flashing Tasmota enables MQTT and many other usefull features.
1 Like
Vaughanza
(Vaughan Lundin)
January 28, 2019, 4:08pm
3
Thanks appreciate the help.
elRadix
(elRadix)
January 28, 2019, 4:18pm
4
once you have done that, you can following to this topic with some examples
This solution is much cleaner than spoofing mqtt messages:
- platform: mqtt
name: "Lounge Window"
payload_on: "5D4533"
device_class: window
state_topic: "rf_bridge/tele/RESULT"
value_template: "{{ value_json.RfReceived.Data }}"
off_delay: 180
rather than what most people propose in this thread:
- platform: mqtt
name: "Lounge Window"
payload_on: "5D4533"
payload_off: "5D4533off"
device_class: window
state_topic: "rf_bridge/tele/RESULT"
value_tem…
2 Likes
Vaughanza
(Vaughan Lundin)
January 28, 2019, 4:44pm
5
Thanks appreciate it . Will give it a try