Bluetooth-Devices / bthome-ble

Parser for BTHome BLE devices
https://bthome.io/
MIT License
69 stars 14 forks source link

New object suggestions #22

Closed Ernst79 closed 1 year ago

Ernst79 commented 1 year ago

Describe the solution you'd like Suggestions received by email.

Distance: I suggest unit m (meter), factor 0.001 (millimeter), preferred data type could be both 2 and 3 bytes. Can be used to measure levels like water, oil, snow, etc. in addition to distance.  (2 bytes. Range 0-65535 mm factor 1) (2 bytes. Range 0-6553.5 m (factor 0.1)

Time: I suggest unit in s (second), factor 0.001 (millisecond).  (3 bytes. range 0-16777.215 s)

Current: I suggest unit in A (ampere), factor 0.001 (milliamps).  (2 bytes. Range 0-65.535 A)

Speed: I suggest unit m/s (meters pr second), factor 0.01 (2 bytes. range 0-655.35 m/s)

tomasz-kos commented 1 year ago

Hello, Could you consider adding UV Index? 1 byte uchar 0-15.0 factor 0.1

Ernst79 commented 1 year ago

Yes, sure. Will add it

Ernst79 commented 1 year ago

All object have been added. I'll close this issue.