ha-dual-smart-thermostat
ha-dual-smart-thermostat copied to clipboard
Fan speed
Hi,
the fan option is a good news. My question is : can You develop also a fan speed manager inside Dual-smart-thermostat ? For example I have this setup : I have only fan-coils (two types, this Aermec fix speeds with 3 fixed fan speeds plus 0 and this Aermec inverter with variable fan speed from 0 to 100% that are both heater + cooler) ; I used on inverter type an ESP32 Chinese electronic board with ESPHome firmware and on fixed speeds type a Shelly relè. It will be awesome if Dual-smart-thermostat can also calculate and publish the right fan speed. My idea is :
- first parameter > fan coil fixed speed or fan coil inverter
- if fan coil fixed speed > parameter : max difference between target temperature and real temperature to choose speed 1, max difference between target temperature and real temperature to choose speed 2, etc. (max five speeds) The logic is : in heating Dual-smart switch on toggle for heating so trough an automation is possible to give order to fan coil to open hot water valve (via relè, via modbus, etc.) and also Dual-smart publish the right speed (1, 2, 3 or so on) and trough an automation is possible to give order to fan coil to switch the right fan speed (via relè, via modbus, etc.) ; in cooling Dual-smart switch on toggle for cooling so trough an automation is possible to give order to fan coil to open cold water valve (via relè, via modbus, etc.) and also Dual-smart publish the right speed (1, 2, 3 or so on) and trough an automation is possible to give order to fan coil to switch the right fan speed (via relè, via modbus, etc.)
- if fan coil inverter > parameter : minimum percentage for speed, max percentage for speed, difference between target temperature and real temperature to choose max percentage for speed The logic is : in heating Dual-smart switch on toggle for heating so trough an automation is possible to give order to fan coil to open hot water valve (via relè, via modbus, etc.) and also Dual-smart publish the percentage for speed (a calculation, if I set that 20% min speed + 80% max speed + difference for max speed is 1 degree and the difference target / real is 0.6 the published percentage will be 56%) and trough an automation is possible to give order to fan coil to switch the right fan speed (via relè, via modbus, etc.); the same for cooling.
- the maximum will be also if it is possible to define an external switch for quiet mode that limits the max speed > for example a "good night" switch that I manually activate for the night...