

I have Traccar server running, Traccar version is 5.2. TypeError: 'NoneType' object is not subscriptable Self.hass, self.min_temp, self.temperature_unit, self.precisionįile "/config/custom_components/daikin_residential_altherma/climate.py", line 191, in min_tempįile "/config/custom_components/daikin_residential_altherma/daikin_base.py", line 295, in min_temp Integration: Climate ((), ())Įrror adding entities for domain climate with platform daikin_residential_althermaĮrror while setting up daikin_residential_altherma platform for climateįile "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 428, in async_add_entitiesįile "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 571, in _async_add_entityĬapabilities=entity.capability_attributes,įile "/usr/src/homeassistant/homeassistant/components/climate/_init_.py", line 239, in capability_attributes Source: custom_components/daikin_residential_altherma/daikin_base.py:295 Not sure if it is related, but I'm getting attached error when using leavingWaterOffset, climate shows unavailable I believe this solution is not best, but it covers my case MichalDoom Return float(self.getData(ATTR_LEAVINGWATER_OFFSET)) Return float(self.getData(ATTR_TARGET_ROOM_TEMPERATURE)) # Only with a separate room temperature we have aĪnd ntrol_mode != "leavingWaterTemperature" #ADDED THIS AND CONDITION OperationMode = self.getValue(ATTR_OPERATION_MODE) """Return the maximum temperature we are allowed to set.""" I was able to fix it for my case by changing conditions in if statements, checking also control_mode example: max_temp(self):
#Traccar homeassistant code
It looks like even when leavingWaterOffset mode is selected, it still reports room temperature, and in code it gets roomTemperature -> makes decision that roomTemperature mode selected.
