Commit Graph
1578 Commits
Author SHA1 Message Date
Johannes Wagner 665221e628 add Bosch MB LAN 2 as alternative gateway name 2020-07-22 19:04:50 +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 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 e9ef79a7c4 local copyu of 1-wire 2020-07-21 15:01:40 +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
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 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