We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
npm upgrade -g homebridge homebridge-nest
Also include debug log output from startup through seeing the issue: DEBUG=* homebridge -D
DEBUG=* homebridge -D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my logs I'm seeing:
I'm using Canadian thermostats.
Seems to be a regression on #389
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No logs
Include with your bug report this version info:
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
The text was updated successfully, but these errors were encountered: