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
I`m looking for a solution to control flow temperature for heat pump.
something like a smart room thermostat who read outdoor and indoor temperature and change outlet flow temperature for heat pump.
I need to modulate outlet temperature . We don`t need on/off thermostat
heat pump have tuya and all data to control over mod bus .
from home assistant is possible to change manually set temperature for heat pump
Poti sa ma ajuti ?
raw_state: 34 unit_of_measurement: C device_class: temperature friendly_name: Outlet
raw_state: 32 unit_of_measurement: C device_class: temperature friendly_name: 'inlet '
min: 0 max: 100000 step: 1 mode: auto raw_state: 42 friendly_name: SetTempOutlet
unit_of_measurement: C friendly_name: Ambient temp.T1 ( outdoor temp)
state_class: measurement unit_of_measurement: °C device_class: temperature friendly_name: IBS-TH3 Temperature (indoor temp )
hvac_modes:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I`m looking for a solution to control flow temperature for heat pump.
something like a smart room thermostat who read outdoor and indoor temperature and change outlet flow temperature for heat pump.
I need to modulate outlet temperature .
We don`t need on/off thermostat
heat pump have tuya and all data to control over mod bus .
from home assistant is possible to change manually set temperature for heat pump
Poti sa ma ajuti ?
raw_state: 34
unit_of_measurement: C
device_class: temperature
friendly_name: Outlet
raw_state: 32
unit_of_measurement: C
device_class: temperature
friendly_name: 'inlet '
min: 0
max: 100000
step: 1
mode: auto
raw_state: 42
friendly_name: SetTempOutlet
unit_of_measurement: C
friendly_name: Ambient temp.T1 ( outdoor temp)
state_class: measurement
unit_of_measurement: °C
device_class: temperature
friendly_name: IBS-TH3 Temperature (indoor temp )
hvac_modes:
min_temp: 17
max_temp: 24.5
target_temp_step: 0.1
preset_modes:
current_temperature: 20.2
temperature: 21.6
hvac_action: 'off'
preset_mode: none
friendly_name: climate.study
supported_features: 17
The text was updated successfully, but these errors were encountered: