Skip to content

Add Battery support to Matter #11336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
ybarigou opened this issue May 3, 2025 · 1 comment
Open
1 task done

Add Battery support to Matter #11336

ybarigou opened this issue May 3, 2025 · 1 comment
Assignees
Labels
Area: Matter Issues and Feature Request about Matter Protocol Type: Feature request Feature request for Arduino ESP32

Comments

@ybarigou
Copy link

ybarigou commented May 3, 2025

Related area

Matter

Hardware specification

ESP32

Is your feature request related to a problem?

No

Describe the solution you'd like

This feature request is on adding battery info (capacity, voltage, etc) support in Matter for battery-operated devices.

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@ybarigou ybarigou added the Type: Feature request Feature request for Arduino ESP32 label May 3, 2025
@SuGlider SuGlider added the Area: Matter Issues and Feature Request about Matter Protocol label May 3, 2025
@SuGlider SuGlider self-assigned this May 3, 2025
@ybarigou ybarigou changed the title Add Battery support Matter Add Battery support to Matter May 3, 2025
@SuGlider
Copy link
Collaborator

SuGlider commented May 3, 2025

Implement Server PowerSource Cluster 0x002F with ATTR 0x000B to 0x000D:

  • 0x000B :: BatVoltage (uint32_t)
  • 0x000C :: BatPercentRemaining (uint8_t)
  • 0x000D :: BatTimeRemaining (uint32_t)

References:
home-assistant/core#116090
https://developer.smartthings.com/docs/edge-device-drivers/matter/generated/clusters/PowerSource.html
Matter Specification documentation at https://csa-iot.org/developer-resource/specifications-download-request/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Matter Issues and Feature Request about Matter Protocol Type: Feature request Feature request for Arduino ESP32
Projects
Development

No branches or pull requests

2 participants