Commit Graph

1409 Commits

Author SHA1 Message Date
Xose Pérez
3625aae7d7 Fix QuinLED naming 2017-10-17 20:16:12 +02:00
Xose Pérez
aec12da0a8 Single config change to compile against 2.4.0-rc2 when using PlatformIO 2017-10-17 19:16:00 +02:00
Xose Pérez
8dacb87fde Adding a button to wemos d1 mini boards (#239) 2017-10-17 11:28:21 +02:00
Xose Pérez
b64cef67b7 Check HLW8012_USE_INTERRUPS in _powerEnabledProvider 2017-10-17 11:26:28 +02:00
Xose Pérez
c31350c6d4 Domoticz expects energy in kWh 2017-10-17 10:49:46 +02:00
Xose Pérez
8c2d912545 Using IS units for energy 2017-10-17 10:39:30 +02:00
Xose Pérez
e8d77efdc4 Fix power report for domoticz (#236) 2017-10-17 10:21:19 +02:00
Hermann Kraus
84225d7c01 Merged in hermr2d2/espurna/energy (pull request #34)
Use energy data from HLW8012.

Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-10-17 06:22:03 +00:00
Colin Shorts
924289b6c9 Support for QuinLED 2.6 Rev1.00 2017-10-16 17:48:16 +01:00
Colin Shorts
df9fa1d424 Initial support for QuinLED 2.6 Rev1.00 2017-10-16 17:33:20 +01:00
Hermann Kraus
ae17a82f6f Report energy in kWh in the web interface and in Joule via MQTT.
Enable energy reporting for all supported chips in the web interface.
2017-10-12 23:37:26 +02:00
Hermann Kraus
1dea97f7cd Rename topic from "energy" to "energy_delta". 2017-10-12 23:27:02 +02:00
Xose Pérez
67335e62a9 Safer buffer handling for websocket data (thanks to Hermann Kraus & Björn Bergman) 2017-10-12 09:22:12 +02:00
Xose Pérez
641afc2e21 Check previous definitions for all sensor settings 2017-10-11 21:13:10 +02:00
soif
0827bacd33 Merge commit 'f165ab93390d87ff2fef7ce2d8694ed56c96a8a2' into ir_hsv 2017-10-11 14:53:21 +02:00
Xose Pérez
f165ab9339 Beta version 1.9.6b 2017-10-09 18:55:43 +02:00
Xose Pérez
1baba3bab4 Merged Mancave Made ESPLive board definition
Conflicts:
	code/espurna/hardware.ino
2017-10-09 18:55:06 +02:00
Mitch Cox
fba965638d Merged in mitchcox/espurna/dev (pull request #32)
Added ESPLive board

Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-10-09 16:45:00 +00:00
Xose Pérez
a964d84c42 Check relayParsePayload output 2017-10-09 18:41:02 +02:00
Xose Pérez
e6d84f511d Merge branch 'dev' of bitbucket.org:xoseperez/espurna into dev 2017-10-09 18:32:28 +02:00
Xose Pérez
e9687b5ca2 Support for ESPurna board v0.7 2017-10-09 18:32:17 +02:00
Wesley Tuzza
591137bb8a Merged in tuzzmaniandevil/espurna/dev (pull request #27)
Add an option to query relay status

Approved-by: Wesley Tuzza <wesley@tuzza.co>
Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-10-09 16:31:46 +00:00
Hermann Kraus
117ff097f7 Merged in hermr2d2/espurna/npm_dependencies (pull request #33)
Make building the web interface easier by automatically installing the dependencies.

Approved-by: Hermann Kraus <hermr2d2+git@gmail.com>
Approved-by: Tomblarom <k.nikulski@gmail.com>
Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-10-09 14:07:36 +00:00
Hermann Kraus
088f3b923e Add energy indicator in the web interface. 2017-10-09 00:21:21 +02:00
soif
c80194e3e6 Merge commit '924031dd74bda7ec23abcfa3eb3684a6eec5a2bf' into ir_hsv 2017-10-09 00:16:15 +02:00
Hermann Kraus
a4de1ddecf Make building the web interface easier by automatically installing the dependencies. 2017-10-09 00:07:08 +02:00
Hermann Kraus
b2cab9684f Use energy data from HLW8012. 2017-10-08 23:55:31 +02:00
Mitchell A. Cox
b6ece41105 we can update the web insterface as often as need be since it doesn't consume resources 2017-10-08 18:03:30 +02:00
Mitchell A. Cox
20713b3f97 Merge branch 'dev' of https://bitbucket.org/mitchcox/espurna into dev 2017-10-08 18:02:40 +02:00
Mitchell A. Cox
7f83ca2daf added update on change to ds18b20 temperature sensor with default 1.0 degrees change. Saves space on MQTT server as it avoids logging pointless points.. 2017-10-08 18:01:47 +02:00
Mitch Cox
179d629ba7 fixed typo 2017-10-08 13:13:01 +00:00
Mitch Cox
5e040ec34d defualt back to nodemcu-lolin 2017-10-08 13:11:47 +00:00
Mitchell A. Cox
e104319a30 updated platformio.ini with esplive 2017-10-08 14:59:12 +02:00
Mitchell A. Cox
0d08dbdf04 ESPlive ADC config 2017-10-08 14:52:59 +02:00
Mitchell A. Cox
cdc98e1cb5 Added ESPLive board 2017-10-08 14:42:11 +02:00
soif
2b50c7d0b4 seems that this GPIO order is related to v2.0 of the board 2017-10-05 18:48:31 +02:00
soif
92be80cbb1 Uses light_ir.ino lib methods when LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR is defined 2017-10-05 16:24:34 +02:00
soif
04b799f34c Implements lightLoop + Don't use when LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR is defined 2017-10-05 16:23:34 +02:00
soif
0e8d2c191d Implements lightLoop + Includes (WTH) FastLed 2017-10-05 16:20:01 +02:00
soif
c8b715a31f New ligh_ir lib (see comments at top for more information) 2017-10-05 16:17:37 +02:00
soif
b359033faa LIGHT_PROVIDER_EXPERIMENTAL_RGB_ONLY_HSV_IR allows to quickly switch from Regular 'light.ino' lib to the new 'light_ir.ino' lib 2017-10-05 16:16:13 +02:00
soif
210c510f57 Define LIGHT_IR_PIN + IR_BUTTONS_SET 2017-10-05 15:28:41 +02:00
soif
d62d62548c defines new MQTT_TOPIC for color_rgb, color_hsv, anim_mode, anim_speed 2017-10-05 15:21:58 +02:00
soif
57d760d168 Add Fastled + IRremoteESP8266 libraries 2017-10-05 15:17:52 +02:00
soif
d4b3637c12 implements ColorHsv + ColorsExtras 2017-10-05 15:15:26 +02:00
soif
294840a06c Merge commit '1000d032aef7ca4e1f793803687e7a2a761deac3' into ir_hsv 2017-10-05 15:10:21 +02:00
Wesley
a6517bda0a Merge branch 'dev' of https://bitbucket.org/xoseperez/espurna into dev 2017-10-03 19:23:55 +13:00
Xose Pérez
924031dd74 Disable terminal support for RFBridge 2017-09-30 22:52:51 +02:00
Xose Pérez
1000d032ae Version 1.9.5 2017-09-28 18:11:50 +02:00
Xose Pérez
d2e889cda2 Typo fixes 2017-09-28 17:33:15 +02:00