Hypfer / Cybele

BLE to MQTT Gateway for Smarthome and IoT Devices
Apache License 2.0
112 stars 16 forks source link

unable to produce working config #23

Open hausner opened 2 years ago

hausner commented 2 years ago

Can anyone provide full example on a working config.json?

How does the device config fit into this:

{ "mqtt": { "url": "mqtt://user:pass@foobar.example" }, "dongles": [ { "hciDevice": "hci0", "mode": "le", "troubleshooting": {}, "services": [], "devices": [

  ]
}

] }