Xose Pérez
85b195e27d
Change CRC error copy in web interface
2018-01-21 20:03:22 +01:00
Xose Pérez
90c51552c7
Fix hot-unplug-plug test for Dallas sensor
2018-01-21 20:03:04 +01:00
Xose Pérez
07181b4b9d
Disable BH1750 sensor by default
2018-01-21 20:02:40 +01:00
Xose Pérez
feffc290cc
Sensor type, value and slot methods should not set error values
2018-01-21 19:35:35 +01:00
Xose Pérez
8c463c5a70
Merge branch 'dev' into sensors
...
Conflicts:
code/espurna/sensors/BH1750Sensor.h
code/espurna/sensors/SI7021Sensor.h
2018-01-21 19:27:12 +01:00
Xose Pérez
c0215f0a16
Error reset on _pre for different sensors
2018-01-21 19:19:16 +01:00
Xose Pérez
96027a5933
Fix hot-unplug-plug test for SI7021 sensor
2018-01-21 19:05:25 +01:00
Xose Pérez
ad9e280d40
Fix hot-unplug-plug test for BH1750 sensor
2018-01-21 19:05:14 +01:00
Xose Pérez
28bf5c56f1
Fix regression in including PaulStoffregen/Time which is not comaptible with ESPAsyncWebserver ( #445 )
2018-01-21 18:30:33 +01:00
Xose Pérez
8488e7d552
Add timestamp to debug output
2018-01-21 10:56:01 +01:00
Xose Pérez
a662083abd
Fixed crash when calling idbSend from an MQTT callback ( #410 )
2018-01-21 09:30:13 +01:00
Xose Pérez
b1542f1574
Disable SSDP_SUPPORT if there is no WEB_SUPPORT
2018-01-21 01:03:15 +01:00
Xose Pérez
b6ca687484
Changed 'time offset' for 'time zone' in web UI copy
2018-01-21 00:45:39 +01:00
Xose Pérez
95968a97c3
Improved NTP support
2018-01-21 00:36:06 +01:00
Xose Pérez
e268eaddf4
Remove a Serial.print...
2018-01-21 00:33:49 +01:00
Xose Pérez
c734158d1c
Check current domoticz status to avoid (un)subscribe with every update from the webUI
2018-01-21 00:33:08 +01:00
Xose Pérez
3e4313fae3
Updated NTPClientLib. Support for non full hour time offsets ( #265 )
2018-01-20 01:00:13 +01:00
Xose Pérez
205bb7d9c1
Simplify scheduler code
2018-01-19 23:26:45 +01:00
Xose Pérez
de22166dca
Remove debug message in brokerPublish
2018-01-19 23:26:36 +01:00
Xose Pérez
90ce2a8e37
Local broker
2018-01-19 23:00:29 +01:00
Xose Pérez
1087134c65
Allow overriding several build settings
2018-01-19 22:59:32 +01:00
Xose Pérez
8eb22ff9bc
Changes in time management
2018-01-19 22:58:46 +01:00
Xose Pérez
0a6271a80a
Moved settings setup debug messages to info
2018-01-19 11:42:41 +01:00
Xose Pérez
b082d14c59
Loop hooks
2018-01-19 11:34:14 +01:00
Xose Pérez
b605cd43cd
Move hardware code in main file to its own module
2018-01-19 10:48:40 +01:00
Xose Pérez
6497238f4b
Option to disable heartbeat. Added 3rd party hooks
2018-01-19 10:38:38 +01:00
Xose Pérez
6af8f78253
Moved welcome method to utils.ino, renamed as info
2018-01-19 10:33:07 +01:00
Xose Pérez
2be5ff3e47
Add MQTT message ID when in json mode
2018-01-19 10:18:30 +01:00
Xose Pérez
e13c411148
Exec flag for ota.py
2018-01-19 09:31:29 +01:00
Xose Pérez
947f9bab73
I2C sensors using new i2c interface
2018-01-19 09:31:02 +01:00
Xose Pérez
bc85600e9c
Remove dependency from Sparkfun BME280 library
2018-01-18 23:41:10 +01:00
Xose Pérez
eb01362481
Better explanation on SSL usage with MQTT
2018-01-18 22:29:57 +01:00
Xose Pérez
6c25ae5c07
Added wifi.ap command to go into AP mode
2018-01-18 22:29:37 +01:00
Xose Pérez
1269d33a7d
Add message to info output when in SAFE MODE
2018-01-18 22:29:19 +01:00
Xose Pérez
7b07b2bec6
Reduce buffer size of EspSoftwareSerial instances
2018-01-18 22:29:00 +01:00
Xose Pérez
ca1c1f7605
Add MAC to mDNS text fields
2018-01-16 22:40:37 +01:00
Xose Pérez
8878f286e9
Single exit point from idbSend method
2018-01-16 22:40:16 +01:00
Xose Pérez
f97419d1a7
Move web third party files to vendor folder
2018-01-16 12:06:10 +01:00
Xose Pérez
2dc2b7d176
Checking code with cppcheck
2018-01-15 23:48:41 +01:00
Xose Pérez
a18554a3f8
Using a queue for RFBridge messages
2018-01-15 22:48:41 +01:00
Xose Pérez
c990f0c0ca
Fix the mqttTopicKey method
2018-01-15 22:47:37 +01:00
Xose Pérez
c66e5dc90c
Option to bypass the confirmation check in ESPurna OTA Manager
2018-01-15 22:47:11 +01:00
Xose Pérez
f38e4fc537
Fix pulse and pulse_ms order in relay_t structure ( #424 )
2018-01-15 21:55:21 +01:00
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
2018-01-15 21:48:36 +01:00
Xose Pérez
90027eb2ee
More js fixes
2018-01-15 20:33:27 +01:00
Xose Pérez
a843698b9f
More js fixes
2018-01-15 20:30:22 +01:00
Xose Pérez
1d558891b6
Merged in espurna/dev (pull request #46 )
...
Conflicts:
code/html/custom.js
2018-01-15 19:55:02 +01:00
Xose Pérez
aa512f0b26
Secondary Serial RX port for H801 and H802 boards (thanks to Pablo Pousada Rial)
2018-01-15 19:27:08 +01:00
Xose Pérez
e165c578a5
Normalize code
2018-01-15 17:08:10 +01:00
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 >
2018-01-15 16:00:53 +00:00