ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
352 stars 50 forks source link

Cannot use input number as heater entity #160

Closed Rudd-O closed 11 months ago

Rudd-O commented 1 year ago

Describe the bug

With PWM turned off (0) the heater entity is being used by this integration as a floating point number store. Which is good. I want this.

Unfortunately, using an input number helper does not work:

Jul 13 00:52:41 assistant hass[22855]: 2023-07-13 00:52:41.677 INFO (MainThread) [custom_components.smart_thermostat.climate] climate.living_space: Change state of input_number.living_space_climate_pid_output to -1.7
Jul 13 00:52:41 assistant hass[22855]: 2023-07-13 00:52:41.677 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities input_number.living_space_climate_pid_output or it is/they are currently not available

The number entity is certainly available.

Here is the bug:

image

Can't call the NUMBER domain on an INPUT_NUMBER entity.

ScratMan commented 1 year ago

Hi. Please try with v2023.7.0-beta2

Chupaka commented 11 months ago

Please close the issue as it's released already?..