Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hardware Request]: Shelly BLU HT support for experimental BLE support #983

Open
2 tasks done
dnns6 opened this issue May 14, 2024 · 1 comment
Open
2 tasks done
Labels
hardware request Request to integrate new devices

Comments

@dnns6
Copy link

dnns6 commented May 14, 2024

I'm sure that

  • This device is still unsupported in the current beta version of this adapter
  • There is no other (open) request for the same device type (used the search)

Shelly device

Shelly BLU HT

Further information

I was trying to get data from a Shelly BLU HT using the experimental ble-device script. It didn't return any data. Debugging into it I found that humidity is submitted differently from what the script expects.
Adding
0x2e: { n: 'humidity', t: uint8, u: '%' },
to the BTH structure at the beginning of the script seems to solve this. I don't have many BLE devices, so I can't say anything about side effects for other devices

@dnns6 dnns6 added the hardware request Request to integrate new devices label May 14, 2024
@harryslapalot
Copy link

I can confirm this. Only after adding this line to the script objects other than battery and rssi for the Shelly BLU HT are shown.
Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hardware request Request to integrate new devices
Projects
None yet
Development

No branches or pull requests

2 participants