Commit Graph
100 Commits
Author SHA1 Message Date
proddy 1559d5f1a7 tidy table, mention Rx fails is not evil 2020-08-26 16:05:54 +02:00
proddy 896063d798 added hide_led - #463 2020-08-26 16:05:27 +02:00
proddy f7e592f74e changed text to mention Dallas 2020-08-26 16:04:15 +02:00
proddy 62c01bf202 add comment 2020-08-26 16:03:55 +02:00
proddy 25a5946245 closes Add extern boiler temps to Web UI and MQTT #462 2020-08-25 14:13:27 +02:00
proddy b56b3dc1d6 remove Reset button from WebUI 2020-08-25 14:12:39 +02:00
proddy 61abd930b5 ESP32 Rx fixes - (v2) ESP8266 & ESP32 UART optimizations #398 2020-08-20 20:40:08 +02:00
proddy 6c1a2940c8 add delay(1) back for ESP32 to make telnet more responsive 2020-08-19 18:15:32 +02:00
proddy 0bfa0598da use dev arduino library for ESP32 2020-08-19 18:15:04 +02:00
proddy 7b4dfd82fe Make build.sh executable 2020-08-19 14:15:13 +02:00
proddy 12432c3e11 Merge branch 'v2_cmd' into v2 2020-08-19 13:28:20 +02:00
proddy 8f5eff9ed1 add NTP back for ESP8266 2020-08-19 12:59:18 +02:00
proddy a15e1834f5 fix standalone, remove rx_loop 2020-08-17 22:00:59 +02:00
proddy 45901d2a00 always show Rx CRC errors to ERROR log 2020-08-17 22:00:41 +02:00
proddy cf3c93c8dc watch command with no args shows value 2020-08-17 22:00:22 +02:00
proddy c87e532457 remove Rx queue. Now all incoming Rx telegrams are processed immediately 2020-08-17 17:56:25 +02:00
proddy 475268659f show free heap in console every 10 seconds (was 5) 2020-08-16 15:43:04 +02:00
proddy baae1025b7 skip Tx retry when in EMSESP_DEBUG 2020-08-16 15:42:36 +02:00
proddy 2bf2960ea8 remove colors on bad CRC 2020-08-16 15:41:24 +02:00
proddy 42e8915243 comment 2020-08-16 15:41:10 +02:00
proddy d17fa468d6 remove syslog starting when settings saved 2020-08-16 15:40:53 +02:00
proddy d8501b11bc remove NTP for ESP8266 2020-08-16 15:40:35 +02:00
proddy e99457046d 2.0.0b12-3 2020-08-16 15:40:20 +02:00
proddy c7b7a9b384 adding rx incompletet to MQTT heartbeat so can detect when it fails 2020-08-16 12:13:16 +02:00
proddy 67877d07c5 allow number and string for MQTT json commands - #445 2020-08-15 19:53:55 +02:00
proddy 64063fa6cd fix Junkers commands - (v2) normalize command infrastructure for devices (mqtt & console) #445 2020-08-15 11:03:25 +02:00
proddy ddbc52e141 minor updates 2020-08-14 12:44:06 +02:00
proddy 207c86c9df grey out Settings menu when not an admin 2020-08-14 12:30:19 +02:00
proddy 734e46182c minor cosmetic 2020-08-14 12:29:58 +02:00
proddy 8ad51b7377 log levels always lowercase 2020-08-14 12:09:51 +02:00
proddy cab8037ff8 updated comments 2020-08-14 12:09:38 +02:00
proddy ed60b79a2d 2.0.0b12-3 2020-08-14 10:11:31 +02:00
proddy 753bbef816 dynamically show log levels 2020-08-14 10:11:19 +02:00
proddy 4dc61dfa3c adding NTP back to ESP8266 buiild 2020-08-14 10:10:38 +02:00
proddy 0d18e84141 minor changes 2020-08-13 17:50:48 +02:00
proddy e71e17bed1 telegram functions can't be static - #445 2020-08-13 17:50:27 +02:00
proddy 24fec191b0 updated commands 2020-08-13 17:49:26 +02:00
proddy 2c3bf1cb3b minor formatting with command show mqtt 2020-08-13 10:30:02 +02:00
proddy 1c5d5d2dde return full mqtt topic subscription, including servicekey 2020-08-13 10:29:32 +02:00
proddy 6826d1a4c7 added MQTT to heartbeat text 2020-08-13 10:29:05 +02:00
proddy b69145d006 added general test 2020-08-13 10:28:51 +02:00
proddy d8f67cd2db mem optimizations and https://github.com/proddy/EMS-ESP/pull/451 2020-08-12 23:21:33 +02:00
proddy 29723ffc54 added another GB212 2020-08-12 23:21:10 +02:00
proddy 0e3ce6d4e2 clear devices, move cmds to Admin - https://github.com/proddy/EMS-ESP/pull/451 2020-08-12 23:20:52 +02:00
proddy d01d2aad98 improvements to reduce heap and fragmentation 2020-08-12 23:20:21 +02:00
proddy eef86cc9f9 changes from https://github.com/proddy/EMS-ESP/pull/451 2020-08-12 23:17:22 +02:00
proddy f0151fcfc6 added rx2 test for heap checking 2020-08-12 23:16:02 +02:00
proddy f7fe69c2f7 make topic str bigger to allow for homeassistance long packages 2020-08-07 14:15:13 +02:00
proddy 9e286d8c3c added some more tests 2020-08-07 14:14:33 +02:00
proddy 7ff482e53e show mem in console for EMSESP_DEBUG 2020-08-07 14:14:17 +02:00
proddy b1024faa6f fix telegram to_string 2020-08-07 14:13:39 +02:00
proddy 6c11b717ce allow test with EMSESP_DEBUG 2020-08-07 14:12:58 +02:00
proddy 6d58461d3a reduce scope of id 2020-08-07 14:12:22 +02:00
proddy 027e46415f version 2.0.0b12-1 2020-08-05 22:41:50 +02:00
proddy 01208ce399 minor improvements for mem fragmentation 2020-08-05 22:41:03 +02:00
proddy 5a4b670f7b fix debug error 2020-08-05 22:40:25 +02:00
proddy 5ddeaa3f94 removed unused variables - PR #450 2020-08-05 22:39:56 +02:00
proddy 2f7ad14b38 minor changes 2020-08-04 20:42:31 +02:00
proddy b0a490f781 optimized asyncwebserver - (v2) Web UI sometimes becomes unresponsive and doesn't load, on an ESP8266 #449 2020-08-04 20:42:15 +02:00
proddy aeb75bbaad merged in PR 450 - https://github.com/proddy/EMS-ESP/pull/450 2020-08-04 20:25:47 +02:00
proddy b55e647cce supress hot water/heating displaying in web if there are no values 2020-08-04 15:59:09 +02:00
proddy b8da3dc397 new pic showing sensors 2020-08-04 15:55:35 +02:00
proddy b2b51b757e rename gpio to pin command - #445 2020-08-04 15:44:17 +02:00
proddy e8c3b07cc6 fix for mqtt resubscribe when mqtt drops-out. renamed topic to "system_cmd" - #445 2020-08-04 15:17:39 +02:00
proddy c3d81d8841 Michael's fixes for (v2) normalize command infrastructure for devices (mqtt & console) #445 2020-08-04 13:50:49 +02:00
proddy e19296075f added gpio command 2020-08-04 13:35:39 +02:00
proddy a9679fbec3 added v2_cmd 2020-08-04 13:35:31 +02:00
proddy 939debdc0b minor changes, added gpio command - #445 2020-08-04 13:34:16 +02:00
proddy 725d63a518 only show heating circuit in cmd for thermostats and mixers 2020-08-03 23:31:08 +02:00
proddy 6154ff38f2 initial commit with refactored mqtt commands 2020-08-03 23:14:43 +02:00
proddy 163fbba917 2.0.0b11 - with flow/max/min boiler temps - #59 2020-07-31 16:08:58 +02:00
proddy 09895bb461 clean-up code 2020-07-31 13:59:40 +02:00
proddy 4fc6797f4e rename collector - #267 2020-07-31 13:59:32 +02:00
proddy 1d3a31b9f3 show external dallas temp sensors in web UI 2020-07-31 13:59:06 +02:00
proddy 34f7796bd8 add NTP service, only for ESP32 2020-07-31 13:58:20 +02:00
proddy 11fe8e71b4 bump to b10 2020-07-30 21:23:57 +02:00
proddy fc32f0d4b0 merge in build flags 2020-07-30 21:18:38 +02:00
proddy d70fb41711 fix watch for CRC Rx errors 2020-07-30 21:18:28 +02:00
proddy b20c6d4c01 only add OTA delay for ESP32 2020-07-30 21:18:09 +02:00
proddy c48e5bd518 minor cleanup 2020-07-30 21:17:57 +02:00
proddy 2923fae1a6 clean up build settings 2020-07-30 21:17:26 +02:00
proddy d655e50e36 turn off watch when starting new console 2020-07-30 21:17:07 +02:00
proddy 251fadc2f3 supress warnings 2020-07-30 21:16:00 +02:00
proddy 56398ccb85 fix standalone 2020-07-28 17:20:10 +02:00
proddy 4175fe56fd fix standalone (use make run) 2020-07-28 17:18:42 +02:00
proddy 9b9c7df1d8 bump to b9 2020-07-28 11:54:14 +02:00
proddy 53bfbcee06 minor cleanups 2020-07-28 11:53:48 +02:00
proddy b1c92b6f14 send warning to console/syslog if master boiler is restarted 2020-07-28 11:53:19 +02:00
proddy 242770838d call services after settings have been persisted 2020-07-28 11:52:56 +02:00
proddy 3ab7134ca0 reset_tx() takes tx_mode from settings file 2020-07-28 11:52:23 +02:00
proddy 53aa698bbb test code only for standalone mode 2020-07-28 11:50:31 +02:00
proddy b196fbd0fd merged from v2_uart 2020-07-27 18:57:26 +02:00
proddy 9b7d6aa6ed minor change 2020-07-27 18:57:05 +02:00
proddy f5b214a1b2 added data to web ui 2020-07-27 18:56:52 +02:00
proddy ced2d2df47 tx_mode optimizations 2020-07-27 18:56:37 +02:00
proddy b062f30bdd tx_mode optimizations 2020-07-27 18:56:24 +02:00
proddy 8caa452c25 move mem calc before creating json obj 2020-07-27 18:55:30 +02:00
proddy bb3e8b6dff added fetch command 2020-07-27 18:55:03 +02:00
proddy 63737833ae renamed command refresh to fetch 2020-07-27 18:54:53 +02:00
proddy fe13b7559d renamed telegram MaintenanceSettings to MaintenanceData 2020-07-27 18:54:24 +02:00