-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Climate schedules don't work with Bosch BTH-RM230Z #386
Comments
I agree with the error |
I'm seeing the same here. I will have to investigate what causes this. |
I have the same issue in v4.0.0b1 with the BTH-RM230Z - so the new version does not seem to change this behaviour. (Possibly related? Wrapping the Thermostat in a BT Component works fine. KartoffelToby/better_thermostat#1422 ) |
Note that you can add the missing action to the card manually via yaml as well. type: custom:scheduler-card
# rest of configuration
customize:
climate.bosch_room_thermostat_ii_1:
actions: # add the custom actions
- service: set_temperature
service_data:
hvac_mode: heat_cool
variables:
target_temp_low:
name: "low setpoint"
min: 4.5
max: 30
step: 0.5
unit: '°C'
target_temp_high:
name: "high setpoint"
min: 4.5
max: 30
step: 0.5
unit: '°C'
icon: 'hass:fire'
name: "regulate[ to {target_temp_low}-{target_temp_high}]" |
@klatka, und funktioniert es ? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Bump |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Bump |
Checklist
Expected behavior
I have some Bosch BTH-RM230Z connected via Zigbee2Mqtt. These are the attributes from one of the Bosch BTH-RM230Z:
I created a schedule to set the target temperature of this climate entity.
Actual behavior
When my schedule is going to be executed the climate does not change the target temperature.
The text was updated successfully, but these errors were encountered: