Commit Graph

1164 Commits

Author SHA1 Message Date
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
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
Xose Pérez
c5db2758de New mqttEnqueue API 2018-01-15 16:37:02 +01:00
qubeck
0f948e0498 changed alexa change propagation to a queue based impl. to be more efficient 2018-01-15 16:09:30 +01:00
qubeck
75d9f34be6 Introduced alexa device separation via explicit mapping to prevent a race condition on fast changes (e.g. on alexa group state change) 2018-01-15 13:56:00 +01:00
Xose Pérez
ff56e38254 Added hostname and mac placeholders for MQTT base topic 2018-01-15 13:51:46 +01:00
Xose Pérez
5228f2c688 Version 1.12.2a 2018-01-15 01:37:50 +01:00
Xose Pérez
408f110afa Send current wifiScan configuration to web UI 2018-01-15 01:37:22 +01:00
Xose Pérez
57bade36ed Version 1.12.1 2018-01-15 00:01:38 +01:00
Xose Pérez
56d3b36296 Changed the order of the hostname and version in side menu. Removed unnedded HTML attributes. 2018-01-14 23:59:37 +01:00
Xose Pérez
21b3c6dd85 Disable websocket code in wifiScan if no WEB_SUPPORT 2018-01-14 23:44:32 +01:00
Xose Pérez
b7a5c128df Fix webUI layout so signature does not overlay buttons on small screens (#396) 2018-01-14 22:19:04 +01:00
Xose Pérez
c6e62bde36 Fix typo in web UI (#421) 2018-01-14 22:00:51 +01:00
Xose Pérez
01f933a061 Change default I2C GPIOs for Wemos D1 Relay Shield (#420) 2018-01-14 21:35:10 +01:00