Cybele
Cybele copied to clipboard
BLE to MQTT Gateway for Smarthome and IoT Devices
Hi everyone, I follow the readme to install the package. I've cloned the repo, done npm install, configured cybele as follows ``` { "mqtt": { "url": "MQTT" }, "dongles": [...
Can anyone provide full example on a working config.json? How does the device config fit into this: { "mqtt": { "url": "mqtt://user:[email protected]" }, "dongles": [ { "hciDevice": "hci0", "mode": "le",...
I installed cybele to a rpi 3b+ with inbuilt bt and added an eq3 thermostat to it. On start i get this: ``` Connected to MQTT Broker { dongleConfig: {...
I've cloned the repo, done `npm install`, added dbus config, configured cybele as follows, using token obtained via https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor: ``` % cat config.json { "mqtt": { "url": "mqtt://localhost" }, "dongles":...
Hey Hypfer, First of all, I love what you did with Valetudo, thank you! Second, I was wondering is there any chance to expand this project for Xiaomi's Toothbrush T500,...
That code is just terrible https://github.com/Hypfer/Cybele/blob/master/lib/Dongle.js#L215
Hi, is it possible to make Cybele to be run as the addon for Home Assistant?
Hi, does the Glance Clock integration work? If so then I'm happy to muddle through working out how to use it and writing up a Readme