Understand how ELARIS works: the hardware flow, the entity model, the module system and where the project is going.
The ELARIS module library organizes automation capabilities by real-world purpose. Each module has clear IO expectations so installers know exactly what it needs.
Boards publish config and telemetry, ELARIS turns them into entities, and those entities are mapped into modules.
device/config → announce capabilities and entities device/tele/* → send sensor and live values device/state/* → send relay/output state ELARIS discovers → Pending IO → approval → entity naming → module mapping.
Raw device IO becomes readable building language before it enters automation logic. This keeps the platform understandable at scale.
Outdoor temp, salon light relay, awning wind sensor and similar names are far better than raw pin thinking.
Once the entity exists, the same platform can map it into any module that needs it.
Supported boards, common sensors, practical pin notes and good starting kits.
A public module page per major module family with readable examples and screenshots.
Show how actively the platform is moving.
Explain the privacy and local operation story directly and clearly.