You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I’m using BT 1.4.0 and added my Thermostats via Zigbee. For some reason the thermostat has a maximum value of 300 degrees.
How can I limit the scale to a normal value like 35 degrees?
Thank you in advance.
Diagnostics:
{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2023.11.1",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.11.6",
"docker": true,
"arch": "aarch64",
"timezone": "Europe/Berlin",
"os_name": "Linux",
"os_version": "6.1.21-v8",
"supervisor": "2023.10.1",
"host_os": "Home Assistant OS 11.1",
"docker_version": "24.0.6",
"chassis": "embedded",
"run_as_root": true
},
"custom_components": {
"hacs": {
"version": "1.33.0",
"requirements": [
"aiogithubapi>=22.10.1"
]
},
"philips_airpurifier_coap": {
"version": "0.10.8",
"requirements": [
"aioairctrl==0.2.4"
]
},
"better_thermostat": {
"version": "1.4.0",
"requirements": []
},
"dreame_vacuum": {
"version": "v1.0.1",
"requirements": [
"pillow",
"numpy",
"pybase64",
"requests",
"pycryptodome",
"python-miio",
"py-mini-racer",
"tzlocal"
]
}
},
"integration_manifest": {
"domain": "better_thermostat",
"name": "Better Thermostat",
"after_dependencies": [
"climate"
],
"codeowners": [
"@KartoffelToby"
],
"config_flow": true,
"dependencies": [
"climate",
"recorder"
],
"documentation": "https://github.com/KartoffelToby/better_thermostat",
"iot_class": "local_push",
"issue_tracker": "https://github.com/KartoffelToby/better_thermostat/issues",
"requirements": [],
"version": "1.4.0",
"is_built_in": false
},
"data": {
"info": {
"name": "BT_Bad",
"temperature_sensor": "sensor.thermometer_bad_temperature",
"off_temperature": 15,
"tolerance": 0.0,
"window_sensors": "binary_sensor.fenster_bad_opening",
"humidity_sensor": null,
"outdoor_sensor": null,
"weather": null,
"cooler": null,
"window_off_delay": 0,
"window_off_delay_after": 0,
"model": "TS0601"
},
"thermostat": {
"climate.heizung_bad_thermostat": {
"name": "Heizung Bad Thermostat",
"state": "heat",
"attributes": {
"hvac_modes": [
"heat"
],
"min_temp": 7.0,
"max_temp": 300.0,
"preset_modes": [
"none",
"away",
"Schedule",
"eco",
"boost",
"Temporary manual"
],
"current_temperature": 21.0,
"temperature": 19.0,
"hvac_action": "heating",
"preset_mode": "none",
"system_mode": "[<SystemMode.Heat: 4>]/heat",
"occupied_heating_setpoint": 1900,
"friendly_name": "Heizung Bad Thermostat",
"supported_features": 17
},
"bt_config": {
"calibration": "target_temp_based",
"calibration_mode": "heating_power_calibration",
"protect_overheating": false,
"no_off_system_mode": true,
"heat_auto_swapped": false,
"child_lock": false,
"homaticip": false
},
"bt_adapter": "zha",
"bt_integration": "zha",
"model": "TS0601"
}
},
"external_temperature_sensor": {
"entity_id": "sensor.thermometer_bad_temperature",
"state": "22.0",
"attributes": {
"state_class": "measurement",
"unit_of_measurement": "\u00b0C",
"device_class": "temperature",
"friendly_name": "Thermometer Bad Temperature"
},
"last_changed": "2023-11-06T08:04:54.886039+00:00",
"last_updated": "2023-11-06T08:04:54.886039+00:00",
"context": {
"id": "01HEHTKHZ6SJSNQYEAZ7JYSC2K",
"parent_id": null,
"user_id": null
}
},
"window_sensor": {
"entity_id": "binary_sensor.fenster_bad_opening",
"state": "off",
"attributes": {
"migrated_to_cache": true,
"device_class": "opening",
"friendly_name": "Fenster Bad \u00d6ffnet"
},
"last_changed": "2023-11-06T08:05:03.688931+00:00",
"last_updated": "2023-11-06T08:05:03.688931+00:00",
"context": {
"id": "01HEHTKTJ8DB8KNX8XBDYDNB1B",
"parent_id": null,
"user_id": null
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions