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
Xose Pérez
4b557535e6
Defer wifi disconnection from web interface to allow request to return
7 years ago
Xose Pérez
ff81326846
Version and year bump
7 years ago
Xose Pérez
b511e65905
Version 1.4.0
7 years ago
Xose Pérez
7a67f81e40
#14 More reliable MQTT connection
7 years ago
Xose Pérez
74b8852e00
Using default client_id from AsyncMqttClient, now for real
7 years ago
Xose Pérez
6d6878d59f
Changes in MQTT calls. Using default client_id from AsyncMqttClient
7 years ago
Xose Pérez
bacc2c2b92
Arduino IDE compatibility ( #18 ) - Renamed src folder and main file as 'espurna'
7 years ago
Xose Pérez
1fc8fd0dfa
Skip retained messages
7 years ago
Xose Pérez
1425a8dded
Refactor settings getters and setters
7 years ago
Xose Pérez
adb290e9dd
Fixed #14 MQTT Connection with Username an Password not working
7 years ago
Xose Pérez
e8b1a0c41d
Publish/subscriber pattern for MQTT events (relay & websockets)
8 years ago
Xose Pérez
d1c8435b2d
Added synchornise all option for multi-relay boards
8 years ago
Xose Pérez
11434301e0
* Support for ITead's Sonoff Dual
* Support for Electrodragon's ESP Relay Board
* Support for multi-relay boards
* Changed relay MQTT topics
* Changed relay API entry points
* Removed non-secure api entry points
8 years ago
Xose Pérez
4da4affdb7
Changed WS auth and added REST API key
8 years ago
Xose Pérez
9f88c59262
REST entry point for relay management, supporting GET and PUT
8 years ago
Xose Pérez
866f8138e7
Migrated to AsyncWebServer, AsyncWebSocket and AsyncMqttClient
8 years ago