Commit Graph
100 Commits
Author SHA1 Message Date
proddy c0c32e0f89 move devices to devices folder 2020-06-09 18:19:48 +02:00
proddy 44d4160621 fix tracing in raw mode 2020-06-08 22:27:18 +02:00
proddy 2dd635632b supporting new test framework 2020-06-08 22:27:03 +02:00
proddy 34378206b9 rename full to pretty for formatting telegrams 2020-06-08 22:26:19 +02:00
proddy 5888f7619b move test_data.h 2020-06-08 22:25:54 +02:00
proddy d65afa5218 version included in system library 2020-06-08 22:25:32 +02:00
proddy b2ebe224a8 minor text changes 2020-06-08 22:25:09 +02:00
proddy af71463c69 minor text change 2020-06-08 22:24:55 +02:00
proddy 6d5899ce27 new test class for simulating EMS data 2020-06-08 22:24:37 +02:00
proddy 33e813fd5f version scope set to system only 2020-06-08 22:24:11 +02:00
proddy a608649347 move test code to seperate folder 2020-06-08 22:23:31 +02:00
proddy e70ad07301 updated list of commands 2020-06-08 22:23:07 +02:00
proddy 19f0575c8b tx debug statements 2020-06-08 16:36:57 +02:00
proddy 3bd5be2de6 more commands in ems menu 2020-06-07 18:01:23 +02:00
proddy 34d782a58a consistent sorting of values in console 2020-06-06 21:42:51 +02:00
proddy 6d8baab669 hostname renamed to set wifi hostname to fix console issue 2020-06-06 21:42:37 +02:00
proddy ddf5872b8b remove gmtime - https://github.com/proddy/EMS-ESP/issues/395 2020-06-06 21:42:17 +02:00
proddy c6ede0959b adjusted todos 2020-06-06 21:42:00 +02:00
proddy c17a49db79 bump to a15 2020-06-06 21:18:33 +02:00
proddy 408b78fa34 in standalone mode, always go as SU/admin 2020-06-06 20:56:39 +02:00
proddy 321d0d146e set cmd available for normal users. added more messages 2020-06-06 20:56:21 +02:00
proddy 92a565151f added ems gateway & switch. moved all code to devices folder 2020-06-06 20:55:42 +02:00
proddy 80bae3bf33 adjusted for devices folder 2020-06-06 20:54:21 +02:00
proddy bc2fb8cff0 ignore asyncTCP when building esp8266 2020-06-06 20:54:06 +02:00
proddy a0b9ef2ba8 set commands under ems context only for ADMINs 2020-06-04 23:05:38 +02:00
proddy 6e2662fbbf text changes showing ems stats 2020-06-04 23:03:43 +02:00
proddy 94ec6ca151 fix txmode 1 for ESP8266 UART 2020-06-04 23:03:29 +02:00
proddy e7f2d194ae clang style formatting 2020-06-04 22:22:36 +02:00
proddy 373597e7e6 bump to a14 2020-06-04 22:22:06 +02:00
proddy c619701137 show tx fails in ems sub-menu 2020-06-04 11:05:03 +02:00
proddy ffff17fce1 minor text changes 2020-06-04 11:04:51 +02:00
proddy 5fdb3d6396 add setup instructions 2020-06-04 11:04:27 +02:00
proddy a6549bc66d improve Tx retry code 2020-06-03 23:33:23 +02:00
proddy a5e60d9e39 remove yield. we have too many yields, they're everywhere! 2020-06-03 23:32:47 +02:00
proddy ca39f7fd6f added another TODO to use Templates for the read_value functions 2020-06-03 23:32:23 +02:00
proddy 0d787d56f8 added poll ack after we get a poll request in Tx 2020-06-03 23:32:03 +02:00
proddy b9e80ad5d8 merged with michael's changes - https://github.com/proddy/EMS-ESP/pull/393 2020-06-03 18:49:31 +02:00
proddy c43b915a86 default boot in non-debug mode 2020-06-03 17:37:05 +02:00
proddy fa2e7f127b updated readme text 2020-06-03 17:31:37 +02:00
proddy 9d1f6b9479 fix typo 2020-06-03 17:31:27 +02:00
proddy 13aae48bff added test for unknown devices 2020-06-03 17:28:32 +02:00
proddy 2d1627be3c remove interval. using mark instead 2020-06-03 17:28:21 +02:00
proddy 85fb40d310 added no sleep mode to wifi 2020-06-03 17:28:07 +02:00
proddy 848689c100 version bump to a12 2020-06-03 17:27:51 +02:00
proddy 1562c98c3a clang formatting 2020-06-03 17:27:37 +02:00
proddy caba2a9df0 added telnet write timeout 2020-06-03 17:26:13 +02:00
proddy 456fdcb895 revert to original. use pio_local for local settings 2020-06-03 17:25:55 +02:00
proddy 2cc1001623 update things todo 2020-06-03 17:25:33 +02:00
proddy 83c90dec08 start console before network, added delay to help telnet performance 2020-06-03 17:25:20 +02:00
Paul cfeb1ce291 michael's updates 2020-05-30 14:13:24 +02:00
Paul c976d330d2 change tx_mode without needing a restart 2020-05-28 23:40:47 +02:00
Paul b4aca3bcb9 more updates 2020-05-28 23:17:25 +02:00
Paul f807eac26a a9 - roll back uart changes for esp8266 2020-05-26 13:28:23 +02:00
Paul 69646c1a1c a8 2020-05-25 23:18:30 +02:00
Paul d3953d90ca a7 2020-05-25 17:13:05 +02:00
Paul b2bb8e2b5a a6 2020-05-23 14:00:14 +02:00
Paul 1ceef8afd5 esp32 support 2020-05-19 17:03:00 +02:00
Paul be4f075663 alpha v4 2020-05-18 21:00:38 +02:00
Paul 97ddf80ea8 mixing updates 2020-05-12 18:15:22 +02:00
Paul 3801042ea5 alpha 0.2 - add solar, mixing, heatpump 2020-05-11 23:00:53 +02:00
Paul 30b502a1e4 initial commit 2020-05-08 16:04:53 +02:00
Paul 26b201ea2f 1.9.5 - Merge remote-tracking branch 'origin/dev' 2020-04-30 10:47:55 +02:00
Paul 487cda0841 SM200 energy to 32 bit, fixes #372 2020-04-28 19:02:01 +02:00
Paul 743e09e5f4 render unsigned shorts correctly - #372 2020-04-24 10:41:12 +02:00
Paul 48bcd06e25 merged with PR366 with fixed to RC20 and MM50 2020-04-22 16:25:55 +02:00
Paul 2f58f88ee3 minor prep for PR merge 2020-04-22 15:58:16 +02:00
Paul b51d34add0 merge of Yves' "Added retrieving settings (0xA5)" feature 2020-03-23 11:40:48 +01:00
Paul 393f920116 minor updates 2020-03-23 11:26:09 +01:00
Paul 9321b53e40 start topic show datetime #347 #348 2020-03-12 14:35:08 +01:00
Paul f5f2791bcf lowered sel flow temp #344 2020-03-12 14:33:54 +01:00
Paul 6397754a05 more thermostat mode generalization 2020-03-09 18:03:58 +01:00
Paul 37fe454278 use DHW temp instead of boiler temp, removed return temp - #345 2020-03-08 21:49:09 +01:00
Paul c55ed82c30 optimize thermostat modes - #138 2020-03-08 19:41:21 +01:00
Paul b8fb03a5ff use MQTT start topic to show version & IP & boottime - #342 2020-03-07 12:33:27 +01:00
Paul 1385af3d54 added IP and version to MQTT start payload, added support for RC100/Moduline 1010, Fixed Junkers thermostat writing 2020-03-06 17:13:29 +01:00
Paul 64def6e4cd #335 fix again 2020-03-04 21:05:15 +01:00
Paul 8874543a75 fix for #335 2020-03-04 19:19:10 +01:00
Paul 98a41db973 support writing to FR100 - #335 2020-03-03 22:23:53 +01:00
Paul 3c66031870 minor text changes 2020-03-01 17:03:52 +01:00
Paul 006fae89c4 Merge branch 'dev' of https://github.com/proddy/EMS-ESP into dev 2020-03-01 16:47:38 +01:00
Paul 4cc670f010 emsplus for Tx 2020-03-01 16:47:26 +01:00
Paul 81188eccd9 make Moduline 200 behave like RC10 2020-02-28 14:22:41 +01:00
Paul 51535a2dcf fix for multiple Heating Circuits on Junkers thermostats 2020-02-28 14:06:58 +01:00
Paul b43fd46e27 NTP debug text change 2020-02-28 14:06:31 +01:00
Paul b7dad9d9d9 removed no-write flag for Junkers FR100 2020-02-28 14:05:27 +01:00
Paul 9aba737f0a added RC20 support - #334 2020-02-26 18:31:38 +01:00
Paul 52d8231229 added RC20 and SM200 to MQTT 2020-02-26 18:14:51 +01:00
Paul e08efa7475 show SM200 in telnet console 2020-02-26 12:59:09 +01:00
Paul 42d6cb1c9d added @PhillyGilly SM200 PR - #267 2020-02-26 12:14:16 +01:00
Paul c8c95eeadc rename mqttlog to mqttqueue 2020-02-26 12:13:38 +01:00
proddy 459610be51 text changes 2020-02-25 16:58:28 +01:00
proddy 74ef11631c added Moduline 200 & Sieger ES72 2020-02-25 15:47:28 +01:00
proddy 9a6c5eeca0 add enough mqtt memory for all boiler objects 2020-02-24 16:20:35 +01:00
Paul e48d380e26 web mqtt size fix - #298 2020-02-24 09:51:59 +01:00
Paul 5d7feb1722 added 2 x warm water boiler temps 2020-02-23 15:47:14 +01:00
Paul e7dacc2c15 fix typo 2020-02-23 14:26:31 +01:00
Paul 89a2dcac05 optimized MQTT json 2020-02-23 14:23:10 +01:00
Paul 7d402d4518 added compile flag for #327 2020-02-23 14:22:57 +01:00
Paul 059861a14f use flash mem for strings when we can 2020-02-23 14:22:46 +01:00
Paul 6c39154e90 minor fix for default mqtt_nestedjson cmd 2020-02-22 11:48:13 +01:00