Alexey Sednev
Alexey Sednev
any way pull names or specify sensors as labeled in Govee app? (somehow name or tell devices apart )
Thank you for submitting this suggestion. **TLDR**: I would gladly accept a contribution if someone were to open a PR. --- I have not been able to find this information...
any way pull names or specify sensors as labeled in Govee app? (somehow name or tell devices apart )
> BTW I am testing this on HOOBS 4 Beta now... seems to be working... just getting this in logs... > I moved this over to a new issue #33
Hi @RyTheITGuy, There is an MR open for the library that this project is using to add the support for H5100: https://github.com/asednev/govee-bt-client/pull/15 That MR is waiting for an example of...
@RyTheITGuy clone https://github.com/asednev/govee-bt-client/ ``` $ cd govee-bt-client $ npm install $ npm run dev ``` provide console output here as a comment. Your console output should look like this ```...
@RyTheITGuy Do these values look correct though? Do you have any other H5100 devices that are not being identified? ``` { model: 'GVH5100_5E65', battery: 100, humidity: 41.8, tempInC: 27.4418, tempInF:...
@RyTheITGuy H5151 hub is using wifi and not broadcasting any data over bluetooth. This plugin only supports bluetooth devices. Nonetheless, readings from your H5100 are picked up and correctly displayed....