J. Nick Koston
|
42947bcf56
|
Conditionally compile API user services to save 4.3KB flash (follow-up to #9262) (#9451)
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
1b222ceca3
|
Optimize API flash usage by storing message size at compile time (#9447)
|
2025-07-13 11:05:13 +12:00 |
|
DT-art1
|
fa262673e4
|
Replace remaining instances of USE_ESP32_CAMERA with USE_CAMERA (#9401)
|
2025-07-13 11:05:13 +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
|
fe258e1007
|
Refactor entity lookup methods with macros in preparation for device_id support (#9371)
|
2025-07-08 08:49:23 +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
|
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
|
0083abe3b5
|
Fix regression: BK7231N devices not returning entities via API (#9283)
|
2025-07-02 11:30:03 +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
|
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 |
|
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
|
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
|
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
|
98e2684107
|
Fix API message encoding to return actual size instead of calculated size (#9073)
|
2025-06-15 15:46:02 +12:00 |
|
J. Nick Koston
|
d9da4cf24d
|
Fix misleading comment in API (#9069)
|
2025-06-14 09:10:33 +12:00 |
|
J. Nick Koston
|
e8aa7cff36
|
Improve shutdown reliability when tx buffer is full (#9043)
|
2025-06-11 22:08:23 +12:00 |
|
J. Nick Koston
|
2ed5611a08
|
Replace API deferred queue with efficient message batching system (#9012)
|
2025-06-11 11:49:15 +12:00 |
|
J. Nick Koston
|
9cc2a04d54
|
Implement proper API connection teardown before deep sleep/reboot (#9008)
|
2025-06-09 10:29:26 +12:00 |
|
Jonathan Swoboda
|
d19997a056
|
[api] Fix build error in IDF 5.5 (#9007)
|
2025-06-04 21:19:58 +00:00 |
|
Keith Burzinski
|
4f87bea788
|
[api] Streamline some log strings (#8962)
|
2025-06-03 21:53:32 +01:00 |
|
J. Nick Koston
|
43e88af28a
|
Optimize socket operations by checking readiness in the main loop (#8918)
|
2025-05-28 18:16:37 -05:00 |
|
Jesse Hills
|
af7b1a3a23
|
[api] Fix crash with gcc compiler on host (#8902)
|
2025-05-27 06:46:51 +12:00 |
|
J. Nick Koston
|
5b552b9ec5
|
Fix API connection sending ping too early after connection establishment (#8840)
|
2025-05-19 15:22:36 +12:00 |
|
J. Nick Koston
|
b0c1e0e28c
|
Refactor API frame helpers to enable buffer reuse (#8825)
|
2025-05-19 09:05:20 +12:00 |
|
J. Nick Koston
|
574aabdede
|
Reduce number of calls to fetch time in the main loop (#8804)
|
2025-05-19 07:48:57 +12:00 |
|
J. Nick Koston
|
bb1f24ab43
|
Avoid protobuf message construction when tx buffer is full (#8787)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-05-14 21:25:44 -05:00 |
|
J. Nick Koston
|
9e64e71cdf
|
Require reserve_size in create_buffer to reduce realloc overhead (#8715)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-05-08 05:50:20 +00:00 |
|
J. Nick Koston
|
882273cb56
|
Avoid Reallocation When Sending Logging Messages (#8714)
|
2025-05-08 04:19:53 +00:00 |
|
J. Nick Koston
|
26669bd1b6
|
Preallocate Buffer Space for ESP32-CAM (#8712)
|
2025-05-08 16:00:34 +12:00 |
|
Jesse Hills
|
ecb91b0101
|
[bluetooth_proxy] Allow changing active/passive via api (#8649)
|
2025-04-29 12:43:55 +00:00 |
|
Keith Burzinski
|
2fd5f9ac58
|
[api] Allow noise encryption key to be set at runtime (#7296)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-04-17 13:15:25 +12:00 |
|
J. Nick Koston
|
63a7234767
|
Include the bluetooth mac address in the device info when proxy is enabled (#8203)
|
2025-02-27 13:37:11 +00:00 |
|
Nick Kinnan
|
6aba1dbd73
|
[api] ensure fair network sharing + prevent lost state changes via deferred publish at high event load (#7547)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2025-02-25 10:20:21 +11:00 |
|
tomaszduda23
|
cbc03aae80
|
[code-quality] fix clang-tidy api (#7279)
|
2024-10-07 11:55:11 +13:00 |
|
Michael Hansen
|
5f7bde2a2c
|
Copy active wake words to message (#7481)
|
2024-09-23 07:44:53 +12:00 |
|
Michael Hansen
|
5a3e1d5792
|
Add voice assistant methods for configuration (#7459)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-09-18 11:38:39 +12:00 |
|
Michael Hansen
|
857d79dc71
|
Add sample_bytes to media player supported format (#7451)
|
2024-09-15 23:46:54 +00:00 |
|
Michael Hansen
|
8bd46a43b9
|
Add voice assistant announce (#7377)
|
2024-09-09 12:54:20 +12:00 |
|
Michael Hansen
|
5a707b558d
|
Add supported formats to media player (#7318)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-08-27 11:38:49 +12:00 |
|