Skip to content

Insteon thermostat temperature range limited to 7 to 35 C (44.6 to 95 F). #150069

@orrd

Description

@orrd

The problem

When I try to set the cooling temperature to 100 F, I get the error "Provided temperature 100.0 is not valid. Accepted range is 44.6 to 95.0." (This corresponds to 7 to 35 C.) But the Insteon can be set to a higher temperature than that. I am told that the fix for this is for the integration needs to provide setpoint limits, because currently it's just using 7 to 35 C because that is the Home Assistant default range for integrations that don't set the limits.

By the way, in order to make the UI allow me to attempt set a higher temperature, I had to set min_temp and max_temp in the Home Assistant YAML config.

What version of Home Assistant Core has the issue?

core-2025.7.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Insteon

Link to integration documentation on our website

https://www.home-assistant.io/integrations/insteon/

Diagnostics information

No response

Example YAML snippet

# Thermostat min/max limits
homeassistant:
  customize:
    climate.my_thermostat_main:
      min_temp: 40
      max_temp: 110

Anything in the logs that might be useful for us?

Additional information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions