Commit Graph
1041 Commits
Author SHA1 Message Date
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 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 5bad7accf0 Merge pull request #430 from MichaelDvP/v2
uart as measured in https://github.com/proddy/EMS-ESP/issues/398
2020-07-21 21:00:22 +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 a923236ecd send mqtt hearbeat as soon as we have a wifi connection 2020-07-21 14:31:17 +02:00
MichaelDvP 01ce088791 update uart 2020-07-21 14:02:35 +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 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 c31324feed resubscribe to mqtt on re-connect - #421 2020-07-19 16:50:29 +02:00
proddy 6cd9113193 reset mqtt fail count when settings change 2020-07-18 20:58:03 +02:00
proddy 23928559e1 include txfails in MQTT heartbeat 2020-07-18 11:09:51 +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 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 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 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 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
proddy a9b56dce4d fix su password check 2020-07-16 16:20:26 +02:00
proddy 0f5bc4754e added format command 2020-07-08 19:15:42 +02:00
proddy 1477e816e7 minor changes to error messages 2020-07-08 19:15:12 +02:00
proddy ca130576fd added back format console command 2020-07-08 19:14:47 +02:00
proddy 8a413b19de remove ? as a brand type 2020-07-08 12:31:09 +02:00
proddy 9ce01430c8 fix ssid for esp8266 2020-07-07 23:23:36 +02:00