Commit Graph

  • 28bf5c56 Fix regression in including PaulStoffregen/Time which is not comaptible with ESPAsyncWebserver (#445) by Xose Pérez 2018-01-21 18:30:33 +0100
  • 8488e7d5 Add timestamp to debug output by Xose Pérez 2018-01-21 10:56:01 +0100
  • a662083a Fixed crash when calling idbSend from an MQTT callback (#410) by Xose Pérez 2018-01-21 09:30:13 +0100
  • b1542f15 Disable SSDP_SUPPORT if there is no WEB_SUPPORT by Xose Pérez 2018-01-21 01:03:15 +0100
  • b6ca6874 Changed 'time offset' for 'time zone' in web UI copy by Xose Pérez 2018-01-21 00:45:39 +0100
  • 95968a97 Improved NTP support by Xose Pérez 2018-01-21 00:36:06 +0100
  • e268eadd Remove a Serial.print... by Xose Pérez 2018-01-21 00:33:49 +0100
  • c734158d Check current domoticz status to avoid (un)subscribe with every update from the webUI by Xose Pérez 2018-01-21 00:33:08 +0100
  • 3e4313fa Updated NTPClientLib. Support for non full hour time offsets (#265) by Xose Pérez 2018-01-20 01:00:13 +0100
  • 205bb7d9 Simplify scheduler code by Xose Pérez 2018-01-19 23:26:45 +0100
  • de22166d Remove debug message in brokerPublish by Xose Pérez 2018-01-19 23:26:36 +0100
  • 90ce2a8e Local broker by Xose Pérez 2018-01-19 23:00:29 +0100
  • 1087134c Allow overriding several build settings by Xose Pérez 2018-01-19 22:59:32 +0100
  • 8eb22ff9 Changes in time management by Xose Pérez 2018-01-19 22:58:46 +0100
  • 0a6271a8 Moved settings setup debug messages to info by Xose Pérez 2018-01-19 11:42:41 +0100
  • b082d14c Loop hooks by Xose Pérez 2018-01-19 11:34:14 +0100
  • b605cd43 Move hardware code in main file to its own module by Xose Pérez 2018-01-19 10:48:40 +0100
  • 6497238f Option to disable heartbeat. Added 3rd party hooks by Xose Pérez 2018-01-19 10:38:38 +0100
  • 6af8f782 Moved welcome method to utils.ino, renamed as info by Xose Pérez 2018-01-19 10:33:07 +0100
  • 2be5ff3e Add MQTT message ID when in json mode by Xose Pérez 2018-01-19 10:18:30 +0100
  • e13c4111 Exec flag for ota.py by Xose Pérez 2018-01-19 09:31:29 +0100
  • 947f9bab I2C sensors using new i2c interface by Xose Pérez 2018-01-19 09:31:02 +0100
  • bc85600e Remove dependency from Sparkfun BME280 library by Xose Pérez 2018-01-18 23:41:10 +0100
  • eb013624 Better explanation on SSL usage with MQTT by Xose Pérez 2018-01-18 22:29:57 +0100
  • 6c25ae5c Added wifi.ap command to go into AP mode by Xose Pérez 2018-01-18 22:29:37 +0100
  • 1269d33a Add message to info output when in SAFE MODE by Xose Pérez 2018-01-18 22:29:19 +0100
  • 7b07b2be Reduce buffer size of EspSoftwareSerial instances by Xose Pérez 2018-01-18 22:29:00 +0100
  • ca1c1f76 Add MAC to mDNS text fields by Xose Pérez 2018-01-16 22:40:37 +0100
  • 8878f286 Single exit point from idbSend method by Xose Pérez 2018-01-16 22:40:16 +0100
  • f97419d1 Move web third party files to vendor folder by Xose Pérez 2018-01-16 12:06:10 +0100
  • 2dc2b7d1 Checking code with cppcheck by Xose Pérez 2018-01-15 23:48:41 +0100
  • a18554a3 Using a queue for RFBridge messages by Xose Pérez 2018-01-15 22:48:41 +0100
  • c990f0c0 Fix the mqttTopicKey method by Xose Pérez 2018-01-15 22:47:37 +0100
  • c66e5dc9 Option to bypass the confirmation check in ESPurna OTA Manager by Xose Pérez 2018-01-15 22:47:11 +0100
  • f38e4fc5 Fix pulse and pulse_ms order in relay_t structure (#424) by Xose Pérez 2018-01-15 21:55:21 +0100
  • cc873a84 Merged in rhexel/espurna/master (pull request #43) by Xose Pérez 2018-01-15 21:48:36 +0100
  • 90027eb2 More js fixes by Xose Pérez 2018-01-15 20:33:27 +0100
  • a843698b More js fixes by Xose Pérez 2018-01-15 20:30:22 +0100
  • 1d558891 Merged in espurna/dev (pull request #46) by Xose Pérez 2018-01-15 19:55:02 +0100
  • aa512f0b Secondary Serial RX port for H801 and H802 boards (thanks to Pablo Pousada Rial) by Xose Pérez 2018-01-15 19:27:08 +0100
  • e165c578 Normalize code by Xose Pérez 2018-01-15 17:08:10 +0100
  • 3d22402c Merged in qubeck/espurna/dev (pull request #47) by qubeck 2018-01-15 16:00:53 +0000
  • c5db2758 New mqttEnqueue API by Xose Pérez 2018-01-15 16:37:02 +0100
  • 0f948e04 changed alexa change propagation to a queue based impl. to be more efficient by qubeck 2018-01-15 16:09:30 +0100
  • 75d9f34b Introduced alexa device separation via explicit mapping to prevent a race condition on fast changes (e.g. on alexa group state change) by qubeck 2018-01-15 13:56:00 +0100
  • ff56e382 Added hostname and mac placeholders for MQTT base topic by Xose Pérez 2018-01-15 13:51:46 +0100
  • 5228f2c6 Version 1.12.2a by Xose Pérez 2018-01-15 01:37:50 +0100
  • 408f110a Send current wifiScan configuration to web UI by Xose Pérez 2018-01-15 01:37:22 +0100
  • 57bade36 (tag: 1.12.1) Version 1.12.1 by Xose Pérez 2018-01-15 00:01:38 +0100
  • 56d3b362 Changed the order of the hostname and version in side menu. Removed unnedded HTML attributes. by Xose Pérez 2018-01-14 23:59:37 +0100
  • 21b3c6dd Disable websocket code in wifiScan if no WEB_SUPPORT by Xose Pérez 2018-01-14 23:44:32 +0100
  • b7a5c128 Fix webUI layout so signature does not overlay buttons on small screens (#396) by Xose Pérez 2018-01-14 22:19:04 +0100
  • c6e62bde Fix typo in web UI (#421) by Xose Pérez 2018-01-14 22:00:51 +0100
  • 01f933a0 Change default I2C GPIOs for Wemos D1 Relay Shield (#420) by Xose Pérez 2018-01-14 21:35:10 +0100
  • 2f1d7fdc Added hostname to web UI side menu (#404) by Xose Pérez 2018-01-14 21:15:16 +0100
  • 7bed35f0 Free memory from host string in influxDB (#410) by Xose Pérez 2018-01-14 14:27:50 +0100
  • f2e552e7 Update fauxmoESP library to 2.4.2. Removes serial debug messages (#407) by Xose Pérez 2018-01-14 14:15:04 +0100
  • da2c104f Revert I2C clock and clock stretch time change by Xose Pérez 2018-01-14 14:09:07 +0100
  • a5df00b5 Option to disable network scanning (#392, #399). Scan networks from web UI by Xose Pérez 2018-01-14 13:58:16 +0100
  • a716633c Refactor MQTT module by Xose Pérez 2018-01-13 15:34:42 +0100
  • ce9e2a64 Refactor settings module, added settingsCommandRegister by Xose Pérez 2018-01-13 15:21:58 +0100
  • a864df1c Move i2c settings by Xose Pérez 2018-01-13 15:21:33 +0100
  • 4710cd97 Merge remote-tracking branch 'xoseperez/dev' into dev by Rene Hexel 2018-01-13 12:21:29 +1000
  • 7969db6e try 3 by Lazar Obradovic 2018-01-12 16:33:03 +0100
  • 902180db try 2 by Lazar Obradovic 2018-01-12 16:08:44 +0100
  • 023f70d2 lintfixes, try1 by Lazar Obradovic 2018-01-12 15:00:46 +0100
  • aa73aa69 Merged xoseperez/espurna into master by lobradov 2018-01-12 13:21:24 +0100
  • e9b8417f Fix crash caused by a delay in UDP debugging code (#397) by Xose Pérez 2018-01-12 09:01:03 +0100
  • 9e593ada Fix typo in web UI copy (#394) by Xose Pérez 2018-01-11 23:44:46 +0100
  • ec3c5f56 Added option to flash multiple devices from the ESPurna OTA Manager at once by Xose Pérez 2018-01-11 23:32:23 +0100
  • 6da2dbd8 (tag: 1.12.0) Version 1.12.0 by Xose Pérez 2018-01-11 19:02:49 +0100
  • 48c9eee6 Force NTP_SUPPORT to 1 if SCHEDULER_SUPPORT is 1 by Xose Pérez 2018-01-11 19:02:34 +0100
  • 42847e53 Moving firmware images folder by Xose Pérez 2018-01-11 19:01:42 +0100
  • 9c8f9938 Moving things around in the README.md file by Xose Pérez 2018-01-11 18:06:55 +0100
  • 0e601332 mDNS resolving disabled by default by Xose Pérez 2018-01-11 16:44:43 +0100
  • 16f22268 Resolve mDNS (.local) names in MQTT, InfluxDB and NoFUSS modules by Xose Pérez 2018-01-11 16:41:52 +0100
  • 09c97467 Merged xoseperez/espurna into master by lobradov 2018-01-11 15:06:41 +0100
  • 34c72859 Small changes by Xose Pérez 2018-01-11 12:06:58 +0100
  • 05611a9c Send Home Assistant blank message only once by Xose Pérez 2018-01-11 01:09:25 +0100
  • b8bd3021 Fix compatibility issues between python 2.7 and 3.X by Xose Pérez 2018-01-11 00:50:58 +0100
  • ff2b110b Merged in ryan_jarvis/espurna/dev (pull request #45) by Xose Pérez 2018-01-11 00:28:46 +0100
  • b3b05a06 Fix wrong definition in Sonoff Basic and Dual R2 causing worng relay state on boot (#365) by Xose Pérez 2018-01-11 00:21:39 +0100
  • f3421a6a Added BSSID, channel, RSSI and distance to status tab by Xose Pérez 2018-01-10 23:51:26 +0100
  • 006c8f23 Fix delete last scheduler by Xose Pérez 2018-01-10 23:51:02 +0100
  • 757b350c Update fauxmoESP library to 2.4.1 to fix depenency issue (#388) by Xose Pérez 2018-01-10 23:09:50 +0100
  • 7204c46d More cleaning up by Xose Pérez 2018-01-10 22:30:13 +0100
  • 2e7613af Scheduler: web UI layout fixes, allow toggling, change first weeday to Monday, dinamically load relays in dropdown by Xose Pérez 2018-01-10 22:21:29 +0100
  • 13e13422 Merge branch 'dev' into ascheduler by Xose Pérez 2018-01-10 19:26:20 +0100
  • 5d0d64d4 Update JustWifi library to 1.1.6 by Xose Pérez 2018-01-10 19:25:53 +0100
  • 449da520 Clean up code, stick to conventions in settings naming by Xose Pérez 2018-01-10 19:24:28 +0100
  • 9d719421 Merge branch 'dev' into ascheduler by Xose Pérez 2018-01-10 16:48:01 +0100
  • 93cd43d0 Increase zeroconf discovery time. Check if any devices have been found. by Xose Pérez 2018-01-10 16:44:47 +0100
  • be1d716b Added ESPurna Switch board support by Xose Pérez 2018-01-10 16:43:59 +0100
  • 8a7b0a20 Rename terminal commands: reset.wifi to wifi.reset, reset.mqtt to mqtt.reset. Added wiki.scan by Xose Pérez 2018-01-10 16:43:26 +0100
  • 68fbf6a7 Version 1.11.5a by Xose Pérez 2018-01-10 16:42:43 +0100
  • 516fc40f Recover configurations by Xose Pérez 2018-01-09 23:57:28 +0100
  • 94438b49 Add more debug info to MQTT module by Xose Pérez 2018-01-09 23:54:30 +0100
  • d64f2916 Some code fixes and movinig stuff around by Xose Pérez 2018-01-09 23:53:37 +0100
  • eee4c476 Merged in faina09/espurna/dev (pull request #42) by Xose Pérez 2018-01-09 23:28:21 +0100
  • 9062c70e Removed anti-recursion check in Domoticz module by Xose Pérez 2018-01-09 23:01:46 +0100