81 Commits (bd86de02fb6f2bec8038d45b68787eadd6b76296)

Author SHA1 Message Date
  Xose Pérez d1abe1fc65 Option to disable MQTT at build time 6 years ago
  Xose Pérez 3518a7bc5e Websocket callbacks (part 2) 6 years ago
  Xose Pérez b34da11508 Moving MDNS code to its own module 6 years ago
  Xose Pérez 7b101f6791 Websocket callbacks 6 years ago
  Xose Pérez e83c5495de Unify reset calls 6 years ago
  Xose Pérez 66d209ab33 Unsibscribe to all MQTT topics before subscribing to new ones 6 years ago
  Xose Pérez d2e889cda2 Typo fixes 7 years ago
  Xose Pérez 95459567d9 Small changes, caching some values 7 years ago
  Xose Pérez 5da7c24bff Removed debug line 7 years ago
  Xose Pérez 3c848d13b1 Replace MQTT_MAX_TRIES disabling feature with an increasing reconnection interval (issue #215) 7 years ago
  Xose Pérez 91847c5659 Added MQTT debug info about will topic, QoS and retain flag 7 years ago
  Xose Pérez f2030d1f63 Fix bad merge 7 years ago
  Xose Pérez 9411ddcf1f Fix WiFiSecureClient connection for SSL when MQTT_USE_ASYNC=0 7 years ago
  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