Lukáš Ručka

Results 22 comments of Lukáš Ručka

Hmm... got yet another issue implementing the program settings. The program is given as 8 8-bit fields, described by: . Where time is represented as 8-bit value in minutes, with...

> We could possibly use existing GATT mechanisms to construct Duration from 8bit number, e.g. DecimalExponent (-1). Not sure how do you intend to accomplish this. Do you mean using...

Ok, I was able to get some time to work on this. It's still work in progress, however can already do some good. Comments wellcomed. Requires pullrequests #54 and [bluetooth-gatt-parser#7](https://github.com/sputnikdev/bluetooth-gatt-parser/pull/7)...

@vkolotov - Following the discussion on #67 -- If I understand that correctly, do you expect to use control points instead of arbitrary characteristic writes? Or was it more of...

Hi, what's your OS + CPU architecture? On linux, run uname -a and post the output

Hi, I had a similar issue - just to clarify, you do have the xml specs in /home/pi/.bluetooth_devices/service/com.inkbird.service.temperature_and_humidity.xml and characteristics in /home/pi/.bluetooth_devices/characteristic/com.inkbird.characteristic.temperature_and_humidity.xml? What does ls -laR /home/pi/.bluetooth_devices report?

@matteopedani For future reference - I'm using 2 RPi's, one running openhab + local CSR adapter, the other exposes two bluetooth dongles (one behind behind 5m usb extension cable) via...

Hi, I can confirm the bug on raspberry pi 3; I'm using OpenSuSE Leap 42.3 aarch64; the bug seems to span rather deep (and for quite some time). I'm using...

Furthermore, in my experience, resetting the bluetooth dongle via hciconfig hci0 reset allows for recovery without restarting the bluetoothd, which can be automated upon parsing dmesg output. However, this requires...

> This is really awesome! I was going to use this library to do so! TinyB is annoying useless layer. I ended up using it's upstream and wrote [this](https://github.com/xrucka/eclipse-smarthome-bluetooth-binding-dbus-transport). It...