* Climate 1.0 / part 1/2/3 * fix flake * Lint * Update Google Assistant * ambiclimate to climate 1.0 (#24911) * Fix Alexa * Lint * Migrate zhong_hong * Migrate tuya * Migrate honeywell to new climate schema (#24257) * Update one * Fix model climate v2 * Cleanup p4 * Add comfort hold mode * Fix old code * Update homeassistant/components/climate/__init__.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> * Update homeassistant/components/climate/const.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> * First renaming * Rename operation to hvac for paulus * Rename hold mode to preset mode * Cleanup & update comments * Remove on/off * Fix supported feature count * Update services * Update demo * Fix tests & use current_hvac * Update comment * Fix tests & add typing * Add more typing * Update modes * Fix tests * Cleanup low/high with range * Update homematic part 1 * Finish homematic * Fix lint * fix hm mapping * Support simple devices * convert lcn * migrate oem * Fix xs1 * update hive * update mil * Update toon * migrate deconz * cleanup * update tesla * Fix lint * Fix vera * Migrate zwave * Migrate velbus * Cleanup humity feature * Cleanup * Migrate wink * migrate dyson * Fix current hvac * Renaming * Fix lint * Migrate tfiac * migrate tado * Fix PRESET can be None * apply PR#23913 from dev * remove EU component, etc. * remove EU component, etc. * ready to test now * de-linted * some tweaks * de-lint * better handling of edge cases * delint * fix set_mode typos * apply PR#23913 from dev * remove EU component, etc. * ready to test now * de-linted * some tweaks * de-lint * better handling of edge cases * delint * fix set_mode typos * delint, move debug code * away preset now working * code tidy-up * code tidy-up 2 * code tidy-up 3 * address issues #18932, #15063 * address issues #18932, #15063 - 2/2 * refactor MODE_AUTO to MODE_HEAT_COOL and use F not C * add low/high to set_temp * add low/high to set_temp 2 * add low/high to set_temp - delint * run HA scripts * port changes from PR #24402 * manual rebase * manual rebase 2 * delint * minor change * remove SUPPORT_HVAC_ACTION * Migrate radiotherm * Convert touchline * Migrate flexit * Migrate nuheat * Migrate maxcube * Fix names maxcube const * Migrate proliphix * Migrate heatmiser * Migrate fritzbox * Migrate opentherm_gw * Migrate venstar * Migrate daikin * Migrate modbus * Fix elif * Migrate Homematic IP Cloud to climate-1.0 (#24913) * hmip climate fix * Update hvac_mode and preset_mode * fix lint * Fix lint * Migrate generic_thermostat * Migrate incomfort to new climate schema (#24915) * initial commit * Update climate.py * Migrate eq3btsmart * Lint * cleanup PRESET_MANUAL * Migrate ecobee * No conditional features * KNX: Migrate climate component to new climate platform (#24931) * Migrate climate component * Remove unused code * Corrected line length * Lint * Lint * fix tests * Fix value * Migrate geniushub to new climate schema (#24191) * Update one * Fix model climate v2 * Cleanup p4 * Add comfort hold mode * Fix old code * Update homeassistant/components/climate/__init__.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> * Update homeassistant/components/climate/const.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> * First renaming * Rename operation to hvac for paulus * Rename hold mode to preset mode * Cleanup & update comments * Remove on/off * Fix supported feature count * Update services * Update demo * Fix tests & use current_hvac * Update comment * Fix tests & add typing * Add more typing * Update modes * Fix tests * Cleanup low/high with range * Update homematic part 1 * Finish homematic * Fix lint * fix hm mapping * Support simple devices * convert lcn * migrate oem * Fix xs1 * update hive * update mil * Update toon * migrate deconz * cleanup * update tesla * Fix lint * Fix vera * Migrate zwave * Migrate velbus * Cleanup humity feature * Cleanup * Migrate wink * migrate dyson * Fix current hvac * Renaming * Fix lint * Migrate tfiac * migrate tado * delinted * delinted * use latest client * clean up mappings * clean up mappings * add duration to set_temperature * add duration to set_temperature * manual rebase * tweak * fix regression * small fix * fix rebase mixup * address comments * finish refactor * fix regression * tweak type hints * delint * manual rebase * WIP: Fixes for honeywell migration to climate-1.0 (#24938) * add type hints * code tidy-up * Fixes for incomfort migration to climate-1.0 (#24936) * delint type hints * no async unless await * revert: no async unless await * revert: no async unless await 2 * delint * fix typo * Fix homekit_controller on climate-1.0 (#24948) * Fix tests on climate-1.0 branch * As part of climate-1.0, make state return the heating-cooling.current characteristic * Fixes from review * lint * Fix imports * Migrate stibel_eltron * Fix lint * Migrate coolmaster to climate 1.0 (#24967) * Migrate coolmaster to climate 1.0 * fix lint errors * More lint fixes * Fix demo to work with UI * Migrate spider * Demo update * Updated frontend to 20190705.0 * Fix boost mode (#24980) * Prepare Netatmo for climate 1.0 (#24973) * Migration Netatmo * Address comments * Update climate.py * Migrate ephember * Migrate Sensibo * Implemented review comments (#24942) * Migrate ESPHome * Migrate MQTT * Migrate Nest * Migrate melissa * Initial/partial migration of ST * Migrate ST * Remove Away mode (#24995) * Migrate evohome, cache access tokens (#24491) * add water_heater, add storage - initial commit * add water_heater, add storage - initial commit delint add missing code desiderata update honeywell client library & CODEOWNER add auth_tokens code, refactor & delint refactor for broker delint * Add Broker, Water Heater & Refactor add missing code desiderata * update honeywell client library & CODEOWNER add auth_tokens code, refactor & delint refactor for broker * bugfix - loc_idx may not be 0 more refactor - ensure pure async more refactoring appears all r/o attributes are working tweak precsion, DHW & delint remove unused code remove unused code 2 remove unused code, refactor _save_auth_tokens() * support RoundThermostat bugfix opmode, switch to util.dt, add until=1h revert breaking change * store at_expires as naive UTC remove debug code delint tidy up exception handling delint add water_heater, add storage - initial commit delint add missing code desiderata update honeywell client library & CODEOWNER add auth_tokens code, refactor & delint refactor for broker add water_heater, add storage - initial commit delint add missing code desiderata update honeywell client library & CODEOWNER add auth_tokens code, refactor & delint refactor for broker delint bugfix - loc_idx may not be 0 more refactor - ensure pure async more refactoring appears all r/o attributes are working tweak precsion, DHW & delint remove unused code remove unused code 2 remove unused code, refactor _save_auth_tokens() support RoundThermostat bugfix opmode, switch to util.dt, add until=1h revert breaking change store at_expires as naive UTC remove debug code delint tidy up exception handling delint * update CODEOWNERS * fix regression * fix requirements * migrate to climate-1.0 * tweaking * de-lint * TCS working? & delint * tweaking * TCS code finalised * remove available() logic * refactor _switchpoints() * tidy up switchpoint code * tweak * teaking device_state_attributes * some refactoring * move PRESET_CUSTOM back to evohome * move CONF_ACCESS_TOKEN_EXPIRES CONF_REFRESH_TOKEN back to evohome * refactor SP code and dt conversion * delinted * delinted * remove water_heater * fix regression * Migrate homekit * Cleanup away mode * Fix tests * add helpers * fix tests melissa * Fix nehueat * fix zwave * add more tests * fix deconz * Fix climate test emulate_hue * fix tests * fix dyson tests * fix demo with new layout * fix honeywell * Switch homekit_controller to use HVAC_MODE_HEAT_COOL instead of HVAC_MODE_AUTO (#25009) * Lint * PyLint * Pylint * fix fritzbox tests * Fix google * Fix all tests * Fix lint * Fix auto for homekit like controler * Fix lint * fix lint
289 lines
9.8 KiB
Python
289 lines
9.8 KiB
Python
"""Support for Radio Thermostat wifi-enabled home thermostats."""
|
|
import datetime
|
|
import logging
|
|
|
|
import voluptuous as vol
|
|
import radiotherm
|
|
|
|
from homeassistant.components.climate import ClimateDevice, PLATFORM_SCHEMA
|
|
from homeassistant.components.climate.const import (
|
|
HVAC_MODE_AUTO, HVAC_MODE_COOL, HVAC_MODE_HEAT, HVAC_MODE_OFF,
|
|
SUPPORT_TARGET_TEMPERATURE,
|
|
SUPPORT_FAN_MODE)
|
|
from homeassistant.const import (
|
|
ATTR_TEMPERATURE, CONF_HOST, PRECISION_HALVES, TEMP_FAHRENHEIT, STATE_ON)
|
|
import homeassistant.helpers.config_validation as cv
|
|
|
|
_LOGGER = logging.getLogger(__name__)
|
|
|
|
ATTR_FAN = 'fan'
|
|
ATTR_MODE = 'mode'
|
|
|
|
CONF_HOLD_TEMP = 'hold_temp'
|
|
|
|
STATE_CIRCULATE = "circulate"
|
|
|
|
OPERATION_LIST = [HVAC_MODE_AUTO, HVAC_MODE_COOL, HVAC_MODE_HEAT,
|
|
HVAC_MODE_OFF]
|
|
CT30_FAN_OPERATION_LIST = [STATE_ON, HVAC_MODE_AUTO]
|
|
CT80_FAN_OPERATION_LIST = [STATE_ON, STATE_CIRCULATE, HVAC_MODE_AUTO]
|
|
|
|
# Mappings from radiotherm json data codes to and from HASS state
|
|
# flags. CODE is the thermostat integer code and these map to and
|
|
# from HASS state flags.
|
|
|
|
# Programmed temperature mode of the thermostat.
|
|
CODE_TO_TEMP_MODE = {
|
|
0: HVAC_MODE_OFF, 1: HVAC_MODE_HEAT, 2: HVAC_MODE_COOL, 3: HVAC_MODE_AUTO
|
|
}
|
|
TEMP_MODE_TO_CODE = {v: k for k, v in CODE_TO_TEMP_MODE.items()}
|
|
|
|
# Programmed fan mode (circulate is supported by CT80 models)
|
|
CODE_TO_FAN_MODE = {0: HVAC_MODE_AUTO, 1: STATE_CIRCULATE, 2: STATE_ON}
|
|
FAN_MODE_TO_CODE = {v: k for k, v in CODE_TO_FAN_MODE.items()}
|
|
|
|
# Active thermostat state (is it heating or cooling?). In the future
|
|
# this should probably made into heat and cool binary sensors.
|
|
CODE_TO_TEMP_STATE = {0: HVAC_MODE_OFF, 1: HVAC_MODE_HEAT, 2: HVAC_MODE_COOL}
|
|
|
|
# Active fan state. This is if the fan is actually on or not. In the
|
|
# future this should probably made into a binary sensor for the fan.
|
|
CODE_TO_FAN_STATE = {0: HVAC_MODE_OFF, 1: STATE_ON}
|
|
|
|
|
|
def round_temp(temperature):
|
|
"""Round a temperature to the resolution of the thermostat.
|
|
|
|
RadioThermostats can handle 0.5 degree temps so the input
|
|
temperature is rounded to that value and returned.
|
|
"""
|
|
return round(temperature * 2.0) / 2.0
|
|
|
|
|
|
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
|
vol.Optional(CONF_HOST): vol.All(cv.ensure_list, [cv.string]),
|
|
vol.Optional(CONF_HOLD_TEMP, default=False): cv.boolean,
|
|
})
|
|
|
|
SUPPORT_FLAGS = SUPPORT_TARGET_TEMPERATURE | SUPPORT_FAN_MODE
|
|
|
|
|
|
def setup_platform(hass, config, add_entities, discovery_info=None):
|
|
"""Set up the Radio Thermostat."""
|
|
hosts = []
|
|
if CONF_HOST in config:
|
|
hosts = config[CONF_HOST]
|
|
else:
|
|
hosts.append(radiotherm.discover.discover_address())
|
|
|
|
if hosts is None:
|
|
_LOGGER.error("No Radiotherm Thermostats detected")
|
|
return False
|
|
|
|
hold_temp = config.get(CONF_HOLD_TEMP)
|
|
tstats = []
|
|
|
|
for host in hosts:
|
|
try:
|
|
tstat = radiotherm.get_thermostat(host)
|
|
tstats.append(RadioThermostat(tstat, hold_temp))
|
|
except OSError:
|
|
_LOGGER.exception("Unable to connect to Radio Thermostat: %s",
|
|
host)
|
|
|
|
add_entities(tstats, True)
|
|
|
|
|
|
class RadioThermostat(ClimateDevice):
|
|
"""Representation of a Radio Thermostat."""
|
|
|
|
def __init__(self, device, hold_temp):
|
|
"""Initialize the thermostat."""
|
|
self.device = device
|
|
self._target_temperature = None
|
|
self._current_temperature = None
|
|
self._current_operation = HVAC_MODE_OFF
|
|
self._name = None
|
|
self._fmode = None
|
|
self._fstate = None
|
|
self._tmode = None
|
|
self._tstate = None
|
|
self._hold_temp = hold_temp
|
|
self._hold_set = False
|
|
self._prev_temp = None
|
|
|
|
# Fan circulate mode is only supported by the CT80 models.
|
|
self._is_model_ct80 = isinstance(
|
|
self.device, radiotherm.thermostat.CT80)
|
|
|
|
@property
|
|
def supported_features(self):
|
|
"""Return the list of supported features."""
|
|
return SUPPORT_FLAGS
|
|
|
|
async def async_added_to_hass(self):
|
|
"""Register callbacks."""
|
|
# Set the time on the device. This shouldn't be in the
|
|
# constructor because it's a network call. We can't put it in
|
|
# update() because calling it will clear any temporary mode or
|
|
# temperature in the thermostat. So add it as a future job
|
|
# for the event loop to run.
|
|
self.hass.async_add_job(self.set_time)
|
|
|
|
@property
|
|
def name(self):
|
|
"""Return the name of the Radio Thermostat."""
|
|
return self._name
|
|
|
|
@property
|
|
def temperature_unit(self):
|
|
"""Return the unit of measurement."""
|
|
return TEMP_FAHRENHEIT
|
|
|
|
@property
|
|
def precision(self):
|
|
"""Return the precision of the system."""
|
|
return PRECISION_HALVES
|
|
|
|
@property
|
|
def device_state_attributes(self):
|
|
"""Return the device specific state attributes."""
|
|
return {
|
|
ATTR_FAN: self._fstate,
|
|
ATTR_MODE: self._tstate,
|
|
}
|
|
|
|
@property
|
|
def fan_modes(self):
|
|
"""List of available fan modes."""
|
|
if self._is_model_ct80:
|
|
return CT80_FAN_OPERATION_LIST
|
|
return CT30_FAN_OPERATION_LIST
|
|
|
|
@property
|
|
def fan_mode(self):
|
|
"""Return whether the fan is on."""
|
|
return self._fmode
|
|
|
|
def set_fan_mode(self, fan_mode):
|
|
"""Turn fan on/off."""
|
|
code = FAN_MODE_TO_CODE.get(fan_mode, None)
|
|
if code is not None:
|
|
self.device.fmode = code
|
|
|
|
@property
|
|
def current_temperature(self):
|
|
"""Return the current temperature."""
|
|
return self._current_temperature
|
|
|
|
@property
|
|
def hvac_mode(self):
|
|
"""Return the current operation. head, cool idle."""
|
|
return self._current_operation
|
|
|
|
@property
|
|
def hvac_modes(self):
|
|
"""Return the operation modes list."""
|
|
return OPERATION_LIST
|
|
|
|
@property
|
|
def target_temperature(self):
|
|
"""Return the temperature we try to reach."""
|
|
return self._target_temperature
|
|
|
|
def update(self):
|
|
"""Update and validate the data from the thermostat."""
|
|
# Radio thermostats are very slow, and sometimes don't respond
|
|
# very quickly. So we need to keep the number of calls to them
|
|
# to a bare minimum or we'll hit the HASS 10 sec warning. We
|
|
# have to make one call to /tstat to get temps but we'll try and
|
|
# keep the other calls to a minimum. Even with this, these
|
|
# thermostats tend to time out sometimes when they're actively
|
|
# heating or cooling.
|
|
|
|
# First time - get the name from the thermostat. This is
|
|
# normally set in the radio thermostat web app.
|
|
if self._name is None:
|
|
self._name = self.device.name['raw']
|
|
|
|
# Request the current state from the thermostat.
|
|
try:
|
|
data = self.device.tstat['raw']
|
|
except radiotherm.validate.RadiothermTstatError:
|
|
_LOGGER.warning('%s (%s) was busy (invalid value returned)',
|
|
self._name, self.device.host)
|
|
return
|
|
|
|
current_temp = data['temp']
|
|
|
|
# Map thermostat values into various STATE_ flags.
|
|
self._current_temperature = current_temp
|
|
self._fmode = CODE_TO_FAN_MODE[data['fmode']]
|
|
self._fstate = CODE_TO_FAN_STATE[data['fstate']]
|
|
self._tmode = CODE_TO_TEMP_MODE[data['tmode']]
|
|
self._tstate = CODE_TO_TEMP_STATE[data['tstate']]
|
|
|
|
self._current_operation = self._tmode
|
|
if self._tmode == HVAC_MODE_COOL:
|
|
self._target_temperature = data['t_cool']
|
|
elif self._tmode == HVAC_MODE_HEAT:
|
|
self._target_temperature = data['t_heat']
|
|
elif self._tmode == HVAC_MODE_AUTO:
|
|
# This doesn't really work - tstate is only set if the HVAC is
|
|
# active. If it's idle, we don't know what to do with the target
|
|
# temperature.
|
|
if self._tstate == HVAC_MODE_COOL:
|
|
self._target_temperature = data['t_cool']
|
|
elif self._tstate == HVAC_MODE_HEAT:
|
|
self._target_temperature = data['t_heat']
|
|
else:
|
|
self._current_operation = HVAC_MODE_OFF
|
|
|
|
def set_temperature(self, **kwargs):
|
|
"""Set new target temperature."""
|
|
temperature = kwargs.get(ATTR_TEMPERATURE)
|
|
if temperature is None:
|
|
return
|
|
|
|
temperature = round_temp(temperature)
|
|
|
|
if self._current_operation == HVAC_MODE_COOL:
|
|
self.device.t_cool = temperature
|
|
elif self._current_operation == HVAC_MODE_HEAT:
|
|
self.device.t_heat = temperature
|
|
elif self._current_operation == HVAC_MODE_AUTO:
|
|
if self._tstate == HVAC_MODE_COOL:
|
|
self.device.t_cool = temperature
|
|
elif self._tstate == HVAC_MODE_HEAT:
|
|
self.device.t_heat = temperature
|
|
|
|
# Only change the hold if requested or if hold mode was turned
|
|
# on and we haven't set it yet.
|
|
if kwargs.get('hold_changed', False) or not self._hold_set:
|
|
if self._hold_temp:
|
|
self.device.hold = 1
|
|
self._hold_set = True
|
|
else:
|
|
self.device.hold = 0
|
|
|
|
def set_time(self):
|
|
"""Set device time."""
|
|
# Calling this clears any local temperature override and
|
|
# reverts to the scheduled temperature.
|
|
now = datetime.datetime.now()
|
|
self.device.time = {
|
|
'day': now.weekday(),
|
|
'hour': now.hour,
|
|
'minute': now.minute
|
|
}
|
|
|
|
def set_hvac_mode(self, hvac_mode):
|
|
"""Set operation mode (auto, cool, heat, off)."""
|
|
if hvac_mode in (HVAC_MODE_OFF, HVAC_MODE_AUTO):
|
|
self.device.tmode = TEMP_MODE_TO_CODE[hvac_mode]
|
|
|
|
# Setting t_cool or t_heat automatically changes tmode.
|
|
elif hvac_mode == HVAC_MODE_COOL:
|
|
self.device.t_cool = self._target_temperature
|
|
elif hvac_mode == HVAC_MODE_HEAT:
|
|
self.device.t_heat = self._target_temperature
|