ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
352 stars 50 forks source link

If some people use outdoor_sensor - why not wait for it to provide data? #177

Open Chupaka opened 11 months ago

ScratMan commented 7 months ago

I don't get the point of having to wait for the outdoor temperature sensor to provide a value to start the thermostat. That would only delay the start of the regulation. Did you encountered an issue that required to wait for the outdoor temperature sensor before activating the thermostat ? The update of temperature sensors being already managed by a try/except, I can't see where it may fail.