73 Commits (6f5c62762569f7ef828cc4b2c514587ee134cec8)

Author SHA1 Message Date
  Xose Pérez b4466f5436 Debug info 7 years ago
  Xose Pérez 8421154791 Fix DEBUG_XXXX_SUPPORT compile checks 7 years ago
  Xose Pérez a1b88a5088 Further info in the debug log 7 years ago
  Xose Pérez 59501cc3ba Reset connection try count on MQTT config changes, private variables renaming 7 years ago
  Xose Pérez 7cc4841eca Fix disconnect callback for sync library 7 years ago
  Xose Pérez 173a30c4a9 Home Assistant auto-discovery feature 7 years ago
  Florian Pfeiffer 624b08b636 Add #defines for MQTT Username+Password 7 years ago
  Xose Pérez 921c2e7726 MQTT autodiscover and autoconnect features 7 years ago
  Xose Pérez 9d14a9cc78 Option to disable MQTT connection from web interface 7 years ago
  Xose Pérez 20bc69340c Testing SSL with PubSubClient 7 years ago
  Xose Pérez ce907eb2ee Option to build without NTP support 7 years ago
  Xose Pérez f9fba898c6 Small changes in config variables 7 years ago
  Xose Pérez 68c90c1cc0 Fix bug using snprintf 7 years ago
  Xose Pérez f7cf9a691f Replaced sprintf with safer snprintf 7 years ago
  Xose Pérez 9750bf26bb Moved strings to PROGMEM, 160 bytes saved in memory 7 years ago
  Xose Pérez eb79642f2e Major refactor of device flags 7 years ago
  Xose Pérez c6b26efbb7 Merge 7 years ago
  Xose Pérez 3cf7d32478 Change the way dimmer light work and a whole lot of other stuff 7 years ago
  Xose Pérez fa35049203 Fix bad reference to BAD_TLS_FINGERPRINT with no SSL support 7 years ago
  Xose Pérez 2531bc638a Issue #185. Discard MQTT messages with payload size 0 7 years ago
  Xose Pérez 65de183a07 Added onPublish and onSubscribe callback and onDisconnect reasons to MQTT debug log 7 years ago
  Xose Pérez c066d7165d Added comments to general.h file 7 years ago
  Xose Pérez 63b02da68f MQTT to RF bridge 7 years ago
  Xose Pérez 82beb8930f Issue #171. Fix corrupted will message 7 years ago
  Xose Pérez a27c8a3145 Return time in ISO format 7 years ago
  Xose Pérez 629309bde2 Define MQTT mode with a soft setting 7 years ago
  Xose Pérez 4c5d8d804b Helper methods to aggregate MQTT messages in JSON format 7 years ago
  Xose Pérez 3783b35e05 Added official (kinda) SSL support in async-mqtt-client 7 years ago
  Xose Pérez e349c6991b Added custom reset messages 7 years ago
  Xose Pérez 67546d1893 Issue #115. Removed local declaration of _mqttForward variable 7 years ago
  Xose Pérez 9c6ae488ca Force MQTT root topic to have a trailing slash, removing it from the subtopics 7 years ago
  Xose Pérez aecbacf91b Fix MQTT will topic pointer. Thanks to Asbjorn Tronhus 7 years ago
  Xose Pérez 041fc9adc5 Support for SSL in AsyncMQTTClient. Not functional yet 7 years ago
  Xose Pérez 8c54488fa1 Moving debug strings to PROGMEM. ~1.5KBytes of heap memory freed 7 years ago
  Xose Pérez 6b1803d389 Refactor MQTT topics and reports setting names 7 years ago
  David Guillen Fandos d1f03b0754 Fixing use after free bug that leads to corrupted auth credentials 7 years ago
  Xose Pérez aaa562696e Fix reference to old setting 7 years ago
  Xose Pérez e0abce8f0b Helper methods for MQTT sending, subscribing and forwarding 7 years ago
  Xose Pérez 77d7a48d5f Discard empty MQTT topics when subscribing 7 years ago
  Xose Pérez 635fcf9a0b Periodic MQTT reports configuration 7 years ago
  Xose Pérez b203757b5c Using ESP.restart() instead of ESP.reset() 7 years ago
  Xose Pérez 04ba425678 Using PubSubClient by default 7 years ago
  Xose Pérez 042ceb904c Fix memory leak in MQTT connection method 7 years ago
  Xose Pérez b14f5cf6e6 Check if there is an MQTT broker defined before the MQTT_MAX_TRIES check 7 years ago
  Xose Pérez 4b301d6620 Force WiFi reconnect after MQTT_MAX_TRIES 7 years ago
  Xose Pérez a1a774198c Added MQTT message to reset the board 7 years ago
  Xose Pérez 7e51b031f6 Fix MQTT will topic 7 years ago
  Xose Pérez e4ea3b0f66 Small fixes, mostly comments and debug 7 years ago
  Xose Pérez 52a63b1849 Changes in file comment headers 7 years ago
  Xose Pérez 252bcbdded Force MQTT close client before reconnecting. Revert back to latest ESPAsyncTCP 7 years ago