Commit Graph
100 Commits
Author SHA1 Message Date
proddy c75f7b6c7d simulate hc's 2024-03-09 14:50:52 +01:00
proddy d25ead5208 update version in standalone 2024-03-09 14:50:37 +01:00
proddy 68f09f03f8 formatting console 2024-03-09 14:50:23 +01:00
Proddy e80c2b0814 package updates 2024-03-09 09:58:12 +01:00
Proddy d42ae52aff fix issue with HA, removing availability check for online status as it may not have been published in time 2024-02-23 19:42:15 +01:00
Proddy 271d1fda92 package update 2024-02-23 19:41:44 +01:00
Proddy 0f06bfa91c 3.6.5-dev15 2024-02-22 21:29:04 +01:00
Proddy dffc4a7c02 package update 2024-02-22 21:27:43 +01:00
Proddy 34201025c3 update with #1628 2024-02-21 23:10:56 +01:00
Proddy 189ea6b23d Send MQTT heartbeat immediately after connection 2024-02-21 23:04:32 +01:00
Proddy 24f2d86059 update packages 2024-02-21 23:04:18 +01:00
Proddy 1a08ab6a2b remove RSSI from info payload as its in the heartbeat 2024-02-21 23:04:10 +01:00
Proddy 2eb77b5f97 package update 2024-02-20 23:28:06 +01:00
Proddy 33b6ece55b Expose EMS-ESP commands (like reset) via MQTT Discovery #1605 2024-02-20 23:27:56 +01:00
Proddy 5d3f8e5b69 updates 2024-02-14 22:19:11 +01:00
proddy 944d86b644 removed unused _retained's 2024-02-14 15:07:35 +01:00
proddy 8bd2a39d4e update for 3.6.5-dev14 2024-02-14 15:07:17 +01:00
proddy ed9cad6e39 hostname is multiline 2024-02-14 15:07:02 +01:00
proddy e31330e931 200 char limit for hostnames 2024-02-14 15:06:51 +01:00
proddy 49d749e89f move generateClientId() 2024-02-14 14:47:29 +01:00
proddy d3fadd7081 remove comment 2024-02-14 14:47:17 +01:00
proddy 31ff0f5aba add override 2024-02-14 14:47:09 +01:00
proddy b24a63b992 add missing overrides 2024-02-14 14:46:59 +01:00
proddy f5ec9e9602 remove unneeded file 2024-02-14 14:46:20 +01:00
proddy b6accb8d02 add extra {} to SubscribeItem list[1] 2024-02-14 14:46:10 +01:00
Proddy a35486ec24 remove bogus flags 2024-02-14 11:09:08 +01:00
Proddy fdaa9a6188 tidy up standalone 2024-02-14 11:00:16 +01:00
Proddy daf08e7bd9 support standalone 2024-02-14 11:00:03 +01:00
Proddy 994e1fc26b remove bogus include 2024-02-14 10:54:16 +01:00
Proddy 34b7dd61cf clean up standalone 2024-02-14 10:53:53 +01:00
Proddy ce3c3e0b3e tidy up lambda's 2024-02-13 20:19:58 +01:00
Proddy 92a80c3aaf factoryReset only used with button in test mode 2024-02-13 20:19:41 +01:00
Proddy df21c15972 code cleaning 2024-02-13 20:19:21 +01:00
Proddy b683d1dd21 default mqtt will base off ESP32's chip code 2024-02-13 20:19:03 +01:00
Proddy a7d0259b30 replace lambda [&] with [this] 2024-02-13 15:19:06 +01:00
Proddy 16779064f4 update 2024-02-13 15:17:47 +01:00
Proddy 732ad4bc6a remove retainStr 2024-02-13 15:17:34 +01:00
Proddy f40a6f20c6 change log text 2024-02-13 15:16:58 +01:00
proddy 4bf22dd6a5 refresh sync to 30ms for faster display in web 2024-02-13 10:57:37 +01:00
proddy 62ae5332de use consistent log message format 2024-02-13 10:57:11 +01:00
proddy 12e65279ef package update 2024-02-13 10:56:56 +01:00
proddy 295b90f49c NTP log text 2024-02-13 10:56:50 +01:00
Proddy 644907e58b fix error in event log 2024-02-12 14:51:10 +01:00
Proddy a8a875f9d5 add missing tx_power 2024-02-12 14:40:08 +01:00
Proddy 6cd9dfc685 fixes for #1615 2024-02-12 14:25:21 +01:00
Proddy 80a3007f8b refactoring 2024-02-12 14:21:30 +01:00
Proddy ed5f0bc6d5 start logging service sooner so weblog captures setup like network, mqtt etc 2024-02-12 11:22:56 +01:00
Proddy df1109ea39 remove wifi_tweak 2024-02-12 11:22:21 +01:00
Proddy 1f7c968d0d remove OriginID from state service 2024-02-12 11:22:07 +01:00
Proddy 65cf8005a4 fixes for txPower 2024-02-11 23:01:32 +01:00
proddy 7c97aaf735 try out etags instead of immutable cache 2024-02-11 21:54:31 +01:00
proddy 23cfdd9b34 remove cmd 2024-02-11 21:54:08 +01:00
Proddy 3d715c45e0 Wifi Tx Power not adjusted #1614 2024-02-11 14:21:51 +01:00
proddy fea63b0d52 #1614 - WiFi Tx Power 2024-02-11 10:32:33 +01:00
Proddy 12f0120afd fix standalone compiling 2024-02-10 16:17:40 +01:00
Proddy 303e86a5eb remove unused comments 2024-02-10 15:43:59 +01:00
Proddy 52479c408f added comment for refactor reminder 2024-02-10 15:43:49 +01:00
Proddy fc8eea91eb scope optimization 2024-02-10 15:43:35 +01:00
Proddy fe5a6fb568 added missing data points 2024-02-10 15:43:19 +01:00
Proddy 55672cc9de don't show bus scanning, so orange warning doesn't render on refresh 2024-02-10 15:43:03 +01:00
Proddy 6d6291e659 remove feature as its not used, and speed up web loading slightly 2024-02-10 15:42:14 +01:00
proddy 257b40c2e4 fix MQTT discovery of custom entity doesn't consider type of data #1587 2024-02-10 09:51:29 +01:00
proddy e6b61b7a51 bump 3.6.5-dev.13 2024-02-10 09:50:58 +01:00
proddy f167be37a1 ArduinoJson 7.0.3 2024-02-10 09:50:32 +01:00
proddy 4ac2d1a9a7 remove extra v 2024-02-10 09:50:13 +01:00
proddy 8c602cd058 default -O2 2024-02-10 09:50:04 +01:00
proddy b8f6664176 rename msgpack 2024-02-10 09:49:53 +01:00
proddy 1024dbb61f refactoring 2024-02-09 18:23:55 +01:00
Proddy 253adfeb45 memory optimizations 2024-02-05 09:38:11 +01:00
Proddy c98e1a629b add type to device info, so we know if its a Ram variable or not 2024-02-04 14:52:35 +01:00
Proddy ae7f0445a3 added DEBUG around logger().debug to prevent 'undefined' showing in log 2024-02-04 14:52:12 +01:00
Proddy 8406657906 text change 2024-02-04 14:51:44 +01:00
Proddy 9135635af2 auto-formatting 2024-02-04 14:51:35 +01:00
Proddy 25098409df text update 2024-02-04 14:51:22 +01:00
Proddy 8176120bf9 text update 2024-02-04 14:51:10 +01:00
Proddy 5cfb7b4548 default C++17 and added CONFIG_ASYNC_TCP_STACK_SIZE 2024-02-04 14:51:03 +01:00
Proddy 3f17d74bc6 update packages 2024-02-04 14:50:43 +01:00
Proddy 1694a0b41d use default test general 2024-02-04 14:50:28 +01:00
Proddy ec8a182aa3 bump version 2024-02-04 14:50:14 +01:00
Proddy 22b70ac378 replace list with vector (makes no diff) 2024-02-04 14:49:59 +01:00
Proddy 40a685aeb2 remove cache 2024-02-04 14:49:23 +01:00
Proddy a580998f25 update libraries 2024-02-04 14:49:11 +01:00
proddy aadf4b7a53 package update 2024-01-28 21:58:25 +01:00
Proddy c7a35ebc58 updated with changes to sensor commands 2024-01-28 18:29:22 +01:00
Proddy 5735ffd222 tidied up commands 2024-01-28 18:28:26 +01:00
Proddy d11508282f tidied up commands info, values etc 2024-01-28 18:28:12 +01:00
Proddy 30e11ad593 added comment 2024-01-28 18:27:51 +01:00
proddy 040954bb70 tidy up commands for temperature sensor 2024-01-28 16:36:18 +01:00
proddy eec0051997 hide IP addresses 2024-01-28 14:09:42 +01:00
proddy fab74a9061 package update 2024-01-28 13:21:52 +01:00
proddy 8e9edcb673 fixes #1583 2024-01-28 13:21:45 +01:00
proddy 34cafe0d4d minor refactor moving scheduler item list loading once 2024-01-26 23:01:44 +01:00
proddy e319f5e270 package update 2024-01-26 23:01:17 +01:00
Proddy 8a0e037c60 change default version for testing 2024-01-22 10:03:02 +01:00
Proddy 326e7bcc2a add TODO comments so reminding me what to do next 2024-01-21 21:51:52 +01:00
Proddy cc8839ab31 add tests in a consistent way 2024-01-21 21:49:39 +01:00
Proddy fcffa3df5c add comment 2024-01-21 21:49:06 +01:00
Proddy 27d0ba0526 store custom files for testing 2024-01-21 21:48:36 +01:00
Proddy 18d329f3ee add analog test 2024-01-21 21:48:24 +01:00
Proddy 9e064eb564 remove comments 2024-01-21 21:48:04 +01:00