Commit Graph

  • 24d0aa0b Issues #50 and #54. Fix domoticz sensor message format. Added energy calculation by Xose Pérez 2017-02-02 11:34:46 +0100
  • 5cd20644 Fix typo in index.html that made hidden fields show up in the web interface even if the module they were associated to was not enabled by Xose Pérez 2017-01-30 23:10:20 +0100
  • 5aa74159 Version bump by Xose Pérez 2017-01-29 22:33:12 +0100
  • 6175a31a Fix bug in emon topic payload by Xose Pérez 2017-01-29 22:31:48 +0100
  • 3e283b7f README.md edited online with Bitbucket by Xose Pérez 2017-01-28 18:06:53 +0000
  • bac4f638 Format supported hardware images table by Xose Pérez 2017-01-28 18:03:53 +0000
  • df907edb README.md edited online with Bitbucket by Xose Pérez 2017-01-28 17:57:03 +0000
  • 714d6375 Fix mqtt relay image by Xose Pérez 2017-01-28 18:55:15 +0100
  • 12b405a7 (tag: 1.5.1) Version bump and changelog update by Xose Pérez 2017-01-28 18:53:05 +0100
  • 9604385a Merged in denisfrench/espurna/mqtt_relay (pull request #7) by Xose Pérez 2017-01-28 17:48:07 +0000
  • 61f487c1 Remove FAUXMO build define switch from mqtt-relay environment by denisfrench 2017-01-28 19:44:40 +1100
  • 191c4e9d Manually copy-in hardware.h changes after rebase by denisfrench 2017-01-28 17:47:58 +1100
  • 786af765 Resolve messy rebase by denisfrench 2017-01-28 17:32:11 +1100
  • 20646803 Rename wifi-relay to mqtt-relay to deconfict with other hardware by denisfrench 2017-01-28 15:34:29 +1100
  • 7b924a73 Add #define RELAY1_PIN_INVERSE 0 to hardware.h by denisfrench 2017-01-12 20:36:56 +1100
  • 7e6cb255 Add support for WiFi MQTT Relay / Thermostat from OpenEnergyMonitor here; https://guide.openenergymonitor.org/integrations/mqtt-relay/ by denisfrench 2017-01-07 15:53:39 +1100
  • 925af81e Changed fs build command to use local gulp instance by Xose Pérez 2017-01-23 11:50:52 +0100
  • dd4e2037 I2C and ADC121 implementation by Xose Pérez 2017-01-22 23:47:58 +0100
  • 4e0e8038 Reset NTP connection from the JustWifi connection callback by Xose Pérez 2017-01-22 22:00:18 +0100
  • 9fa301e5 Write back relay bit mask if RELAY_MODE_TOOGLE by Xose Pérez 2017-01-22 20:19:12 +0100
  • 50915f0f Support for toggle switches by Xose Pérez 2017-01-22 05:24:28 +0100
  • 53516f89 CHANGELOG.md edited online with Bitbucket by Xose Pérez 2017-01-21 19:28:13 +0000
  • 35f2f342 Update changelog with missing feat in version 1.5.0 by Xose Pérez 2017-01-21 20:26:58 +0100
  • 02b90981 Update README.md by Xose Pérez 2017-01-21 20:24:54 +0100
  • ef21b3b6 (tag: 1.5.0) Merge branch 'master' of bitbucket.org:xoseperez/espurna by Xose Pérez 2017-01-21 19:51:53 +0100
  • dad09707 Version bump and changelog update by Xose Pérez 2017-01-21 19:49:19 +0100
  • f7ca11b0 Merge pull request #6 from phuonglm/espurna/revert-state by Xose Pérez 2017-01-21 19:40:53 +0100
  • d140d454 Merge branch 'revert-state' of https://bitbucket.org/phuonglm/espurna into revert-state by Xose Pérez 2017-01-21 19:38:36 +0100
  • c7e90745 Enable revert state mode by Ly Minh Phuong 2017-01-21 21:03:47 +0700
  • 758e32d1 Add new boards to build script by Xose Pérez 2017-01-21 18:26:57 +0100
  • 69c3f407 Fix argument type in buttonMQTT for Sonoff Dual by Xose Pérez 2017-01-21 18:26:27 +0100
  • 4890de16 Merge branch 'inching' into dev by Xose Pérez 2017-01-21 17:03:11 +0100
  • 6a368266 Fix rare bug... by Xose Pérez 2017-01-21 17:02:38 +0100
  • b32fa7f7 Merge branch 'apis' into dev by Xose Pérez 2017-01-21 16:59:38 +0100
  • 7e51b031 Fix MQTT will topic by Xose Pérez 2017-01-21 15:38:38 +0100
  • 42da95ad Issue #41. Adding password requirements to initial password page by Xose Pérez 2017-01-21 15:19:32 +0100
  • db51756b Enable revert state mode by Ly Minh Phuong 2017-01-21 21:03:47 +0700
  • f4a59468 Ensure hlw8012 interrupts are not working while no wifi connection (either STA or AP) by Xose Pérez 2017-01-20 23:31:02 +0100
  • e5b1352d Added missing configuration values to 1ch-inching board by Xose Pérez 2017-01-20 14:41:14 +0100
  • 44ffb3fe Merge branch 'dev' into inching by Xose Pérez 2017-01-20 14:20:45 +0100
  • fc20d626 Added support for JanGoe Wifi Relay boards by Xose Pérez 2017-01-20 14:17:41 +0100
  • bbac070c Pass safe buffer to api callbacks by Xose Pérez 2017-01-20 13:30:52 +0100
  • 4708c26d APIs for sensor data, REST & domoticz by Xose Pérez 2017-01-20 12:43:26 +0100
  • 32bb6c45 Map buttons to relays, send MQTT messages on button events by Xose Pérez 2017-01-18 02:49:31 +0100
  • 9e9ca87e Change LED pattern to make it less intrussive by Xose Pérez 2017-01-18 02:48:41 +0100
  • e4ea3b0f Small fixes, mostly comments and debug by Xose Pérez 2017-01-17 16:13:30 +0100
  • 190a540c Added Home Assitant to supported integration platforms by Xose Pérez 2017-01-14 07:25:02 +0000
  • 8ad3c870 Document fauxmo and domoticz default settings by Xose Pérez 2017-01-14 00:16:24 +0100
  • 77e887dc Notify OTA updates to web clients and reload page after the update by Xose Pérez 2017-01-13 12:46:05 +0100
  • ff5ba3b0 (tag: 1.4.4) Update changelog by Xose Pérez 2017-01-13 11:32:50 +0100
  • a098614c Adding current, voltage, apparent and reactive power reports to Sonoff POW by Xose Pérez 2017-01-13 11:27:50 +0100
  • 52a63b18 Changes in file comment headers by Xose Pérez 2017-01-12 20:42:52 +0100
  • 252bcbdd Force MQTT close client before reconnecting. Revert back to latest ESPAsyncTCP by Xose Pérez 2017-01-12 00:16:53 +0100
  • 476d3144 Fix #35 using stable version of ESPAsyncTCP and updated version of JustWifi to prevent MQTT connection drop after wifi reconnection by Xose Pérez 2017-01-11 23:25:46 +0100
  • 4b557535 Defer wifi disconnection from web interface to allow request to return by Xose Pérez 2017-01-11 23:24:49 +0100
  • 5f5eec8f Move all Arduino IDE configuration values to their own file by Xose Pérez 2017-01-11 23:23:02 +0100
  • ff813268 (tag: 1.4.3) Version and year bump by Xose Pérez 2017-01-11 14:29:05 +0100
  • 1715b653 Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines by Xose Pérez 2017-01-11 14:25:16 +0100
  • 17f1e09b Rename relayPulseStart to relayPulse by Xose Pérez 2017-01-11 13:58:24 +0100
  • e2cb9fca Rename inching to pulse by Xose Pérez 2017-01-11 13:52:51 +0100
  • 4e342add Merge branch 'dev' into inching by Xose Pérez 2017-01-11 12:50:55 +0100
  • 9ce457fa (tag: 1.4.2) Fixed error in relay identification from MQTT messages (issue #31) by Xose Pérez 2017-01-09 01:04:15 +0100
  • b263ad8a Allow defining reverse logic relays (issue #28) by Xose Pérez 2017-01-06 23:24:35 +0100
  • 56b4a147 (tag: 1.4.1) Version bump by Xose Pérez 2017-01-05 01:50:00 +0100
  • f6e3e400 Upgrade fauxmoESP to v2.0.0 and enable it by default on all builds by Xose Pérez 2017-01-05 01:49:38 +0100
  • 13954a7f Added new development board: Wemos D1 mini with Relay Shield by Xose Pérez 2017-01-05 00:28:08 +0100
  • 738bd520 Merge branch 'dev' of bitbucket.org:xoseperez/espurna into dev by Xose Pérez 2017-01-02 15:52:32 +0100
  • cd591f70 Allow multi-packet websocket frames by Xose Pérez 2017-01-02 15:51:45 +0100
  • 2032b517 CHANGELOG.md edited online with Bitbucket by Xose Pérez 2016-12-31 13:53:31 +0000
  • b511e659 (tag: 1.4.0) Version 1.4.0 by Xose Pérez 2016-12-31 14:52:06 +0100
  • f22e3024 Merge branch 'dev' into staticip by Xose Pérez 2016-12-31 07:23:59 +0100
  • 4f63a391 Merge branch 'master' into dev by Xose Pérez 2016-12-31 07:23:41 +0100
  • e1d9ddbd (tag: 1.3.1) Fix data_dir for PlatformIO by Xose Pérez 2016-12-31 07:22:32 +0100
  • cafb6ead Allow static IP by Xose Pérez 2016-12-31 07:13:16 +0100
  • 9e1bf0f9 Enforce minimum password strength in web interface by Xose Pérez 2016-12-31 05:31:03 +0100
  • 4eaa937c Merge branch 'domoticz' into dev by Xose Pérez 2016-12-31 05:11:39 +0100
  • 268bed72 Added IDX hint. Small design changes by Xose Pérez 2016-12-31 05:11:22 +0100
  • 7a67f81e #14 More reliable MQTT connection by Xose Pérez 2016-12-31 04:52:14 +0100
  • 74b8852e Using default client_id from AsyncMqttClient, now for real by Xose Pérez 2016-12-30 22:17:09 +0100
  • 362d789c Updated changelog by Xose Pérez 2016-12-30 22:16:47 +0100
  • 523fbca1 Domoticz support by Xose Pérez 2016-12-30 19:03:49 +0100
  • 6d6878d5 Changes in MQTT calls. Using default client_id from AsyncMqttClient by Xose Pérez 2016-12-30 19:01:36 +0100
  • d5a27aa7 (tag: 1.3.0) Version bump by Xose Pérez 2016-12-30 11:03:25 +0100
  • 8e17ab15 Using PlatformIO library manager for JustWifi, HLW8012 and FauxmoESP libraries by Xose Pérez 2016-12-29 15:34:43 +0100
  • 6661d84a Using DebounceEvent library from its own repo by Xose Pérez 2016-12-29 15:25:35 +0100
  • d2d5d4a8 Using forked RemoteSwitch library with Arduino 1.0+ compatibility by Xose Pérez 2016-12-29 12:28:58 +0100
  • e199faea Merge branch 'master' into dev by Xose Pérez 2016-12-28 13:38:08 +0100
  • 89a1bd30 Changed build-all script by Xose Pérez 2016-12-28 11:30:42 +0100
  • 2ae69fe7 Arduino IDE compatibility (#18) - Moved data folder under espurna folder by Xose Pérez 2016-12-28 09:18:01 +0100
  • bacc2c2b Arduino IDE compatibility (#18) - Renamed src folder and main file as 'espurna' by Xose Pérez 2016-12-28 09:07:26 +0100
  • b4e04f24 README.md edited online with Bitbucket by Xose Pérez 2016-12-27 22:46:59 +0000
  • 7126d119 Fix devices table by Xose Pérez 2016-12-27 23:43:55 +0100
  • 41f37872 Update repo front page by Xose Pérez 2016-12-27 23:33:42 +0100
  • a940b979 Update changelog to 1.2.0 by Xose Pérez 2016-12-27 19:41:20 +0100
  • abf07476 (tag: 1.2.0) Fix error in led module by Xose Pérez 2016-12-27 05:01:04 +0100
  • a6a731e2 Fix ecoPlug hardware definition by Xose Pérez 2016-12-27 05:00:47 +0100
  • 1fc8fd0d Skip retained messages by Xose Pérez 2016-12-27 05:00:11 +0100
  • 4a580376 Set inching mode through MQTT by Xose Pérez 2016-12-27 04:53:26 +0100
  • 92600611 Merge branch 'master' into inching by Xose Pérez 2016-12-25 23:16:07 +0100
  • 76e465ca Check relay and led id on 'public' methods by Xose Pérez 2016-12-25 23:13:32 +0100