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

H5106 constant errors #83

Open
macjbraun opened this issue Jun 8, 2023 · 0 comments
Open

H5106 constant errors #83

macjbraun opened this issue Jun 8, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@macjbraun
Copy link

macjbraun commented Jun 8, 2023

I added a H5106 air quality monitor to my collection of H5074 temp/humidity sensors. Homebridge picked it up immediately without adding or rebooting. I’m now receiving the following error constantly.
[6/8/2023, 10:16:55 AM] [homebridge-plugin-govee] This plugin generated a warning from the characteristic 'Battery Level': characteristic was supplied illegal value: number 138 exceeded maximum of 100.
See https://homebridge.io/w/JtMGR for
more info.
The Home app shows a temperature of 202 and a humidity of 25%. Actual 75 and 52%.
I don’t care if this device is monitored by homebridge, but can I ignore it?

config for Govee
{
"name": "Govee",
"batteryThreshold": 25,
"debug": false,
"humidityOffset": 0,
"platform": "GoveeHomebridgePlugin"
},
I added the following line to config.
"IgnoreDeviceNames": "GVH51065426"
Errors stopped reporting.
That was the name appearing in homebridge.
Device no longer appears in homebridge or home app.
Was my action correct?

Update: the mystery device reappears every few days. The IgnoreDeviceNames does not keep it from showing up in the Home app and homebridge.

@asednev asednev added the good first issue Good for newcomers label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants