Commit Graph
100 Commits
Author SHA1 Message Date
Proddy d9f4ce7347 added string2minutes() 2023-02-25 22:23:41 +01:00
Proddy 218cab3935 updated 2023-02-25 22:23:22 +01:00
Proddy 81c6351c93 added tester for minutes conversion 2023-02-25 22:23:11 +01:00
Proddy dce29857d3 added test to convert HH:MM to minutes for scheduler 2023-02-25 22:22:59 +01:00
Proddy 3b9da0ecfd GET and POST now same for scheduler 2023-02-25 22:22:41 +01:00
Proddy a728a4d779 minor improvements to add dialog 2023-02-25 18:40:31 +01:00
Proddy 9bae82592f add ADD and put in a validator as cmd can't be empty 2023-02-25 18:11:37 +01:00
Proddy 50400459ee add NTP check to scheduler 2023-02-25 16:13:47 +01:00
Proddy 2ede730cfb Scheduler #701 2023-02-25 14:06:40 +01:00
proddy 45609e30ea fix axios include 2023-02-24 12:13:26 +01:00
Proddy 20f817410f default OTA disabled, saves 1.5KB heap 2023-02-23 21:38:44 +01:00
Proddy e276025d60 change imports suggested by lint 2023-02-23 20:15:29 +01:00
Proddy a89a7b5430 fix uniq_id for HA sensors 2023-02-23 19:57:35 +01:00
Proddy 044807accb bump version 2023-02-23 19:57:21 +01:00
Proddy 3e9f63a913 cleanup 2023-02-23 19:29:38 +01:00
Proddy c80470d8f5 cleanup unused variables 2023-02-23 19:28:32 +01:00
Proddy 55d19bbc2d comment 2023-02-23 19:28:11 +01:00
Proddy a3f4376d8f removed DV_HA_CONFIG_RECREATE 2023-02-23 19:27:59 +01:00
Proddy 2466df0c3d climate renamed to haclimate and given a shortname 2023-02-23 19:27:25 +01:00
Proddy 425cf33f74 added back MAX_MQTT_MESSAGES 2023-02-23 19:26:58 +01:00
Proddy 077a9937fe comment 2023-02-23 19:26:45 +01:00
Proddy e6d41f6697 added Michael's changes 2023-02-23 19:26:25 +01:00
Proddy 59791cdaa5 added Michael's changes 2023-02-23 19:25:40 +01:00
Proddy c7a76f90ea updated tests for mqtt 2023-02-23 19:25:28 +01:00
Proddy 605e3c26d7 formatting 2023-02-23 19:25:08 +01:00
Proddy a59fc3f3e7 copied in Michael's change 2023-02-23 19:24:53 +01:00
Proddy b5667c17d3 package update 2023-02-23 19:24:37 +01:00
Proddy bc80aaea63 rename publish functions to queue_* because that is what they do 2023-02-22 20:54:38 +01:00
Proddy 6746c9a2d3 updated comments, remove DV_HA_CONFIG_RECREATE 2023-02-22 19:45:56 +01:00
Proddy 11ad4d8a0f merge with https://github.com/emsesp/EMS-ESP32/pull/1077 2023-02-22 19:01:58 +01:00
Proddy 752f0177cf make it compile standalone 2023-02-22 13:16:20 +01:00
Proddy 2078305ff4 use heap check instead of message queue - https://github.com/emsesp/EMS-ESP32/issues/1067 2023-02-22 13:08:53 +01:00
Proddy 924502113e functions don't need to return std::shared_ptr<const MqttMessage> 2023-02-22 13:08:07 +01:00
Proddy c95e804733 add brands as flash strings 2023-02-22 13:07:24 +01:00
proddy 6a356d4a45 show how to override platform 2023-02-22 09:38:48 +01:00
proddy 2bfcbd8fb1 added comments 2023-02-22 09:36:59 +01:00
proddy 19bfcea412 EMSESP_TEST uses EN language only 2023-02-22 09:36:51 +01:00
proddy 0d7a013bba update elint 2023-02-22 09:36:34 +01:00
Proddy 931b153290 now I know why michael shortened the names ! 2023-02-21 22:21:30 +01:00
Proddy 9f91fffcab bump version 2023-02-21 21:55:04 +01:00
Proddy 6aea27e30f tidy up EMSESP_DEBUG and EMSESP_TEST 2023-02-21 21:49:21 +01:00
Proddy 134f2671fb compiling with EMSESP_DEBUG only sends to DEBUG log 2023-02-21 21:28:49 +01:00
Proddy 6438d1ee57 compile with EMSESP_TEST to run tests (not DEBUG) 2023-02-21 21:28:19 +01:00
Proddy e8713ff260 go back to espressif 5.2.0 2023-02-21 12:56:30 +01:00
Proddy 993724d945 use en only in debug 2023-02-21 12:53:31 +01:00
Proddy 8c89fdec95 package update 2023-02-21 12:53:31 +01:00
proddy a49bfec7d9 fix write back on standalone 2023-02-21 09:27:14 +01:00
Proddy 20405ae9ab updated comment 2023-02-20 18:09:39 +01:00
Proddy c18640eab0 brand_to_string to brand_to_char. use const char * where possible 2023-02-20 18:09:32 +01:00
Proddy 854584138b update memory test 2023-02-20 18:08:41 +01:00
Proddy 094387335d minor package updates again 2023-02-20 14:25:03 +01:00
Proddy 4bfbdf31e4 gh issue template update 2023-02-19 11:23:42 +01:00
Proddy 71c2b4b7e8 package updates 2023-02-19 11:23:31 +01:00
Proddy 4630e4f4a0 #911 2023-02-18 13:13:00 +01:00
Proddy d872ce0ab6 fix apply updates after change #911 2023-02-18 10:49:18 +01:00
Proddy c04b032abf update packages 2023-02-18 10:48:54 +01:00
proddy b218bf1d2e hardcode espressif 6.0.1 2023-02-13 22:46:03 +01:00
proddy 18f787703a update packages 2023-02-13 22:45:52 +01:00
proddy a3719b12e5 fix mqtt enabled check 2023-02-13 22:45:35 +01:00
Proddy 8c91311c1e use node v18 2023-02-12 16:27:46 +01:00
proddy 096336042e minor changes to yarn 2023-02-12 15:35:51 +01:00
Proddy 4ca25fcfc2 experiment with moving from npm to yarn 2023-02-12 14:14:08 +01:00
proddy 12b4bd3795 Workaround for better Domoticz MQTT intergration? #904 2023-02-11 23:26:15 +01:00
proddy ba96d587ab update 2023-02-11 23:25:30 +01:00
proddy 411f3be3aa fix native compiling on OSX 2023-02-11 20:53:46 +01:00
Proddy ffacefb792 update copyright year 2023-02-11 19:06:02 +01:00
Proddy 2d1689b79a make syslog work again 2023-02-11 19:05:43 +01:00
Proddy 78e0d30687 add publish command to mqtt code 2023-02-11 18:46:25 +01:00
Proddy deb0952266 fix syslog 2023-02-11 18:46:10 +01:00
Proddy 9f77cfd0bf formatting 2023-02-11 18:45:41 +01:00
Proddy 767c6da325 move log command to main context 2023-02-11 18:45:20 +01:00
Proddy f034d908b6 add comment 2023-02-11 18:45:05 +01:00
Proddy bc391d014e update packages 2023-02-11 18:43:46 +01:00
Proddy d42cd8ebf9 remove comment 2023-02-11 18:43:38 +01:00
Proddy ac5635b671 F2 calls 'show values' 2023-02-11 12:23:56 +01:00
Proddy c76b250c3b fix warning when building native on windows 2023-02-11 12:14:46 +01:00
Proddy 4630287924 fix warning when building native on windows 2023-02-11 12:14:28 +01:00
proddy d3cae8ec52 update packages 2023-02-11 10:40:15 +01:00
proddy 149fa72566 remove extra brackets 2023-02-11 10:40:09 +01:00
Proddy a0d13df033 fix react-virtualized-auto-sizer to "1.0.7" 2023-02-10 20:33:24 +01:00
Proddy c9a3fad9eb updates 2023-02-10 20:30:35 +01:00
Proddy eeb96199f9 6.20.1 2023-02-10 20:27:45 +01:00
Proddy 765b1a1b39 esp32s3 2023-02-10 20:27:23 +01:00
Proddy 78eef7cb9d cleanup 2023-02-10 20:27:13 +01:00
Proddy 1ad9f8d9cf use descriptive telegrams when watching 2023-02-10 20:27:05 +01:00
Proddy 36734a4768 change version 2023-02-09 22:41:53 +01:00
Proddy d0f91c5f43 add hosted for online demo 2023-02-09 22:41:47 +01:00
Proddy 1cd980f46a use espressif 6.0.1 and c+17 for testing 2023-02-09 20:38:35 +01:00
Proddy 74162ab4e7 bump to tec-3 2023-02-09 20:38:21 +01:00
Proddy 0ef5579540 update package 2023-02-09 20:38:14 +01:00
Proddy 9501f02aa2 replace React bunder based on webpack with Vite #952 2023-02-09 20:23:31 +01:00
Proddy ea8850f8bd update packages 2023-02-07 21:30:30 +01:00
Proddy 949842118b add BundleAnalyzerPlugin (optional) 2023-02-07 21:30:22 +01:00
Proddy a4d31711a0 use lodash-es to save space 2023-02-07 21:29:50 +01:00
Proddy 94f0d040ea smaller icon.png to save space 2023-02-07 21:29:28 +01:00
Proddy 3cef6d7a65 merge PR 944 - https://github.com/emsesp/EMS-ESP32/pull/947/files 2023-02-06 22:27:55 +01:00
proddy 2ac3640760 fix package conflicts 2023-02-05 22:12:27 +01:00
proddy 71de48fd32 Warn user in WebUI of unsaved changes #911 2023-02-05 18:53:13 +01:00
Proddy 834eceab16 update packages 2023-02-05 11:13:55 +01:00
Proddy 20de1734d1 formatting 2023-02-05 10:58:48 +01:00