oyooyo

Results 61 comments of oyooyo

@magisternavis Here's a few things you could try: 1. Turn debug output on by prepending the `keyble-registeruser` with `DEBUG=*`, so like this: ```sh DEBUG=* keyble-registeruser ``` Debug output should hopefully...

> Error: ENODEV, No such device Strange error. Sounds to me like the noble library was for some reason unable to find/access any Bluetooth adapter it could use. There is...

I'm afraid I've never heard of this kind of error message before and currently have no clue what you could do about it. In fact, I've never even heard of...

> i found a new error message in the logs. > > did this helps in any way? The error message about `receive_characteristic` was indeed indication of a small bug...

> after one day, i can report, that the SMP problem seems to be fixed, but its still not working. On every mqtt message i get this errors: Thanks for...

This really is a missing feature that would be nice to have, and therefor I'll leave this issue open. But I want to be honest: Chances are that I won't...

Hi @show2go, are you running this on a Raspberry Pi, using the RPI's builtin Bluetooth hardware? If so: At least some time ago, the builtin Bluetooth hardware of the RPI...

@frodo777 Nein, leider nicht. Aktuell bin ich mehr mit anderen Dingen beschäftigt. :-(

An initial version of the MQTT client is ready. It is available [on Github](https://github.com/oyooyo/keyble-mqtt) and as a [npm package](https://www.npmjs.com/package/keyble-mqtt).

An initial version of the Node-RED nodes is ready. It is available [on GitHub](https://github.com/oyooyo/keyble-nodered) and as a [npm package](https://www.npmjs.com/package/keyble-nodered). Kind of works already, but needs some more work and is...