Commit Graph

174 Commits

Author SHA1 Message Date
proddy
931827c526 refactored restart and format services to be non-blocking 2024-08-31 16:12:30 +02:00
proddy
7b6fe53e74 add console tests to Unity 2024-08-06 10:33:22 +02:00
proddy
3159561cfb compile native on OSX 2024-08-02 12:20:09 +02:00
MichaelDvP
f417cb991d all devices api default to /values 2024-08-02 08:07:55 +02:00
MichaelDvP
7703ca15dc Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev 2024-07-26 18:30:14 +02:00
MichaelDvP
a83bca995b typo 2024-07-26 18:23:37 +02:00
MichaelDvP
1183db88b7 command executed only for commands without value, fix hcx custom names 2024-07-26 17:59:49 +02:00
proddy
7a3300b8f8 rename console "Command executed" 2024-07-26 13:25:30 +02:00
MichaelDvP
a8307bddbe Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev 2024-07-24 20:38:23 +02:00
MichaelDvP
b2873fb901 fix terminal read command 2024-07-24 17:22:39 +02:00
proddy
fa54cb6a48 more minor changes to clean up messaging 2024-07-24 13:22:34 +02:00
proddy
48b5970d28 text changes 2024-07-23 18:55:26 +02:00
proddy
2c2ffe1555 show message if empty return from call command 2024-07-14 23:22:28 +02:00
proddy
154b1d5ec1 show if running debug mode in console 2024-07-10 12:53:47 +02:00
proddy
20063d48ed update modules 2024-05-26 16:06:18 +02:00
proddy
dabb958f06 Remove OTA feature #1738 2024-05-04 14:19:19 +02:00
MichaelDvP
ee3fafa066 Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev 2024-03-15 14:49:33 +01:00
MichaelDvP
eec3b3be7a restart option partitionname, console-command set service 2024-03-15 14:42:47 +01:00
proddy
287232be5c fix bug where changing wifi ssid/password was not persisted from console 2024-03-13 17:39:39 +01:00
MichaelDvP
8dfc84eac2 add restart other command to change partition #1657 2024-03-13 16:03:28 +01:00
proddy
68f09f03f8 formatting console 2024-03-09 14:50:23 +01:00
Proddy
ce3c3e0b3e tidy up lambda's 2024-02-13 20:19:58 +01:00
Proddy
a7d0259b30 replace lambda [&] with [this] 2024-02-13 15:19:06 +01:00
Proddy
1f7c968d0d remove OriginID from state service 2024-02-12 11:22:07 +01:00
Proddy
d99222450c minor code optimizations 2024-01-20 20:58:46 +01:00
MichaelDvP
4d1a428acf fix #1565, use String for output a single api_data 2024-01-20 10:48:16 +01:00
proddy
94f268a62d add new 'add' test 2024-01-11 21:37:40 +01:00
Proddy
2366f6ba50 update licensing year to 2024 2024-01-06 17:58:11 +01:00
Proddy
af237c4fc0 Arduino v7 2024-01-04 23:43:30 +01:00
Proddy
e525552e10 wifi console help text 2024-01-03 22:58:21 +01:00
MichaelDvP
6c3e5d976c console tx_mode without reboot 2023-12-08 19:15:05 +01:00
MichaelDvP
50590f4924 console api_data 2023-11-14 10:52:23 +01:00
MichaelDvP
c1dabddf21 Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev2x 2023-11-14 10:12:02 +01:00
Proddy
ea38011085 add text to remind people about su command 2023-11-12 15:59:02 +01:00
proddy
765e6bcd69 remove set command (with no args) 2023-11-11 09:41:50 +01:00
MichaelDvP
5cf0d8d204 board_profile name in NVS after autodetect 2023-10-23 14:53:12 +02:00
MichaelDvP
bf9877b528 Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev2 2023-10-22 18:25:40 +02:00
MichaelDvP
5e6b0f64bd add E32V2 board profile, fix autodetect and GPIOs 2023-10-22 17:40:38 +02:00
Proddy
9c2d861b93 rename scan devices to just one scan command, and add more devices 2023-10-22 16:48:13 +02:00
Proddy
4ee045b84e formatting and adding a t command in debug/standalone 2023-08-29 22:33:50 +02:00
MichaelDvP
17b4964b01 test response and custom entity raw, #1212 2023-07-13 11:09:42 +02:00
Proddy
c934e6617c some textual cleanup 2023-07-08 14:07:38 +02:00
Proddy
91f0da84d2 clang auto formatting 2023-05-27 09:42:33 +02:00
Proddy
cfe8c410ae Optimize WebUI rendering when using Dialog Boxes #1116 2023-04-28 12:46:59 +02:00
Proddy
67de1c6a47 add one more line to box so it fits 'patch' 2023-04-24 21:38:35 +02:00
Proddy
6aea27e30f tidy up EMSESP_DEBUG and EMSESP_TEST 2023-02-21 21:49:21 +01:00
Proddy
6438d1ee57 compile with EMSESP_TEST to run tests (not DEBUG) 2023-02-21 21:28:19 +01:00
Proddy
ffacefb792 update copyright year 2023-02-11 19:06:02 +01:00
Proddy
767c6da325 move log command to main context 2023-02-11 18:45:20 +01:00
Proddy
8f68163f90 fix exit not exiting in standalone mode 2023-01-30 17:04:10 +01:00