Josh Benner
Josh Benner
> Hi, first of all, thank you for the great work on this integration! I'm trying to better understand some aspects of how the Daikin S21 protocol is handled in...
I'm not sure what you mean by a fallback. All this integration does is report the outdoor temperature reading -- it is not involved in making any decisions about what...
The external sensor referred to in #2 is a separate arbitrary sensor you can configure to use to calculate an offset for the setpoint calculation, not the HVAC system's exterior...
I essentially used two-source via template sensor in my use case: ```yaml - sensor: name: Office Multi-Sensor Temperature unit_of_measurement: "°F" device_class: temperature state: "{{ (states('sensor.office_temperature') if has_value('sensor.office_temperature') else states('sensor.awair_element_121694_temperature')) |...
Sure, that makes sense. I'd happily take a look at a pull request that accomplishes that.