J. Nick Koston
|
1fda40f0ce
|
Only generate protobuf encode/decode methods for the message direction they're used (#9461)
|
2025-07-13 10:58:57 +12:00 |
|
J. Nick Koston
|
8863188dd8
|
Apply existing protobuf buffer optimization to nested message encoding (~2.3x speed up) (#9458)
|
2025-07-13 06:55:32 +12:00 |
|
J. Nick Koston
|
dd5ba5a90c
|
Conditionally compile API user services to save 4.3KB flash (follow-up to #9262) (#9451)
|
2025-07-11 19:08:03 -10:00 |
|
J. Nick Koston
|
ca5ee0ce07
|
Reduce API flash usage by eliminating unnecessary template instantiations (#9452)
|
2025-07-12 03:56:08 +00:00 |
|
J. Nick Koston
|
01f949e097
|
Optimize API proto size calculations by removing redundant force parameter (#9449)
|
2025-07-11 21:08:52 -05:00 |
|
J. Nick Koston
|
143bf694c7
|
Optimize API flash usage by storing message size at compile time (#9447)
|
2025-07-11 19:38:23 -05:00 |
|
J. Nick Koston
|
475fe60f27
|
Sync api.proto from aioesphomeapi (#9393)
|
2025-07-11 08:33:18 -10:00 |
|
DT-art1
|
143702beef
|
Replace remaining instances of USE_ESP32_CAMERA with USE_CAMERA (#9401)
|
2025-07-10 20:35:24 +12:00 |
|
J. Nick Koston
|
ee8ee4e646
|
Optimize logger callback API by including message length parameter (#9368)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-07 22:00:03 +00:00 |
|
J. Nick Koston
|
206659ddb8
|
Refactor voice assistant API methods to reduce code duplication (#9374)
|
2025-07-08 09:15:49 +12:00 |
|
J. Nick Koston
|
440de12e3f
|
Don't compile unnecessary platform files (e.g. ESP8266 files on ESP32) (#9354)
|
2025-07-08 09:04:41 +12:00 |
|
J. Nick Koston
|
b122112d58
|
Refactor API entity update dispatch to reduce code duplication (#9372)
|
2025-07-08 08:51:17 +12:00 |
|
J. Nick Koston
|
fe258e1007
|
Refactor entity lookup methods with macros in preparation for device_id support (#9371)
|
2025-07-08 08:49:23 +12:00 |
|
J. Nick Koston
|
3976fd02ea
|
Refactor duplicate socket read error handling in API frame helper (#9370)
|
2025-07-08 08:39:13 +12:00 |
|
J. Nick Koston
|
e58c793da2
|
Replace deprecated sprintf with snprintf in API protobuf code generation (#9365)
|
2025-07-08 08:38:41 +12:00 |
|
DT-art1
|
e49b89a051
|
Introduce base Camera class to support alternative camera implementations (#9285)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-07-07 15:45:00 +12:00 |
|
J. Nick Koston
|
765793505d
|
Use std::span to eliminate heap allocation for single-packet API transmissions (#9313)
|
2025-07-07 14:53:23 +12:00 |
|
J. Nick Koston
|
0bc18a8281
|
Eliminate API component guard variable to save 8 bytes RAM (#9341)
|
2025-07-05 23:34:55 -05:00 |
|
J. Nick Koston
|
14d7c4bdbd
|
Add device_id to entity state messages for sub-device support (#9304)
|
2025-07-04 12:31:03 +12:00 |
|
J. Nick Koston
|
34db02661c
|
Allow disabling API batch delay for real-time state updates (#9298)
|
2025-07-02 21:50:53 -05:00 |
|
J. Nick Koston
|
5b55e205ef
|
Save flash and RAM by conditionally compiling unused API password code (#9297)
|
2025-07-03 09:42:08 +12:00 |
|
J. Nick Koston
|
4ef5c941c9
|
Fix missing ifdef guards in API protobuf generator (#9296)
|
2025-07-03 09:39:20 +12:00 |
|
J. Nick Koston
|
eba2c82fec
|
Use encode_bytes() for protobuf bytes fields (#9289)
|
2025-07-02 04:36:09 +00:00 |
|
Jesse Hills
|
6a096c1d5a
|
[api] Dump bytes fields as hex instead of unreadable string (#9288)
|
2025-07-02 13:36:15 +12:00 |
|
J. Nick Koston
|
0083abe3b5
|
Fix regression: BK7231N devices not returning entities via API (#9283)
|
2025-07-02 11:30:03 +12:00 |
|
J. Nick Koston
|
aaa7117ec9
|
Update libsodium to 1.0.20 (#9240)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-30 20:47:04 +12:00 |
|
lamauny
|
d86f319d66
|
Add support for LN882X Family (with LibreTiny) (#8954)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-30 16:20:36 +12:00 |
|
J. Nick Koston
|
6a354d7c94
|
Reduce API component memory usage with conditional compilation (#9262)
|
2025-06-30 15:33:35 +12:00 |
|
J. Nick Koston
|
e907050a17
|
Remove unused return value from read_message and fix ifdef placement in generated API code (#9256)
|
2025-06-30 11:45:03 +12:00 |
|
J. Nick Koston
|
a4b57c7e44
|
Reduce flash usage by making add_message_object non-template (#9258)
|
2025-06-30 11:43:47 +12:00 |
|
J. Nick Koston
|
24bbfcdce7
|
Reduce API memory footprint through bitfield consolidation and type sizing (#9252)
|
2025-06-30 11:42:57 +12:00 |
|
J. Nick Koston
|
d78b720350
|
Remove single-use send_*_info wrappers in API connection (#9255)
|
2025-06-30 11:38:11 +12:00 |
|
Jesse Hills
|
b743577ebe
|
Fix api log client crashing when api encryption is dynamic (#9245)
|
2025-06-30 08:07:29 +12:00 |
|
J. Nick Koston
|
86c0fb48a3
|
Replace ping retry timer with batch queue fallback (#9207)
|
2025-06-29 09:08:30 +12:00 |
|
J. Nick Koston
|
13d4823db6
|
Fix buffer corruption in API message encoding with very verbose logging (#9249)
|
2025-06-29 08:04:42 +12:00 |
|
J. Nick Koston
|
3f65cee17c
|
Silence protobuf compatibility warnings when importing aioesphomeapi (#9236)
|
2025-06-28 16:59:52 +12:00 |
|
J. Nick Koston
|
f029f4f20e
|
Fix missing protobuf message dump for batched messages with very verbose logging (#9206)
|
2025-06-26 13:57:41 +12:00 |
|
J. Nick Koston
|
79e3d2b2d7
|
Optimize API connection memory with tagged pointers (#9203)
|
2025-06-26 13:55:12 +12:00 |
|
J. Nick Koston
|
15ef93ccc9
|
Optimize API connection loop performance (#9184)
|
2025-06-26 13:47:41 +12:00 |
|
DanielV
|
b18ff48b4a
|
[API] Sub devices and areas (#8544)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-06-25 12:03:41 +00:00 |
|
J. Nick Koston
|
04f592ba6d
|
Fix slow noise handshake by reading multiple messages per loop (#9130)
|
2025-06-23 14:07:53 +12:00 |
|
J. Nick Koston
|
eeb0710ad4
|
Optimize API component memory usage by reordering class members to reduce padding (#9111)
|
2025-06-19 13:08:25 +12:00 |
|
J. Nick Koston
|
43c677ef37
|
Optimize API server performance by using cached loop time (#9104)
|
2025-06-19 12:12:14 +12:00 |
|
J. Nick Koston
|
a08d021f77
|
Reduce code duplication in auto-generated API protocol code (#9097)
|
2025-06-19 12:10:01 +12:00 |
|
J. Nick Koston
|
b7b1d17ecb
|
Remove empty generated protobuf methods (#9098)
|
2025-06-19 12:06:39 +12:00 |
|
Michael Hansen
|
cb8b0ec62e
|
Add intent progress event to voice assistant enum (#9103)
|
2025-06-17 13:05:06 -05:00 |
|
J. Nick Koston
|
1dbebe90ba
|
Add common base classes for entity protobuf messages to reduce duplicate code (#9090)
|
2025-06-16 09:29:25 +12:00 |
|
J. Nick Koston
|
06810e8e6a
|
Ensure we can send batches where the first message exceeds MAX_PACKET_SIZE (#9068)
|
2025-06-16 09:22:14 +12:00 |
|
J. Nick Koston
|
be58cdda3b
|
Fix protobuf encoding size mismatch by passing force parameter in encode_string (#9074)
|
2025-06-16 09:19:04 +12:00 |
|
J. Nick Koston
|
98e2684107
|
Fix API message encoding to return actual size instead of calculated size (#9073)
|
2025-06-15 15:46:02 +12:00 |
|