scheduler-card
scheduler-card copied to clipboard
Setting correct parameters for TRV TSO601 correct operation
Checklist
- [X] I checked for similar existing issues (both open and closed) before posting.
- [X] I will participate in further discussion about this issue and can help by testing (if requested).
Card Version
v2.3.7
Component Version
v3.2.10
Bug description
I am using TSO601 TRV. From the various documentation I have read online, for this TRV to work properly (controlled accurately by Home assistant) it must be in the following modes: hvac_mode: auto (with a temperature setting) preset_mode: manual
When I build a schedule for this Climate entity, I can only choose for hvac mode (heat or auto). If I choose heat, I am able to then set temperature. If I choose auto, I cannot set temperature.
I can also choose 'set preset' and then can select auto,manual,holiday.
I can need to action both properties above together, which I believe is needed for correct operation. If I were to do this in YAML it would be as below :
action:
- service: climate.set_temperature
target:
entity_id: climate.trv_harrys_room
temperature: 20
hvac_mode: auto
- service: climate.set_preset_mode
target:
entity_id: climate.trv_harrys_room
data:
preset_mode: "manual"
Steps to reproduce
tried using latest version of scheduler with TSO601.
Additional info
my customize file is for the climate card is below, but I do not think this would affect the issues above.
climate.trv_harrys_room: hvac_modes:
- heat
- auto preset_modes:
- auto
- manual
- holiday