everblu-meters-esp8266-improved

Automate Itron EverBlu meter reading via ESP8266/ESP32 and CC1101 transceiver.

69|18|Updated Jan 20, 2025
One-click install
npx skills add https://github.com/genestealer/everblu-meters-esp8266-improved --skill everblu-meters-esp8266-improved
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everblu-meters-esp8266-improved
Source: https://github.com/genestealer/everblu-meters-esp8266-improved/tree/main
Command: npx skills add https://github.com/genestealer/everblu-meters-esp8266-improved --skill everblu-meters-esp8266-improved

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ESP8266, ESP32, CC1101, Home Assistant, ESPHome, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates reading Itron EverBlu meters and publishes the data to Home Assistant or ESPHome, eliminating the need for manual data entry and providing real-time access to meter readings.

Core Features & Use Cases

  • Automated Meter Reading: Reads water or gas usage from Itron EverBlu meters using ESP8266 or ESP32 and a CC1101 transceiver.
  • Data Publication: Publishes meter readings, historical data, and diagnostic information to Home Assistant or ESPHome.
  • Use Case: Imagine you have a water and gas meter at home. Use this Skill to automatically read the meter usage and display it in Home Assistant or ESPHome, allowing you to monitor consumption in real-time.

Quick Start

Use the everblu-meters-esp8266-improved skill to read the meter data and publish it to Home Assistant.

Frequently Asked Questions about everblu-meters-esp8266-improved

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

FAQPage Schema
How do I read Itron EverBlu water and gas meters using ESP8266?

You can read Itron EverBlu meters using ESP8266 or ESP32 paired with a CC1101 transceiver. This process automates meter reading, handles RADIAN protocol decoding, frequency calibration, and validates data before publishing it to Home Assistant.

What is the RADIAN protocol and how does it work with EverBlu meters?

The RADIAN protocol is the communication standard used by Itron EverBlu meters. This Skill decodes RADIAN protocol messages via a CC1101 transceiver connected to an ESP8266 or ESP32 to extract water and gas usage data.

Can I integrate Itron EverBlu meter readings into Home Assistant or ESPHome?

Yes, this Skill publishes Itron EverBlu meter readings directly to Home Assistant or ESPHome. It sends current usage, historical data, and diagnostic information, allowing you to monitor consumption in real-time without manual data entry.

What hardware do I need to automate Itron EverBlu meter reading?

To automate Itron EverBlu meter reading, you need an ESP8266 or ESP32 microcontroller and a CC1101 transceiver. You also need a running Home Assistant or ESPHome environment to receive and display the published data.

How do I calibrate the CC1101 frequency for EverBlu meter data validation?

The Skill handles frequency calibration for the CC1101 transceiver internally to ensure accurate communication with Itron EverBlu meters. It also performs data validation on the decoded RADIAN protocol payloads to guarantee reliable readings.