You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: