home-climate-control / dz

Home Climate Control Core: *the* Open Source multi-zone temperature and climate control system.
http://homeclimatecontrol.com/
GNU General Public License v3.0
59 stars 7 forks source link

Propagate error signal further in process control pipeline #321

Closed climategadgets closed 3 months ago

climategadgets commented 3 months ago

Existing Behavior

Current implementation shortcuts an incoming error signal and emits a magic number of Double.NaN to downstream process control pipeline consumers to indicate an error condition.

Desired Behavior

Error signal is handled as such by all the downstream signal processors in process control pipeline.

Special Considerations