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

Decouple possibly faulty actuators from control logic so that the processing pipeline doesn't get stuck #292

Closed climategadgets closed 10 months ago

climategadgets commented 11 months ago

Expected Behavior

When a faulty device doesn't respond to commands, the rest of the system continues to work normally.

Actual Behavior

(as witnessed in #290) Failure of a device to respond within a reasonable deadline (or at all) causes stoppage in processing pipeline, and a memory leak.

Corrective Action

Implement CQRS.

climategadgets commented 10 months ago

Done for practical intents and purposes.