elero-protocol

Documents Elero RF protocol for wireless blinds including encryption and CC1101 configuration.

5|3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/manuschillerdev/esphome-elero --skill elero-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elero-protocol
Source: https://github.com/manuschillerdev/esphome-elero/tree/main/.claude/skills/elero-protocol
Command: npx skills add https://github.com/manuschillerdev/esphome-elero --skill elero-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference provides a complete and authoritative source for understanding the Elero RF protocol used in wireless blinds, reducing guesswork and integration errors.

Core Features & Use Cases

  • RF packet structure and encoding for accurate message construction and parsing.
  • Encryption/Decryption algorithms and payload handling for secure communication.
  • Command bytes, state constants, and CC1101 configuration guidance to implement and debug device interactions.
  • Use Case: When developing ESPHome integrations for Elero devices, this reference supports building reliable command flows and diagnosing protocol issues.

Quick Start

Consult this reference when implementing or troubleshooting Elero RF communications in your ESPHome project.

Frequently Asked Questions about elero-protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does the Elero RF protocol structure its wireless packets?

The Elero RF protocol defines a specific packet structure and encoding for accurate message construction and parsing. This reference documents the exact byte layouts, payload handling, and encoding rules needed for reliable communication with wireless blinds.

How do I encrypt and decrypt Elero RF commands for wireless blinds?

You encrypt and decrypt Elero RF commands using the specific algorithms documented in the protocol reference. It provides the necessary encryption and decryption logic for secure payload handling during device communication with wireless blinds.

How do I configure the CC1101 RF module for Elero device integration?

You configure the CC1101 RF module for Elero devices by applying the specific register settings provided in the protocol reference. This guidance ensures correct RF communication parameters for implementing and debugging device interactions with wireless blinds.

Can I use this Elero protocol reference to build an ESPHome integration?

Yes, you can use this Elero protocol reference to build an ESPHome integration. It supports code development and debugging by documenting command bytes, state constants, and packet formats for reliable device interactions with wireless blinds.

What are the command bytes and state constants used by the Elero RF protocol?

The Elero RF protocol uses specific command bytes and state constants to control wireless blinds. The reference documents these exact values, which are essential for constructing valid device commands and parsing response states during integration.