bwp91 / homebridge-govee

Homebridge plugin to integrate Govee devices into HomeKit.
MIT License
479 stars 49 forks source link

Thermometer & Hydrometer not updating #118

Closed tvqam closed 3 years ago

tvqam commented 3 years ago

What issue do you have? Please be as thorough and explicit as possible.

Details of your setup.

1.3.4

Raspberry Pi

I have 6 of these devices and none of them are displaying the correct temperature or humidity. I am able to look in the Govee App and try to compare the data history to what is being displayed in HomeKit, but none of data sets match.. at least for the previous 24 hours anyway.

Please paste any relevant logs below.

bwp91 commented 3 years ago

Hi @tvqam

The H5075 and a number of similar models only refresh their data I think when connected to the Govee app. The plugin does not use bluetooth to get the latest data for these models.

You will need to use this plugin: https://www.npmjs.com/package/homebridge-plugin-govee

tvqam commented 3 years ago

Thanks for getting back to me. That makes sense now. I was using your recommended plugin but thought it'd be neater to have all Govee devices under the one plugin. I appreciate your work. Thanks again