Commit Graph
100 Commits
Author SHA1 Message Date
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
proddy b59d711ed4 merged Michael's latest UART code for ESP8266 2020-07-26 22:36:18 +02:00
proddy 2ec35d1fbc added save function to write settings to fS 2020-07-26 22:35:55 +02:00
proddy 5c354af1ba added system command wifi reconnect 2020-07-26 22:35:33 +02:00
proddy b7e72fd18f force debug log when compiled with -DEMSESP_DEBUG 2020-07-26 21:41:45 +02:00
proddy 7109bb0d62 merge in Michael's change from v2_uart branch 2020-07-26 21:40:56 +02:00
proddy 09ab9fe655 clean up web code 2020-07-26 20:30:38 +02:00
proddy b18e0a1918 force saving settings during a 'restart' 2020-07-26 20:30:03 +02:00
proddy fab2fba64f add more mqtt logging for disonnect 2020-07-26 20:29:45 +02:00
proddy 90d33259f2 tidy up how EMS bus line state is handled 2020-07-26 20:29:30 +02:00
proddy ce30346ac3 prevent forcing DEBUG logging on an ESP32 2020-07-26 16:04:17 +02:00
proddy 1a2e405ffe do not reset wifi when value changed (in progress) - #435 2020-07-26 16:03:52 +02:00
proddy 38f00946da show device info on Web 2020-07-26 16:03:06 +02:00
proddy 39e5fb1a68 fix build error on esp8266 2020-07-25 18:47:05 +02:00
proddy 0b0ab3121c doing all web dev on ESP32 as standard now, just quicker 2020-07-25 18:30:44 +02:00
proddy 760cef9058 remove bogus logging 2020-07-25 18:30:12 +02:00
proddy b2b6413149 optimizing mqtt 2020-07-25 18:28:23 +02:00
proddy 87f1858d5e optimizing mqtt 2020-07-25 18:27:52 +02:00
proddy 580f3ea45c optimizing mqtt 2020-07-25 18:27:37 +02:00
proddy 82d8210754 b8 2020-07-25 18:27:23 +02:00
proddy bb8e1676f8 cleanup 2020-07-25 18:27:13 +02:00
proddy 2917f6c1a3 Merge branch 'v2' of https://github.com/proddy/EMS-ESP into v2 2020-07-25 18:24:57 +02:00
proddy 61a711c8f6 added show users command - #435 2020-07-25 18:24:45 +02:00
Paul 7a88601ccd fix hostname when using static ip - #432 2020-07-25 11:00:27 +02:00
Paul b0fa45ecca removed bogus files 2020-07-25 10:59:48 +02:00
proddy a09dd3b735 fix warning in console when setting wifi params 2020-07-23 12:03:50 +02:00
proddy 5cd1c4eb7d loop() doesn't need to be static anymore 2020-07-23 12:03:25 +02:00
proddy d30b0ce505 supress compile warnings 2020-07-23 12:02:58 +02:00
proddy 4932b00f12 automate migration from 1.9.x to 2.0 (in progress) 2020-07-22 16:11:13 +02:00
proddy 2b43a955d5 minor comments 2020-07-22 16:10:39 +02:00
proddy 2e6cee3429 remove passing mqtt client to function 2020-07-22 16:10:12 +02:00
proddy dbaf6fe4b4 more stable OTA uploads. disable UART and stop Mqtt during upload. 2020-07-22 16:09:43 +02:00
proddy 1c4033fb71 register thermostat with Homeassistant discovery when a new heating circuit is detected 2020-07-22 16:08:59 +02:00
proddy 250f0cc2aa tidied up commands 2020-07-22 10:33:12 +02:00
proddy 993b3b8546 removed onewire library, and replaced with local 2020-07-21 14:43:15 +02:00
proddy 7f01c7d72b make console::loop() static so telnet can be refreshed within lambda functions 2020-07-21 14:42:47 +02:00
proddy 92eaa070b4 various formatting 2020-07-21 14:38:23 +02:00
proddy f632f471f9 remove mqtt subscription to cmd, added telnet message after changing wifi settings, 2020-07-21 14:38:01 +02:00
proddy b5694c71f5 fix rendering of wwcircpumptype and wwcirc 2020-07-21 14:36:58 +02:00
proddy 14dd9fe4c2 b6 2020-07-21 14:36:04 +02:00
proddy 2346682eea fix publish, added subscriptions to show mqtt. Subscribe to cmd during initialization 2020-07-21 14:35:57 +02:00
proddy bab2ac8d65 comment changes 2020-07-21 14:34:35 +02:00
proddy 5f28d75541 added const to help remind us of which value is a boolean 2020-07-21 14:34:08 +02:00
proddy 271971d6b6 remove watch ID when watch set back to 'off' 2020-07-21 14:33:04 +02:00
proddy fbf0b769ea remove extra newline when printing devices to console. Add back delay(1) for stability. 2020-07-21 14:32:46 +02:00
proddy 4eca51c3e2 switch off watch ID when starting new console 2020-07-21 14:31:54 +02:00
proddy 84ff0a66fd comment 2020-07-21 14:31:28 +02:00
proddy a923236ecd send mqtt hearbeat as soon as we have a wifi connection 2020-07-21 14:31:17 +02:00
proddy 915f961828 reduce mqtt queue from 50 to 30, to save of heap memory on the ESP8266 2020-07-20 17:53:19 +02:00
proddy 5486fa9d5b reduce tx queue from 40 to 30 2020-07-20 17:52:52 +02:00
proddy 9396686d2a added MS200/MS100 references 2020-07-20 17:50:11 +02:00
proddy 9612dd37ae debug message change 2020-07-20 17:48:41 +02:00
proddy 840eff4443 removed DEBUG, which caused a crash when compiled with EMSESP_DEBUG flag 2020-07-20 15:56:36 +02:00
proddy 7f71cd4c76 change some descriptions to keep it non-english 2020-07-20 15:56:09 +02:00
proddy bea0ee7726 added bit explaining tx_modes 2020-07-20 15:55:32 +02:00
proddy 64928d0a4e removed some debug statements 2020-07-20 15:55:15 +02:00
proddy 63e75c2d63 standalone w/ web server for testing 2020-07-20 15:54:57 +02:00
proddy cbd3585276 b6 with some mqtt optimizations 2020-07-19 16:52:35 +02:00
proddy 2740c2cf91 tidy up homeassistant mqtt discovery to support multiple heating circuits 2020-07-19 16:52:06 +02:00
proddy 41ce240397 fix mqtt heartbeat, send when wifi is connected 2020-07-19 16:51:28 +02:00
proddy a447ed107b optimize removing setting files for LittleFS 2020-07-19 16:51:03 +02:00
proddy fbc8bee00d desrcibe what tx_modes 1,2 and 3 do 2020-07-19 16:50:44 +02:00
proddy c31324feed resubscribe to mqtt on re-connect - #421 2020-07-19 16:50:29 +02:00
proddy c66070ff4e Make build.sh executable 2020-07-19 13:05:22 +02:00
proddy 8e4ad4eedb +x 2020-07-19 12:57:29 +02:00
proddy a4b6fe4fb4 +x 2020-07-19 12:57:14 +02:00
proddy b1f653fbd0 rollback Wifi Tx power as it caused mqtt to fail 2020-07-19 12:54:34 +02:00
proddy 23446bae94 fix travis 2020-07-19 12:53:59 +02:00
proddy dbc1e38e7a avoid setting +x on .sh script 2020-07-19 10:11:02 +02:00
proddy 0d7c142188 fix web color rendering for mqtt fails 2020-07-18 20:58:17 +02:00
proddy 6cd9113193 reset mqtt fail count when settings change 2020-07-18 20:58:03 +02:00
proddy 938952db57 web package updates 2020-07-18 14:37:38 +02:00
proddy 23928559e1 include txfails in MQTT heartbeat 2020-07-18 11:09:51 +02:00
proddy a0a361db49 MQTT keep alive to 60 seconds and clean session disabled to retain subscriptions/sessions - https://github.com/proddy/EMS-ESP/issues/421#issuecomment-660445223 2020-07-18 10:56:56 +02:00
proddy 5330b7152c make specific note of the default passwords 2020-07-17 23:25:25 +02:00
proddy 0475211040 fix appmenu highlighting 2020-07-17 21:21:57 +02:00
proddy abbe6296ea removed 2020-07-17 20:25:59 +02:00
proddy 6e3061b198 add +x 2020-07-17 20:25:54 +02:00
proddy c1e9405e6a Make build.sh executable 2020-07-17 20:17:21 +02:00
proddy 0766c51a74 Merge remote-tracking branch 'origin/v2_web' into v2 2020-07-17 20:10:27 +02:00
proddy 825b02ce6b bump to b5 2020-07-17 16:54:29 +02:00
proddy 921c28152a minor text change 2020-07-17 16:54:02 +02:00
proddy a0c878a4c4 lower Tx Wifi power to support USB powered gateway - https://github.com/proddy/EMS-ESP/issues/398 2020-07-17 16:53:52 +02:00
proddy b2081aec93 new screenshots 2020-07-17 16:53:08 +02:00
proddy 5569428a55 add back npm gen 2020-07-17 14:25:29 +02:00
proddy 5b229b16dc UI improvements in web 2020-07-17 14:23:41 +02:00
proddy 0e417f0257 remove delay(1) for ESP8266 2020-07-16 22:49:43 +02:00
proddy 7bf93366c0 added littleFS 2020-07-16 22:41:24 +02:00
proddy 8abf2a7154 fix restart 2020-07-16 22:36:04 +02:00
proddy 0305c207d7 formatting 2020-07-16 22:35:51 +02:00
proddy 36ad77511f formatting 2020-07-16 22:35:31 +02:00
proddy a07c46d6f8 move tx error limit to variable (10%) 2020-07-16 22:35:21 +02:00
proddy 50a8c20d56 update url for my esp8266 dev environment 2020-07-16 22:35:01 +02:00
proddy 70b8a43afc added dashboard and settings pages to web 2020-07-16 22:34:40 +02:00
proddy cdd7e79d0b bump to b4 2020-07-16 22:34:21 +02:00
proddy a65c3ac96f moved mqtt and system to correct web pages 2020-07-16 22:34:13 +02:00
proddy 5271f59187 formatting changes 2020-07-16 22:31:27 +02:00
proddy 5fbddc9ac9 tx error limit set to 10% 2020-07-16 22:31:17 +02:00
proddy 57016aca79 text changes 2020-07-16 22:30:48 +02:00