Commit Graph

2246 Commits

Author SHA1 Message Date
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
Izik D
5691c5214f Merged in izikd/espurna/origin_dev (pull request #16)
Added relay requests flood protection and relay loop

Approved-by: Xose Pérez <xose.perez@gmail.com>
2017-03-30 06:05:26 +00:00
Xose Pérez
669d68d733 Allow #RRGGBB, RRR,GGG,BBB and WWW formats for color 2017-03-30 00:33:58 +02:00
Xose Pérez
32aa40f5cb Move debug configuration to general.h file 2017-03-29 07:08:05 +02:00
Xose Pérez
a042efb510 Fix confitionals in hardware.ino for Arduino IDE 2017-03-29 07:07:29 +02:00
Xose Pérez
71ea7c37ff Version bump 2017-03-28 23:29:49 +02:00
Xose Pérez
85bb72c789 Issue #113. Fix restoring color upon reboot 2017-03-28 23:20:04 +02:00
Xose Pérez
25e7a9e6eb Allow a little delay in UDP communication after a message sent 2017-03-28 23:19:01 +02:00
Xose Pérez
c0c4abfbf0 Fix bug in API handles 2017-03-28 10:19:12 +02:00
Xose Pérez
866ffeeaae Add ESPurna board to build script, remove SPIFFS image 2017-03-28 00:06:13 +02:00
Xose Pérez
91f36078a0 Version bump 2017-03-27 23:54:32 +02:00
Xose Pérez
e7a8c70353 Fix SEL pin definition in ESPurna board 2017-03-27 23:28:01 +02:00
Xose Pérez
45f63d2b2d Issue #113. Light bulb state was off in the library. Handling it now from the client code 2017-03-27 23:07:43 +02:00
Xose Pérez
6df54700f5 Removing spikes in HLW8012 readings 2017-03-27 22:43:44 +02:00
Xose Pérez
d9680c5e4b Adding ESPurna board OTA update to platformio.ini file 2017-03-27 17:49:02 +02:00
Xose Pérez
f6da841343 Removing spurious values in power, current and voltage readings in HLW8012 by removing extreme values 2017-03-27 17:48:04 +02:00
Xose Pérez
efa8553bbf Fix bug in current calibration parameter from the web interface casting to int instead of float 2017-03-27 17:47:33 +02:00
Xose Pérez
f18cdeaae8 Add ESPURNA_H board to arduino.h file 2017-03-27 13:33:13 +02:00
Xose Pérez
816a6f56e8 Using constants in api configuration calls 2017-03-27 13:32:36 +02:00
Xose Pérez
67546d1893 Issue #115. Removed local declaration of _mqttForward variable 2017-03-26 22:39:25 +02:00
Xose Pérez
576ab680e9 Do not restart after failed web upgrade 2017-03-26 22:29:26 +02:00
Xose Pérez
da03adab97 Fixes in definition of MagicHome Led Controller board 2017-03-26 22:29:06 +02:00
Xose Pérez
3683011239 Merge branch 'dev' into webupgrade
Conflicts:
	code/espurna/data/index.html.gz
	code/espurna/static/index.html.gz.h
2017-03-26 21:15:31 +02:00
Xose Pérez
83883cb21a Configure analogWrite for LED strips 2017-03-26 21:12:53 +02:00
Izik Dubnov
8953a3237f Added relay requests flood protection and relay loop
Signed-off-by: Izik Dubnov <izik@annapurnalabs.com>
2017-03-25 22:07:41 +03:00
Xose Pérez
b0de3f5b5b Remove spaces from DEVICE names 2017-03-25 15:07:59 +01:00
Xose Pérez
325d5f9c7a Add support for ESPURNA_H board 2017-03-25 11:02:37 +01:00
Xose Pérez
cc660a5737 Add ellipsis when debug message too long 2017-03-25 11:02:15 +01:00
Xose Pérez
4b0d9e4a21 Prepare configuration for version 2.0 2017-03-24 09:12:37 +01:00
Xose Pérez
9c6ae488ca Force MQTT root topic to have a trailing slash, removing it from the subtopics 2017-03-24 08:35:11 +01:00
Xose Pérez
517d1fd3f6 Small changes in reset delays after web upgrade 2017-03-24 08:09:24 +01:00
Xose Pérez
53d7890a85 Allow changing color via REST request 2017-03-23 23:16:21 +01:00
Xose Pérez
a5f2cb6527 Upgrade form and handle code 2017-03-19 23:52:10 +01:00
Xose Pérez
2b5ee74d7a Fix typo in nofuss.ino file 2017-03-19 18:50:28 +01:00
Xose Pérez
aecbacf91b Fix MQTT will topic pointer. Thanks to Asbjorn Tronhus 2017-03-16 12:36:30 +01:00
Xose Pérez
18ec85da55 Send analog value to domoticz 2017-03-15 11:50:05 +01:00
Francesco Boscarino
7e066239b5 Merged in webfrank2/espurna/master (pull request #15)
New analog module to read raw value from A0 pin

Approved-by: Xose Pérez
2017-03-15 10:29:05 +00:00