Commit Graph

  • ec989ca4 Accept single MQTT color value for white by Xose Pérez 2017-02-24 23:26:56 +0100
  • 8924d1b1 MY9291 and color picker by Xose Pérez 2017-02-24 23:16:51 +0100
  • fa7ad3aa (tag: 1.6.6) Update README.md and CHANGELOG.md files by Xose Pérez 2017-02-23 23:36:01 +0100
  • 49a8e9ff Issue #84. prevent using the hardware serial in the Dual for debug messages by Xose Pérez 2017-02-23 23:29:23 +0100
  • b203757b Using ESP.restart() instead of ESP.reset() by Xose Pérez 2017-02-23 21:20:15 +0100
  • 6f0e08b0 (tag: 1.6.5) Version bump & updated changelog by Xose Pérez 2017-02-22 22:27:46 +0100
  • 34116ac1 Basic check of the uploaded config file by Xose Pérez 2017-02-22 21:30:09 +0100
  • 171febec Processed web interfaces files by Xose Pérez 2017-02-22 19:08:32 +0100
  • 23fae3e1 Added footer to web interface by Xose Pérez 2017-02-22 19:06:21 +0100
  • 39a81ea5 Backup and restore settings from file by Xose Pérez 2017-02-22 19:05:46 +0100
  • 0c1da2c7 Fix gulp task dependencies by Xose Pérez 2017-02-22 19:05:07 +0100
  • 99a964ee Setting default behaviours for double & long clicks to BUTTON_MODE_NONE for all buttons except the first one by Xose Pérez 2017-02-22 10:44:11 +0100
  • 91770f77 Fix wifi_led index in showStatus by Xose Pérez 2017-02-22 10:29:43 +0100
  • 09a8a669 Issue #73. Fix bug when building project without support for Domoticz by Xose Pérez 2017-02-22 09:56:17 +0100
  • 562453b1 Unified build_flags. Fix jangoe boards type by Xose Pérez 2017-02-22 09:49:43 +0100
  • 04ba4256 Using PubSubClient by default by Xose Pérez 2017-02-21 19:12:48 +0100
  • 3d237618 Updated beta version by Xose Pérez 2017-02-21 19:12:31 +0100
  • 758d166c Cleaner web embedding process by Xose Pérez 2017-02-20 23:34:40 +0100
  • 9663a65d (tag: 1.6.4) Version 1.6.4 by Xose Pérez 2017-02-20 21:50:17 +0100
  • 57a25a9f Small fixes for windows machines by Xose Pérez 2017-02-20 21:28:25 +0100
  • 809f8c7d Using espurna.local when in AP mode. Removed captive portal by Xose Pérez 2017-02-20 21:27:56 +0100
  • 833757a3 Issue #75. User defined links between relays and LEDs by Xose Pérez 2017-02-19 23:57:21 +0100
  • 698671fc Using GIT references for ESPAsyncTCP and ESPAsyncWebServer by Xose Pérez 2017-02-19 23:08:41 +0100
  • be1fac2f Using gulp to generate the embedded web contents, added Last-Modifier support to embedded home by Xose Pérez 2017-02-19 19:29:51 +0100
  • 8848899d Show current webserver port in debug log by Xose Pérez 2017-02-19 00:59:52 +0100
  • 160e0f9b Added build flag to disable mDNS, default is enabled by Xose Pérez 2017-02-19 00:59:35 +0100
  • 6f793ff3 Added support for progmem debug messages by Xose Pérez 2017-02-19 00:39:30 +0100
  • bb81d70f Beta version by Xose Pérez 2017-02-18 23:11:10 +0100
  • faf8b1d9 Changed HTTP response code when out of websocket slots by Xose Pérez 2017-02-18 23:08:48 +0100
  • c8a6234a When setting AP mode it will wait 60 seconds before trying to reconnect by Xose Pérez 2017-02-18 23:08:21 +0100
  • cecd7d55 Disable captive portal by default by Xose Pérez 2017-02-18 23:07:20 +0100
  • cb393867 Allow to change relay status using GET requests by Xose Pérez 2017-02-18 00:54:54 +0100
  • 69984e02 Experimental option to embed the web interface in the firmware image by Xose Pérez 2017-02-18 00:39:30 +0100
  • ec811f72 Authentication chanllenge only in /auth request by Xose Pérez 2017-02-17 23:43:18 +0100
  • 35c1b9a3 Move WIFI status code to its own routine by Xose Pérez 2017-02-17 23:42:22 +0100
  • 42359d4d Show free heap in debug console even if no MQTT connection by Xose Pérez 2017-02-17 23:41:28 +0100
  • 042ceb90 Fix memory leak in MQTT connection method by Xose Pérez 2017-02-17 23:40:41 +0100
  • 9d9f0e9a Embed images and favicon into HTML file by Xose Pérez 2017-02-17 23:38:29 +0100
  • 6ed59b53 (tag: 1.6.3) Version bump by Xose Pérez 2017-02-16 00:27:43 +0100
  • a65018f1 Fix new network auto-expand by Xose Pérez 2017-02-16 00:21:29 +0100
  • 48c82265 Fix network clean up by Xose Pérez 2017-02-16 00:21:15 +0100
  • f67dc8a2 Added status command to terminal interface by Xose Pérez 2017-02-16 00:20:55 +0100
  • eed5acc3 Unified web file to improve reliability by Xose Pérez 2017-02-15 17:23:06 +0100
  • c578d7e8 Expand network configuration when adding a new network by Xose Pérez 2017-02-15 00:19:18 +0100
  • 21a11fd9 Issue #71. Replace placeholder hints with default values for netmask and dns fields by Xose Pérez 2017-02-15 00:19:04 +0100
  • 6402af4a Issue #69. Allow temperatures to be reported in Fahrenheit degrees by Xose Pérez 2017-02-15 00:12:44 +0100
  • 4a65bdf1 Removed unnecessary code by Xose Pérez 2017-02-14 23:32:00 +0100
  • bab4c9d4 Option to change the port the embedded webserver is listening to, defaults to 80 by Xose Pérez 2017-02-14 00:21:07 +0100
  • 8354323e Update support for IteadStudio Motor Clockwise/Anticlockwise board by Xose Pérez 2017-02-13 23:43:10 +0100
  • 1aeb66d6 LED in 1CH uses inverted logic by Xose Pérez 2017-02-13 20:49:37 +0100
  • dc5c7020 Do not scan networks if just one network defined by Xose Pérez 2017-02-13 20:29:04 +0100
  • 607e9bf1 Added OTA environment for Itead 1CH board by Xose Pérez 2017-02-13 19:50:54 +0100
  • f126ff12 Fix and clean configuration for the Itead Studio 1CH inching board by Xose Pérez 2017-02-13 16:09:23 +0100
  • 6ba240b6 Fix platform environment for ESP8285 boards: Sonoff 4CH and Touch by Xose Pérez 2017-02-11 01:00:43 +0100
  • 04c6fdb1 Rename connect method in JS and add some feedback messages by Xose Pérez 2017-02-11 00:29:03 +0100
  • 0ce667fb Merge branch 'master' into dev by Xose Pérez 2017-02-10 23:29:44 +0100
  • b14f5cf6 (tag: 1.6.2) Check if there is an MQTT broker defined before the MQTT_MAX_TRIES check by Xose Pérez 2017-02-10 23:28:34 +0100
  • a4a58c01 Option to disable password change when using default password by Xose Pérez 2017-02-10 14:27:46 +0100
  • 0f125d6e Force device in AP mode to use 192.168.4.1 always by Xose Pérez 2017-02-10 14:27:08 +0100
  • 2abe3b0a (tag: 1.6.1) Fix variable name bug by Xose Pérez 2017-02-10 12:37:22 +0100
  • 4e299c5a Removed unsupported board from pics by Xose Pérez 2017-02-10 12:00:28 +0100
  • 9cd4ba63 Version 1.6.1 by Xose Pérez 2017-02-10 10:16:42 +0100
  • a7d6a11b Added support for Jorge Garcia's Wifi+Relays Board Kit by Xose Pérez 2017-02-10 10:09:34 +0100
  • f47128ac Removed voltage report from EMON module. Refactor by Xose Pérez 2017-02-10 09:40:47 +0100
  • a6b69789 Merge branch 'dev' of bitbucket.org:xoseperez/espurna into dev by Xose Pérez 2017-02-10 09:17:14 +0100
  • b5e59e90 Merged in ToniAr/espurna/sonoff_pow_domoticz_energyincrement (pull request #11) by ToniA 2017-02-10 08:13:51 +0000
  • c1bbd6d5 Make the tabindex values unique and ascending by Toni Arte 2017-02-10 08:09:21 +0200
  • 2f12e66b Add a separate incremental energy counter into the Domoticz MQTT interface by Toni Arte 2017-02-09 12:41:15 +0200
  • 7e94eac0 Merged in ToniAr/espurna/sonoff_th10_ota (pull request #8) by Xose Pérez 2017-02-08 21:14:52 +0000
  • b3ebc249 Merged in ToniAr/espurna/sonoff_pow_domoticz_current (pull request #9) by Xose Pérez 2017-02-08 21:14:07 +0000
  • b0a781f5 Relay pulse using ticker.once by Xose Pérez 2017-02-08 14:21:32 +0100
  • 5899648d Add Domoticz 'Voltage' and 'Current' support for EMON #2 by Toni Arte 2017-02-07 12:45:54 +0200
  • bdd04143 Revert binary files by Toni Arte 2017-02-07 12:43:36 +0200
  • 62311440 Add Domoticz 'Voltage' and 'Current' support for EMON by Toni Arte 2017-02-07 12:42:59 +0200
  • d448fb67 Add Domoticz 'current' sensor capability to Sonoff POW by Toni Arte 2017-02-07 11:07:40 +0200
  • 29c5ece8 OTA for Sonoff TH10/TH16 by Toni Arte 2017-02-07 11:01:54 +0200
  • 4b09fb43 Simplify Sonoff Dual button handling by Xose Pérez 2017-02-06 13:38:59 +0100
  • 4b301d66 Force WiFi reconnect after MQTT_MAX_TRIES by Xose Pérez 2017-02-06 10:09:16 +0100
  • b0c9178e Update README by Xose Pérez 2017-02-05 16:35:19 +0100
  • e0ea7fef (tag: 1.6.0) Version 1.6.0 by Xose Pérez 2017-02-05 15:32:05 +0100
  • 97b43cd3 Small changes by Xose Pérez 2017-02-05 15:25:42 +0100
  • 6d86a710 Map button events to actions by Xose Pérez 2017-02-05 13:39:22 +0100
  • ad1b6277 Reporting energy incrementals (domoticz, MQTT). Removed energy API entry point by Xose Pérez 2017-02-05 11:40:13 +0100
  • 1e8991e1 Sending voltage to domoticz for HLW8012 by Xose Pérez 2017-02-05 10:35:02 +0100
  • 59829552 Changed some config default values by Xose Pérez 2017-02-05 10:33:57 +0100
  • 5ac123f5 Merge branch 'toggle-switch' into dev by Xose Pérez 2017-02-05 10:11:56 +0100
  • 5fc9c703 Merge branch 'remote-reset' into dev by Xose Pérez 2017-02-05 10:11:49 +0100
  • c3111398 Merge branch 'adc121' into dev by Xose Pérez 2017-02-05 10:11:34 +0100
  • f7280c57 Merge branch 'master' into dev by Xose Pérez 2017-02-03 11:25:40 +0100
  • 7874aec2 (tag: 1.5.4) Version bump by Xose Pérez 2017-02-03 11:10:51 +0100
  • ae11c5ea Issue #50. Fix type bug in window variable when calculating energy for HLW8012 devices (Sonoff POW) by Xose Pérez 2017-02-03 11:09:36 +0100
  • bd4a6081 Added RPC entry point to RESET the board by Xose Pérez 2017-02-03 11:07:09 +0100
  • a1a77419 Added MQTT message to reset the board by Xose Pérez 2017-02-03 10:45:43 +0100
  • 399949da Added inline documentation to hardware.h file by Xose Pérez 2017-02-02 12:34:32 +0100
  • c19d5868 Merge branch 'dev' into toggle-switch by Xose Pérez 2017-02-02 12:19:02 +0100
  • 1f7d3674 Update apparent power in web interface from emon module by Xose Pérez 2017-02-02 12:17:37 +0100
  • cec57d26 Check if MQTT message is from domoticz previous to parse it in relay module by Xose Pérez 2017-02-02 12:02:14 +0100
  • 5b2a7a34 Do not bypass current clamp measurement if relay is off by Xose Pérez 2017-02-02 12:01:18 +0100
  • d4e55677 Merge branch 'dev' into adc121 by Xose Pérez 2017-02-02 11:43:23 +0100
  • 7eeacd15 (tag: 1.5.3) Version bump. Changelog update. by Xose Pérez 2017-02-02 11:38:23 +0100