Commit Graph

430 Commits

Author SHA1 Message Date
Xose Pérez
4db8d27fdb Added H801 to arduino.h 2017-07-21 16:12:35 +02:00
Xose Pérez
47e2847e79 Cleanup gulp files 2017-07-21 13:32:20 +02:00
Xose Pérez
e327a219a8 Added Sonoff Touch to build-all script 2017-07-17 06:32:08 +02:00
Xose Pérez
15650a6521 Version bump 2017-07-16 23:42:43 +02:00
Xose Pérez
811b8cb119 Merge branch 'influxdb' into dev 2017-07-16 23:22:25 +02:00
Xose Pérez
17722d55b5 Enable WIFI debug on hardware (button long press) reset 2017-07-16 23:22:03 +02:00
Xose Pérez
e349c6991b Added custom reset messages 2017-07-16 23:21:05 +02:00
Xose Pérez
67811f76ff Check wifi connection before trying to connect to influxdb host 2017-07-16 18:22:54 +02:00
Xose Pérez
65f30c668f Merge branch 'influxdb' into dev
Conflicts:
	code/espurna/static/index.html.gz.h
2017-07-16 17:09:32 +02:00
Xose Pérez
79a0816053 Accept decimals in pulse time, limit it to 60s 2017-07-16 09:10:57 +02:00
Xose Pérez
cad507034b Remove gulp temporary files 2017-07-15 11:31:13 +02:00
Xose Pérez
55bec8f033 Direct InfluxDB HTTP support 2017-07-15 11:30:32 +02:00
Xose Pérez
3d1ac421ca Using dynamic webport on MDNS setup 2017-07-14 23:01:59 +02:00
Xose Pérez
295c0518cb Cleanup gulp dependencies 2017-07-14 23:00:04 +02:00
Lauris Ieviņš
f0c1f591a9 Merged in laurisievins/espurna/pulse_fix (pull request #20)
Each relay has its own pulse ticker.

Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-06-28 10:00:29 +00:00
Lauris Ieviņš
41b0f7d4e4 Merged in laurisievins/espurna/pow_changes (pull request #19)
Correct units for apparent and reactive power; 1ma current resolution; power factor value change

Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-06-28 09:58:41 +00:00
Lauris
2eed5f4ac2 Each relay has its own pulse ticker. This fixes issue #149 2017-06-23 01:45:53 +03:00
Xose Pérez
b84c48d8f0 Moved HLW8012 interrupt wrappers to IRAM 2017-06-20 15:17:30 +02:00
Lauris
618ff879e4 Reverting binary data 2017-06-19 14:41:50 +03:00
Lauris
5b28c51d2d Changed Powef Factor to be dimensionless number instead of % (used more often that way) 2017-06-18 22:52:01 +03:00
Lauris
39c09a3615 Using correct units for Apparent Power and Reactive Power
Change resolution of current to 1ma (3 decimal places)
2017-06-18 13:33:01 +03:00
Xose Pérez
5e546d4cd6 Issue #148. Fix bug in conditional compilation check 2017-05-31 22:55:27 +02:00
Xose Pérez
20681bcd04 Fix no relay control bug for Sonoff Dual devices 2017-05-22 09:34:26 +02:00
Xose Pérez
df321e952f Version bump 2017-05-21 15:15:12 +02:00
Xose Pérez
43ab00d491 Enable gamma correction for RGB strips 2017-05-21 12:20:52 +02:00
Xose Pérez
4d96cac751 Improve support fro H801 led controller, thanks to Minh Phuong Ly 2017-05-21 11:55:54 +02:00
Xose Pérez
3958c3eaad Fix references to Serial 2017-05-21 11:55:13 +02:00
Xose Pérez
245549f7be Remove RELAY_MODE_FOLLOW 2017-05-20 23:51:08 +02:00
Xose Pérez
c8eba6a979 NTP configuration in web interface 2017-05-20 23:50:26 +02:00
Xose Pérez
ec963a7568 Fix typo 2017-05-20 22:08:00 +02:00
Denis French
3d26383029 Merged in denisfrench/espurna/dev (pull request #18)
Fix MQTT_RELAY compile error due missing #define BUTTON1_MODE

Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-05-20 07:39:09 +00:00
Chris Ward
bd1c6f0949 Merged in chris-ward/espurna-cw/dev (pull request #17)
Added optional gamma correction for light

Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-05-20 07:37:22 +00:00
Xose Pérez
fe26513473 Changes in status tab in the web interface 2017-05-20 08:52:57 +02:00
Xose Pérez
ecc89dcf58 Fix relay status retrieving 2017-05-20 08:29:26 +02:00
denisfrench
14c559570f Fix MQTT_RELAY compile error due missing #define BUTTON1_MODE 2017-05-06 18:22:54 +10:00
Chris Ward
0a46e20de4 Chnaged remaining PWM_RANGE to LIGHT_PWM_RANGE 2017-04-27 21:33:59 +01:00
Chris Ward
9b2d7d106a updated with latest changes from remote 2017-04-27 20:53:58 +01:00
Xose Pérez
134647724a Bind button actions to buttons 0 and 1 in DUAL (#127) 2017-04-25 13:20:07 +02:00
Xose Pérez
ba112b379b Fix bug in getCurrent method, thanks Emmanuel Tatto 2017-04-25 12:59:28 +02:00
Chris Ward
4fb49d8ebc Coding style changes 2017-04-24 22:44:03 +01:00
Chris Ward
b078c8117f Added optional gamma correction for light 2017-04-24 22:17:23 +01:00
Chris Ward
bf68e8b946 Added support for setting light PWM frequency and range 2017-04-24 21:51:30 +01:00
Xose Pérez
4b3266d833 Initial support for the HUACANXING H801. Untested 2017-04-24 10:48:52 +02:00
Xose Pérez
ed2671b73b Report color on hearbeat (#128) 2017-04-24 10:47:56 +02:00
Xose Pérez
4dd0f358b4 Backend for RELAY_MODE_FOLLOW 2017-04-24 10:47:16 +02:00
Xose Pérez
3a872979fe Show NTP status on web interface (#126) 2017-04-24 10:45:07 +02:00
Xose Pérez
ac179daa17 Filter off-limits in HLW8012 readings 2017-04-09 18:34:30 +02:00
Xose Pérez
57f5408b5b Added temperature to RGB calculation. Thanks to Sacha Telgenhof 2017-04-02 00:05:11 +02:00
Xose Pérez
994e7f2547 Naming changes in light module 2017-04-01 22:03:25 +02:00
Xose Pérez
5f3780730b Minimize my9291 flickering when firmware boots 2017-04-01 19:59:20 +02:00