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

characteristic was supplied illegal value: number 0 exceeded minimum of 9 #687

Open
ptarjan opened this issue Jan 11, 2025 · 0 comments
Open

Comments

@ptarjan
Copy link

ptarjan commented Jan 11, 2025

In my logs I'm seeing:

[1/11/2025, 8:39:33 AM] [Nest] initing thermostat (P) "Master Bedroom Thermostat": deviceId: 18B4300000C303F0 structureId: 7b036a10-939b-11ef-9d8c-126131348885
[Master Bedroom Thermostat@@Heating Threshold Temperature] characteristic was supplied illegal value: number 0 exceeded minimum of 9
[1/11/2025, 8:39:33 AM] [Nest] initing thermostat (P) "Main Floor Thermostat": deviceId: 18B4300000C3222D structureId: 7b036a10-939b-11ef-9d8c-126131348885
[Main Floor Thermostat@@Heating Threshold Temperature] characteristic was supplied illegal value: number 0 exceeded minimum of 9

I'm using Canadian thermostats.

Seems to be a regression on #389

To Reproduce
Steps to reproduce the behavior:

  1. Look in the logs

Expected behavior

No logs

Include with your bug report this version info:

node --version
homebridge --version
[1/11/2025, 8:39:28 AM] Registering platform 'homebridge-nest.Nest'
[1/11/2025, 8:39:28 AM] [Nest] Loaded homebridge-nest v4.6.9 child bridge successfully
[1/11/2025, 8:39:28 AM] Loaded 3 cached accessories from cachedAccessories.0E949DCA9D18.
[1/11/2025, 8:39:28 AM] [Nest] Fetching Nest devices.
[1/11/2025, 8:39:28 AM] Homebridge v1.8.5 (HAP v0.12.3) (Nest) is running on port 36741.

Make sure you have the latest LTS from https://nodejs.org
and the latest packages: npm upgrade -g homebridge homebridge-nest

Also include debug log output from startup through seeing the issue:
DEBUG=* homebridge -D

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

1 participant