Skip to content

miskui/homebridge-mqtt-sonoffrf-transmitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

homebridge-mqtt-sonoffrf-transmitter

Control any RF device with Homebridge using Sonoff RF Bridge 433 with TasmOTA firmware.

Installation

config.json

"topics": {
  "statusGet": 	"stat/sonoff_rf/POWER",
  "statusSet": 	"cmnd/soonff_rf/RfCode"
}
"onValue": "#D0EC33",
"offValue": "#D0EC44",
  • StatusGet will not work with one way RF device. As you can switch manually the RF device Homekit will not show the exact status of the device
  • Insert any unique RF code for onValue and offValue 1..8388607 or hex #1..#7FFFFF
  • Start Homebridge
  • As the new switch is in Homekit do remote control pairing by turning on and off the switch in Homekit. Long press the RF device button, 2 beeps: turn Homekit switch on, 3 beeps: turn homekit swtich off.

References

Use homebridge-mqtt-sonoffrf-receiver to read RF sensors in Homebridge. If you have already defined RF codes in Sonoff RF Bridge then use RfKey command instead of RfCode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published