https://github.com/mathisloge/cppesphome-api
C++ Client for ESPHome native API.
https://github.com/mathisloge/cppesphome-api
cpp esp32 esphome home-assistant internet-of-things iot
Last synced: about 2 months ago
JSON representation
C++ Client for ESPHome native API.
- Host: GitHub
- URL: https://github.com/mathisloge/cppesphome-api
- Owner: mathisloge
- License: mit
- Created: 2024-10-26T13:34:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T19:47:15.000Z (over 1 year ago)
- Last Synced: 2025-04-08T11:49:15.712Z (about 1 year ago)
- Topics: cpp, esp32, esphome, home-assistant, internet-of-things, iot
- Language: C++
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cppesphomeapi
cppesphomeapi allows you to interact with devices flashed with [ESPHome](https://esphome.io/)
The API interfaces are modelled after [aioesphomeapi](https://github.com/esphome/aioesphomeapi).
> [!IMPORTANT]
> This is currently heavy work in progress and far from feature complete or stable.
> I would recommend to not use it currently.