Xose Pérez
8c463c5a70
Merge branch 'dev' into sensors
Conflicts:
code/espurna/sensors/BH1750Sensor.h
code/espurna/sensors/SI7021Sensor.h
6 years ago
Xose Pérez
c0215f0a16
Error reset on _pre for different sensors
6 years ago
Xose Pérez
96027a5933
Fix hot-unplug-plug test for SI7021 sensor
6 years ago
Xose Pérez
ad9e280d40
Fix hot-unplug-plug test for BH1750 sensor
6 years ago
Xose Pérez
28bf5c56f1
Fix regression in including PaulStoffregen/Time which is not comaptible with ESPAsyncWebserver ( #445 )
6 years ago
Xose Pérez
8488e7d552
Add timestamp to debug output
6 years ago
Xose Pérez
a662083abd
Fixed crash when calling idbSend from an MQTT callback ( #410 )
6 years ago
Xose Pérez
b1542f1574
Disable SSDP_SUPPORT if there is no WEB_SUPPORT
6 years ago
Xose Pérez
b6ca687484
Changed 'time offset' for 'time zone' in web UI copy
6 years ago
Xose Pérez
95968a97c3
Improved NTP support
6 years ago
Xose Pérez
e268eaddf4
Remove a Serial.print...
6 years ago
Xose Pérez
c734158d1c
Check current domoticz status to avoid (un)subscribe with every update from the webUI
6 years ago
Xose Pérez
3e4313fae3
Updated NTPClientLib. Support for non full hour time offsets ( #265 )
6 years ago
Xose Pérez
205bb7d9c1
Simplify scheduler code
6 years ago
Xose Pérez
de22166dca
Remove debug message in brokerPublish
6 years ago
Xose Pérez
90ce2a8e37
Local broker
6 years ago
Xose Pérez
1087134c65
Allow overriding several build settings
6 years ago
Xose Pérez
8eb22ff9bc
Changes in time management
6 years ago
Xose Pérez
0a6271a80a
Moved settings setup debug messages to info
6 years ago
Xose Pérez
b082d14c59
Loop hooks
6 years ago
Xose Pérez
b605cd43cd
Move hardware code in main file to its own module
6 years ago
Xose Pérez
6497238f4b
Option to disable heartbeat. Added 3rd party hooks
6 years ago
Xose Pérez
6af8f78253
Moved welcome method to utils.ino, renamed as info
6 years ago
Xose Pérez
2be5ff3e47
Add MQTT message ID when in json mode
6 years ago
Xose Pérez
e13c411148
Exec flag for ota.py
6 years ago
Xose Pérez
947f9bab73
I2C sensors using new i2c interface
6 years ago
Xose Pérez
bc85600e9c
Remove dependency from Sparkfun BME280 library
6 years ago
Xose Pérez
eb01362481
Better explanation on SSL usage with MQTT
6 years ago
Xose Pérez
6c25ae5c07
Added wifi.ap command to go into AP mode
6 years ago
Xose Pérez
1269d33a7d
Add message to info output when in SAFE MODE
6 years ago
Xose Pérez
7b07b2bec6
Reduce buffer size of EspSoftwareSerial instances
6 years ago
Xose Pérez
ca1c1f7605
Add MAC to mDNS text fields
6 years ago
Xose Pérez
8878f286e9
Single exit point from idbSend method
6 years ago
Xose Pérez
f97419d1a7
Move web third party files to vendor folder
6 years ago
Xose Pérez
2dc2b7d176
Checking code with cppcheck
6 years ago
Xose Pérez
a18554a3f8
Using a queue for RFBridge messages
6 years ago
Xose Pérez
c990f0c0ca
Fix the mqttTopicKey method
6 years ago
Xose Pérez
c66e5dc90c
Option to bypass the confirmation check in ESPurna OTA Manager
6 years ago
Xose Pérez
f38e4fc537
Fix pulse and pulse_ms order in relay_t structure ( #424 )
6 years ago
Xose Pérez
cc873a8471
Merged in rhexel/espurna/master (pull request #43 )
Conflicts:
code/espurna/data/index.html.gz
code/espurna/static/index.html.gz.h
6 years ago
Xose Pérez
90027eb2ee
More js fixes
6 years ago
Xose Pérez
a843698b9f
More js fixes
6 years ago
Xose Pérez
1d558891b6
Merged in espurna/dev (pull request #46 )
Conflicts:
code/html/custom.js
6 years ago
Xose Pérez
aa512f0b26
Secondary Serial RX port for H801 and H802 boards (thanks to Pablo Pousada Rial)
6 years ago
Xose Pérez
e165c578a5
Normalize code
6 years ago
qubeck
3d22402c81
Merged in qubeck/espurna/dev (pull request #47 )
Introduced queuing of alexa device changes to prevent a race condition on fast changes (e.g. on alexa group state change)
Approved-by: Xose Pérez <xose.perez@gmail.com>
6 years ago
Xose Pérez
c5db2758de
New mqttEnqueue API
6 years ago
qubeck
0f948e0498
changed alexa change propagation to a queue based impl. to be more efficient
6 years ago
qubeck
75d9f34be6
Introduced alexa device separation via explicit mapping to prevent a race condition on fast changes (e.g. on alexa group state change)
6 years ago
Xose Pérez
ff56e38254
Added hostname and mac placeholders for MQTT base topic
6 years ago