Commit Graph
100 Commits
Author SHA1 Message Date
proddy f6bdea10a5 fix devices for models 2021-01-09 21:47:33 +01:00
proddy 6d5031290c replace list with deque 2021-01-08 21:02:48 +01:00
proddy 3bbee6b72a formatting 2021-01-08 20:53:09 +01:00
proddy 908cf5c965 auto-publish HA when MQTT settings change on web 2021-01-08 20:52:46 +01:00
proddy a26d8454d6 headers for wifi, bt and adc 2021-01-07 21:21:02 +01:00
proddy 5afd536c1c renames 2021-01-07 21:20:46 +01:00
proddy ebbe32cc12 stop bluetooth and adc if not used 2021-01-07 21:20:35 +01:00
proddy 80b8cd85a3 add reset_mqtt function 2021-01-07 21:20:13 +01:00
proddy e25e427f91 reset_mqtt resets all changes 2021-01-07 21:20:02 +01:00
proddy ce177b4709 added EasyControl adapter 2021-01-07 21:19:36 +01:00
proddy 3845fd70a7 comments 2021-01-07 21:19:23 +01:00
proddy 70d607702f resets mqtt when setting changed 2021-01-07 21:19:11 +01:00
proddy 8a56a346a0 debug messages 2021-01-07 21:18:50 +01:00
proddy 543ff58872 remove topic length 2021-01-07 21:18:36 +01:00
proddy 03ebeab57e updated 2021-01-07 21:18:15 +01:00
proddy 8f7d82df90 merge in flowsensor check from dev 2021-01-07 21:17:59 +01:00
proddy 40da73d012 adding missing divider 2021-01-04 22:05:30 +01:00
proddy 3cc8ccb4b6 Merge branch 'fb-632-refactorvalues' of https://github.com/proddy/EMS-ESP into fb-632-refactorvalues 2021-01-04 12:44:49 +01:00
proddy 8690378f72 auto invert LED when using ESP32 2021-01-04 12:43:36 +01:00
proddy 3959d01936 max 48 chars 2021-01-04 12:43:25 +01:00
proddy bcfd848fec fix for password prompt 2021-01-04 12:43:12 +01:00
proddy 876916cbb4 stop showing % free mem 2021-01-04 12:42:56 +01:00
proddy 861610c560 semi fix for passwd prompt 2021-01-03 21:39:50 +01:00
proddy e6047c375f strftime is back 2021-01-03 21:39:37 +01:00
proddy 87e764059c unlock rest of device values 2021-01-03 21:39:29 +01:00
proddy 22f5e56622 moved back to std:: containers for esp32 2021-01-03 18:03:41 +01:00
proddy fa040fb2d5 fix debug 2020-12-31 10:15:12 +01:00
proddy 04d11dc257 spelling 2020-12-30 16:47:49 +01:00
proddy 1abc179702 fix master thermostat 2020-12-30 11:05:30 +01:00
proddy fca2ad3253 Merge branch 'fb-632-refactorvalues' of https://github.com/proddy/EMS-ESP into fb-632-refactorvalues 2020-12-29 22:16:15 +01:00
proddy 7c6aeb3cb9 #632 - still experimental 2020-12-29 22:15:59 +01:00
proddy 9c84ae24f4 only check on dev branch 2020-12-18 18:34:27 +01:00
proddy fd0b74055f updated text 2020-12-16 18:38:48 +01:00
proddy 3bbd4ef66f merge in https://github.com/proddy/EMS-ESP/commit/0e26e6712657e3311a8f7bd68850e011ecfd8b09 2020-12-16 18:30:31 +01:00
proddy a8b89e8d35 switch dallas formats 2020-12-16 18:23:18 +01:00
proddy 6c7309b9a9 compile errors 2020-12-15 21:11:18 +01:00
proddy 06be035120 added memory profiling #632 2020-12-15 14:21:56 +01:00
proddy 4087a4f12e minor cleanup of debug statements #632 2020-12-14 21:27:25 +01:00
proddy 6a67808ddb replace char * tags with an ID #632 2020-12-14 20:30:16 +01:00
proddy ffa313ebe4 refactor device value rendering (to Web, Console or MQTT) to base class #632 2020-12-13 22:52:34 +01:00
proddy f72e549850 Merge branch 'dev' of https://github.com/proddy/EMS-ESP into dev 2020-12-01 13:38:13 +01:00
proddy a54a89d3e5 mention EMS-ESP version when reporting bugs 2020-12-01 13:38:04 +01:00
proddy 33625d12e2 fix standalone build 2020-11-30 09:07:37 +01:00
proddy 5893739e73 publish_ha()..still causes the occasional crash on ESP8266 2020-11-29 21:07:53 +01:00
proddy d840c61af3 use publish_ha() for HA config topics 2020-11-29 21:06:43 +01:00
proddy 561803dd7e test for #620 2020-11-29 21:06:04 +01:00
proddy 4f469326c4 script updates 2020-11-29 21:05:48 +01:00
proddy 7a67486ce3 fix standalone compile error, use string stream 2020-11-29 10:30:14 +01:00
proddy e0aed557f8 max number of gpios is 40 2020-11-29 10:20:46 +01:00
proddy ca2b3ec2f8 max number for gpio is 40 (not 255) 2020-11-29 10:19:42 +01:00
proddy 5c4f85948d don't count errors if Rx queue is full 2020-11-28 23:34:54 +01:00
proddy 08e2c519e6 remove telegram_error_count() 2020-11-28 23:34:30 +01:00
proddy a745aa4fd8 rename json sizes 2020-11-28 23:34:14 +01:00
proddy bf65b99e7f rename devicedata nodes 2020-11-28 23:33:37 +01:00
proddy 5a31de24a8 default to my esp32 build 2020-11-28 23:32:58 +01:00
proddy 558f61489d minor cleanup of log messages 2020-11-28 21:43:33 +01:00
proddy cd8cc9d861 fix: create firmware folder if it doesn't exist 2020-11-28 21:30:55 +01:00
proddy a69ad09eb7 mention external libs like esp8266-react and uuid-* 2020-11-28 18:44:14 +01:00
proddy dc5c33c3c3 merge gzip into firmware rename function 2020-11-28 18:43:51 +01:00
proddy d31758f69b clean-up tests 2020-11-28 18:43:26 +01:00
proddy cbb0953f44 auto formatting 2020-11-27 20:53:05 +01:00
proddy 2deb84e3e1 make linter happy 2020-11-27 20:52:51 +01:00
proddy 9e0640a1f7 command tests 2020-11-27 20:52:42 +01:00
proddy 45933d3c3b convert cmd's to lowercase 2020-11-27 20:52:33 +01:00
proddy 388c959468 change time to hours and minutes (no short-hand) 2020-11-27 20:52:14 +01:00
proddy e5dd46be46 trigger build 2020-11-26 23:11:35 +01:00
proddy c2c6a933bb use standard JSON sizes from main EMS-ESP header 2020-11-26 23:10:26 +01:00
proddy a08b880b67 remove shrinktofit to help mem frag 2020-11-26 23:10:03 +01:00
proddy 25b0ab0cde use JSON size from ems main header 2020-11-26 23:09:39 +01:00
proddy e56715f24c updated tests 2020-11-26 23:09:22 +01:00
proddy 48bacde569 removed JSON sizes 2020-11-26 23:09:10 +01:00
proddy ccfe5be568 static code analysis nice things 2020-11-26 23:08:56 +01:00
proddy 46a6c3893f move JSON sizes from mqtt to main header 2020-11-26 23:08:43 +01:00
proddy 8447c961fe test flash vs non-flash for json variables 2020-11-26 23:08:22 +01:00
proddy 3f275121cf remove shrinktofit to improve frag mem 2020-11-26 23:07:26 +01:00
proddy 6c55a0a4da cleanup list 2020-11-26 23:07:05 +01:00
proddy 18b6dc645f web and shell printing share common functions - refactor how device values are printed to shell #632 2020-11-26 23:06:56 +01:00
proddy ac1f8c0c58 code optimizations based on static analysis checks 2020-11-23 18:15:47 +01:00
proddy d0efe4709c mention MQTT duplicate msg on publish 2020-11-23 13:17:15 +01:00
proddy ffd2f6fe73 always register HA for each HC 2020-11-23 13:15:41 +01:00
proddy cb7ba31afa surpress log messages when starting telnet 2020-11-23 13:15:13 +01:00
proddy 060c3c76b2 2.1.1b5 2020-11-23 13:14:51 +01:00
proddy 647384f5c8 change call to not use json, prevent duplicate inits 2020-11-23 13:14:40 +01:00
proddy cd016ae639 split out commands with and without json 2020-11-23 13:13:59 +01:00
proddy 3e86a48e2b some minor formatting 2020-11-23 13:13:29 +01:00
proddy 5345c0b93f updated tests 2020-11-23 13:12:29 +01:00
proddy d9df0bb996 auto formatting 2020-11-23 13:12:20 +01:00
proddy 3f0c40d86c fix admin checkbox 2020-11-23 13:11:51 +01:00
proddy 17cd200cd1 prevent crash on "call system send" with no data 2020-11-22 21:13:04 +01:00
proddy 59c72f7b4b formatting 2020-11-22 21:12:41 +01:00
proddy 2e89ab333a fix standalome makefile 2020-11-22 17:54:16 +01:00
proddy 16f61cc6c3 remove this-> 2020-11-22 16:16:49 +01:00
proddy 9eb6d2c44b replace int with int32_t 2020-11-22 16:16:37 +01:00
proddy f2503b8d1a fix removing devices 2020-11-22 16:16:24 +01:00
proddy 0da8f92496 remove this->, rename flags to model 2020-11-22 16:16:09 +01:00
proddy 2be647ade8 rename JUNKERS_2 to OLD 2020-11-22 16:15:37 +01:00
proddy a0ec2ec9d5 fix for out of bound 2020-11-22 16:15:18 +01:00
proddy f1080c6095 add cppcheck 2020-11-22 16:15:07 +01:00
proddy c0113921d6 increase json buffer to allow HA MQTT for EMS-ESP 2020-11-20 15:02:58 +01:00
proddy 963a08cfaa force 2.1.1b4 build 2020-11-18 19:15:55 +01:00