Files
OpenMQTTGateway/docs/participate/adding-protocols.md
Florian 519eb73dee Documentation update (#723)
-add JQJCY01YM
-add protocol add guidelines
-minor changes
2020-08-06 18:42:34 -05:00

808 B

Adding protocols

Adding your device protocol to OpenMQTTGateway enable to increase interoperability and to create new use cases with your device. You will find below some guidance to do that.

RF or IR

For adding RF and IR propotocols to OpenMQTTGateway the best way is to do a pull request to RCSwitch, Pilight for RF and IRRemoteESP8266 for IR.

BLE

For BLE devices you can do a pull request directly to the OpenMQTTGateway repository.

Currently we support the reading of advertizing BLE devices, advertizing means that the BLE device broadcast regularly its sensor data without the need of a BLE connection.