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

Homebridge 1.3.0 / characteristic was supplied illegal value #38

Open
bondskin opened this issue Feb 20, 2021 · 5 comments
Open

Homebridge 1.3.0 / characteristic was supplied illegal value #38

bondskin opened this issue Feb 20, 2021 · 5 comments

Comments

@bondskin
Copy link

With 1.3.0 of Homebridge, I see the following error message

This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 0 exceeded minimum of 0.0001. See https://git.io/JtMGR for more info.

@nielsth
Copy link

nielsth commented Feb 21, 2021

The issue only occurs when Homebridge has started but there is no available from the sensor yet. Usually, the first scan is done the specified interval (in seconds) after the plug-in has loaded. Sometimes more, in case the sensor is on the edge of the bluetooth range and isn't picked up on every scan.

A possible solution might be to load the sensor in HomeKit with a No Response state and not write zero values to it, until the first successful scan has taken place. Would that work?

@hs75
Copy link

hs75 commented Apr 22, 2021

same issue here, despite sensors within 2-3m range

@Hansjshx
Copy link

Hansjshx commented May 3, 2021

I get this error "[homebridge-mi-flora-filtered] This plugin generated a warning from the characteristic 'Soil Fertility': characteristic was supplied illegal value: number 2069 exceeded maximum of 255." from Fertility. FW 3.3.1, latest Homebridge, latest Plugin.

@honkmaster
Copy link
Owner

Working on a fix.

@ApoFenomeno
Copy link

Hello @honkmaster, is there any update on the fix, yet?

On Homebridge v1.8.1 and [email protected] there is still no sensor data provided in the Apple Home app or the Eve app.

The following data is exposed:

  • Humidity 0%
  • Temperature 0%
  • Light 0,0001 Lux
  • Battery Level is always 0
  • Firmware 0.0

The device is next to the homebridge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants