dz icon indicating copy to clipboard operation
dz copied to clipboard

Improve IoT device handling with Reactive implementation of ESPHome

Open climategadgets opened this issue 3 years ago • 0 comments

Background

A single device running ESPHome can support multiple sensors and actuators. It is possible to recognize when the device goes offline, and update the status of all virtual devices simultaneously when that happens.

Task Definition

As an Application Developer, I want to track the relation between ESPHome IoT devices and their sensor streams so that I can react faster to the device going offline.

Acceptance Criteria

Upon getting an LWT from an ESPHome device, all its virtual devices emit a "fatal error" signal.

climategadgets avatar Aug 02 '21 07:08 climategadgets