asednev / homebridge-plugin-govee

Govee H-series Thermometer Hygrometer plugin for Homebrige.
Apache License 2.0
53 stars 9 forks source link

Multiple Devices #79

Open crun11 opened 1 year ago

crun11 commented 1 year ago

Hello friends, I installed the plugin and get the values for temperature, humidity and battery as normal. The longer the plugin runs, the more often one and the same device is displayed. I use the latest version with the latest Homebridge version.

Any ideas what I could check?

Thank you for your feedback

asednev commented 1 year ago

Hi @crun11, I don't quite understand what seems to be the problem and how it relates to having multiple devices. Can you restate your problem?

crun11 commented 1 year ago

Hello, please excuse my bad english. I need a solution that my Termometer is displayed multiple times as shown in the screenshot. I can't find any abnormalities in the log.

Bildschirm­foto 2023-01-18 um 21 17 01
asednev commented 1 year ago

@crun11 The devices are correlated using either uuid or model:

I suspect that your device is broadcasting inconsistent values for one of these two fields.

Collecting some logs would be helpful. You will need to enable debug logs in your Homebridge settings (turn on option Homebridge Debug Mode -D).

Then, look for entries like this in your logs and provide several examples here:

[Govee] Govee reading {
  uuid: 'c0f51941a6ad48a09dcf5273e9ff200e',
  address: '',
  model: 'GVH5075_E09F',
  battery: 38,
  humidity: 39.2,
  tempInC: 23.1392,
  tempInF: 73.65056,
  rssi: -63
}