home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.01k stars 29.65k forks source link

Mqtt target temp outside range #121958

Open Tmatz27 opened 1 month ago

Tmatz27 commented 1 month ago

The problem

I have a govee space heater passed through using govee2mqtt. I constantly receive an error message stating the target temp is outside the range. Mqtt has the desired temp set in C, even though I've changed the sensor to be in F. The govee app is set to F as well. I have tried looking for the file to change but can't find it anywhere.

What version of Home Assistant Core has the issue?

2024.7.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Mqtt

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.components.mqtt.number
Source: components/mqtt/number.py:182
integration: MQTT (documentation, issues)
First occurred: 7:25:15 PM (12 occurrences)
Last logged: 9:06:13 PM

Invalid value for number.smart_space_heater_target_temperature: 23.33 (range 41.0 - 86.0)

Additional information

No response

mib1185 commented 1 month ago

Hi govee2mqtt is a custom component, which is not maintained by the HA core project. Please report your issue to the maintainer or in the source repository of this custom component. Thx 👍