Commit Graph

  • 4fb49d8e Coding style changes by Chris Ward 2017-04-24 22:44:03 +0100
  • b078c811 Added optional gamma correction for light by Chris Ward 2017-04-18 00:02:41 +0100
  • bf68e8b9 Added support for setting light PWM frequency and range by Chris Ward 2017-04-17 23:08:48 +0100
  • 4b3266d8 Initial support for the HUACANXING H801. Untested by Xose Pérez 2017-04-24 10:48:52 +0200
  • ed2671b7 Report color on hearbeat (#128) by Xose Pérez 2017-04-24 10:47:56 +0200
  • 4dd0f358 Backend for RELAY_MODE_FOLLOW by Xose Pérez 2017-04-24 10:47:16 +0200
  • 3a872979 Show NTP status on web interface (#126) by Xose Pérez 2017-04-24 10:45:07 +0200
  • ac179daa Filter off-limits in HLW8012 readings by Xose Pérez 2017-04-09 18:34:30 +0200
  • 57f5408b Added temperature to RGB calculation. Thanks to Sacha Telgenhof by Xose Pérez 2017-04-02 00:04:29 +0200
  • 994e7f25 Naming changes in light module by Xose Pérez 2017-04-01 22:03:25 +0200
  • 5f378073 Minimize my9291 flickering when firmware boots by Xose Pérez 2017-04-01 19:59:20 +0200
  • 5691c521 Merged in izikd/espurna/origin_dev (pull request #16) by Izik D 2017-03-30 06:05:26 +0000
  • 669d68d7 Allow #RRGGBB, RRR,GGG,BBB and WWW formats for color by Xose Pérez 2017-03-30 00:33:58 +0200
  • 32aa40f5 Move debug configuration to general.h file by Xose Pérez 2017-03-29 07:08:05 +0200
  • a042efb5 Fix confitionals in hardware.ino for Arduino IDE by Xose Pérez 2017-03-29 07:07:29 +0200
  • 71ea7c37 (tag: 1.7.1) Version bump by Xose Pérez 2017-03-28 23:29:49 +0200
  • 85bb72c7 Issue #113. Fix restoring color upon reboot by Xose Pérez 2017-03-28 23:20:04 +0200
  • 25e7a9e6 Allow a little delay in UDP communication after a message sent by Xose Pérez 2017-03-28 23:19:01 +0200
  • c0c4abfb Fix bug in API handles by Xose Pérez 2017-03-28 10:19:12 +0200
  • 866ffeea (tag: 1.7.0) Add ESPurna board to build script, remove SPIFFS image by Xose Pérez 2017-03-28 00:06:13 +0200
  • 91f36078 Version bump by Xose Pérez 2017-03-27 23:54:32 +0200
  • e7a8c703 Fix SEL pin definition in ESPurna board by Xose Pérez 2017-03-27 23:28:01 +0200
  • 45f63d2b Issue #113. Light bulb state was off in the library. Handling it now from the client code by Xose Pérez 2017-03-27 23:07:43 +0200
  • 6df54700 Removing spikes in HLW8012 readings by Xose Pérez 2017-03-27 22:43:44 +0200
  • d9680c5e Adding ESPurna board OTA update to platformio.ini file by Xose Pérez 2017-03-27 17:49:02 +0200
  • f6da8413 Removing spurious values in power, current and voltage readings in HLW8012 by removing extreme values by Xose Pérez 2017-03-27 17:48:04 +0200
  • efa8553b Fix bug in current calibration parameter from the web interface casting to int instead of float by Xose Pérez 2017-03-27 17:47:33 +0200
  • f18cdeaa Add ESPURNA_H board to arduino.h file by Xose Pérez 2017-03-27 13:33:13 +0200
  • 816a6f56 Using constants in api configuration calls by Xose Pérez 2017-03-27 13:32:36 +0200
  • 67546d18 Issue #115. Removed local declaration of _mqttForward variable by Xose Pérez 2017-03-26 22:39:25 +0200
  • 576ab680 Do not restart after failed web upgrade by Xose Pérez 2017-03-26 22:29:26 +0200
  • da03adab Fixes in definition of MagicHome Led Controller board by Xose Pérez 2017-03-26 22:29:06 +0200
  • 36830112 Merge branch 'dev' into webupgrade by Xose Pérez 2017-03-26 21:15:31 +0200
  • 83883cb2 Configure analogWrite for LED strips by Xose Pérez 2017-03-26 21:12:53 +0200
  • 8953a323 Added relay requests flood protection and relay loop by Izik Dubnov 2017-03-25 22:01:54 +0300
  • b0de3f5b Remove spaces from DEVICE names by Xose Pérez 2017-03-25 15:07:59 +0100
  • 325d5f9c Add support for ESPURNA_H board by Xose Pérez 2017-03-25 11:02:37 +0100
  • cc660a57 Add ellipsis when debug message too long by Xose Pérez 2017-03-25 11:02:15 +0100
  • 4b0d9e4a Prepare configuration for version 2.0 by Xose Pérez 2017-03-24 09:12:37 +0100
  • 9c6ae488 Force MQTT root topic to have a trailing slash, removing it from the subtopics by Xose Pérez 2017-03-24 08:35:11 +0100
  • 517d1fd3 Small changes in reset delays after web upgrade by Xose Pérez 2017-03-24 08:09:24 +0100
  • 53d7890a Allow changing color via REST request by Xose Pérez 2017-03-23 23:16:21 +0100
  • a5f2cb65 Upgrade form and handle code by Xose Pérez 2017-03-19 23:52:10 +0100
  • 2b5ee74d Fix typo in nofuss.ino file by Xose Pérez 2017-03-19 18:50:28 +0100
  • aecbacf9 Fix MQTT will topic pointer. Thanks to Asbjorn Tronhus by Xose Pérez 2017-03-16 12:36:30 +0100
  • 18ec85da Send analog value to domoticz by Xose Pérez 2017-03-15 11:50:05 +0100
  • 7e066239 Merged in webfrank2/espurna/master (pull request #15) by Francesco Boscarino 2017-03-15 10:29:05 +0000
  • d1c5950b Add RSSI report by Xose Pérez 2017-03-15 11:02:20 +0100
  • 8ba9ab4c New analog module to read raw value from A0 pin by Francesco Boscarino 2017-03-14 14:02:17 +0100
  • 2923be75 Added SSL enabled test environment in platformio.ini by Xose Pérez 2017-03-13 23:22:41 +0100
  • 74efdbec Do not save wifi conifguration to flash by Xose Pérez 2017-03-13 23:22:00 +0100
  • 47c0c0fa Fix bug in AI_LIGHT defines by Xose Pérez 2017-03-13 23:18:02 +0100
  • 041fc9ad Support for SSL in AsyncMQTTClient. Not functional yet by Xose Pérez 2017-03-13 23:17:28 +0100
  • 9bf4a2b7 Enable embedded web by default by Xose Pérez 2017-03-12 22:17:33 +0100
  • 6969ee84 (tag: 1.6.9) Version bump and changelog update by Xose Pérez 2017-03-12 12:12:57 +0100
  • 96e847f6 Do not report wrong temperature values for DS18B20 by Xose Pérez 2017-03-12 12:12:01 +0100
  • a6c487fb Merge branch 'master' into dev by Xose Pérez 2017-03-12 12:07:03 +0100
  • 8c54488f Moving debug strings to PROGMEM. ~1.5KBytes of heap memory freed by Xose Pérez 2017-03-12 11:59:55 +0100
  • ca4c6bbe Merged in davidgfnet/espurna (pull request #14) by David G.F 2017-03-12 10:09:30 +0000
  • 1be4526f Added testing astyle configuration file by Xose Pérez 2017-03-12 11:08:21 +0100
  • 6b1803d3 Refactor MQTT topics and reports setting names by Xose Pérez 2017-03-12 10:10:21 +0100
  • d1f03b07 Fixing use after free bug that leads to corrupted auth credentials by David Guillen Fandos 2017-03-10 23:41:34 +0100
  • 8cc1aae2 Added optional debug via UDP by Xose Pérez 2017-03-06 11:59:10 +0100
  • f45db831 Added custom.h entry in the all.h file. See issue #104 by Xose Pérez 2017-03-05 23:09:21 +0100
  • fb7e08ec Initial support for RGB/RGBW 5050 LED strips by Xose Pérez 2017-03-05 22:56:11 +0100
  • 0796b0f3 Added relay and color commands to terminal by Xose Pérez 2017-03-05 22:54:07 +0100
  • ffd54f1a Do not broadcast messages via websocket if there is no client connected by Xose Pérez 2017-03-05 22:51:24 +0100
  • 4c6e1199 Fix typo in mqtt reports. Added MQTT_RELAY_REPORT by Xose Pérez 2017-03-05 22:38:09 +0100
  • 1aca16b1 Merged in izikd/espurna/ds18b20 (pull request #12) by Izik D 2017-03-01 11:23:53 +0000
  • 40cd0d91 (tag: 1.6.8) Version update by Xose Pérez 2017-03-01 12:11:42 +0100
  • 041d2a9f Using AsyncMQTTClient by default again by Xose Pérez 2017-03-01 11:53:26 +0100
  • eb432ffe Normalize actions passed via websockets by Xose Pérez 2017-03-01 09:06:47 +0100
  • aaa56269 Fix reference to old setting by Xose Pérez 2017-03-01 09:06:19 +0100
  • 4023cf1b DEBUG_PORT enabled by default in Arduino too by Xose Pérez 2017-03-01 00:05:45 +0100
  • e0abce8f Helper methods for MQTT sending, subscribing and forwarding by Xose Pérez 2017-03-01 00:03:01 +0100
  • 5c8eebe1 Updating staging version number by Xose Pérez 2017-02-28 22:58:02 +0100
  • 9e75bdb4 Moving light code to its own module by Xose Pérez 2017-02-28 22:57:25 +0100
  • 77d7a48d Discard empty MQTT topics when subscribing by Xose Pérez 2017-02-28 22:48:24 +0100
  • 9747e571 Disable ADC_VCC when using ADC in Emon module by Xose Pérez 2017-02-26 16:36:09 +0100
  • 90b94297 Merge branch 'master' into dev by Xose Pérez 2017-02-26 16:16:43 +0100
  • 9bd7c8c9 AiLight is also Noduino OpenLight by Xose Pérez 2017-02-26 15:16:23 +0000
  • 4db64ea5 Allow two minutes between WIFI connect retries by Xose Pérez 2017-02-26 16:14:21 +0100
  • a887cc87 Moved EEPROM initialization to main sketch by Xose Pérez 2017-02-26 16:13:05 +0100
  • 13c53c7c Split data.h content in 1k chunks since Arduino IDE chokes at long lines by Xose Pérez 2017-02-26 00:20:47 +0100
  • e758c229 Restore small delay before wifi to allow autoconnection by Xose Pérez 2017-02-26 00:20:11 +0100
  • 79a8dc6c Fix unknown reference in Arduino IDE by Xose Pérez 2017-02-25 23:45:53 +0100
  • 08dc5a22 Added DS18B20 not connected indication by Izik Dubnov 2017-02-25 22:40:48 +0200
  • 03f2f306 Split DS18B20 reading into 2 stages for performance by Izik Dubnov 2017-02-25 22:18:09 +0200
  • 3dc042be Report data from CT and DS18B20 to the web interface even if no MQTT connection by Xose Pérez 2017-02-25 23:02:15 +0100
  • 78890530 Move my9291 initance creation to setup method by Xose Pérez 2017-02-25 21:54:31 +0100
  • 68b0c52b Merge branch 'master' into dev by Xose Pérez 2017-02-25 21:43:28 +0100
  • 7254cacb (tag: 1.6.7) Disabling colorpicker widget by default by Xose Pérez 2017-02-25 17:01:55 +0100
  • 635fcf9a Periodic MQTT reports configuration by Xose Pérez 2017-02-25 16:01:11 +0100
  • 169aacdc Update README & CHANGELOG by Xose Pérez 2017-02-25 13:14:21 +0100
  • 4f692b62 Not yet by Xose Pérez 2017-02-25 12:10:40 +0100
  • d8b376a8 Freeze libraries by Xose Pérez 2017-02-25 12:05:53 +0100
  • d76d2a7f Merge branch 'my9291' into dev by Xose Pérez 2017-02-25 11:55:58 +0100
  • af40b885 Using my9291 external library reference by Xose Pérez 2017-02-25 11:29:52 +0100
  • c2beb4a4 Added factory reset on long-long click (>10 seconds) by Xose Pérez 2017-02-25 01:32:37 +0100
  • fc384016 Name refactoring by Xose Pérez 2017-02-24 23:33:10 +0100