Commit Graph

371 Commits

Author SHA1 Message Date
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
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
Xose Pérez
d1c5950b48 Add RSSI report 2017-03-15 11:02:20 +01:00
Francesco Boscarino
8ba9ab4c08 New analog module to read raw value from A0 pin 2017-03-14 14:02:17 +01:00
Xose Pérez
74efdbec3b Do not save wifi conifguration to flash 2017-03-13 23:22:00 +01:00
Xose Pérez
47c0c0fa07 Fix bug in AI_LIGHT defines 2017-03-13 23:18:02 +01:00
Xose Pérez
9bf4a2b725 Enable embedded web by default 2017-03-12 22:17:33 +01:00
Xose Pérez
6969ee84a0 Version bump and changelog update 2017-03-12 12:12:57 +01:00
Xose Pérez
96e847f630 Do not report wrong temperature values for DS18B20 2017-03-12 12:12:01 +01:00
Xose Pérez
a6c487fb00 Merge branch 'master' into dev
Conflicts:
	code/espurna/mqtt.ino
2017-03-12 12:07:03 +01:00
Xose Pérez
8c54488fa1 Moving debug strings to PROGMEM. ~1.5KBytes of heap memory freed 2017-03-12 11:59:55 +01:00
Xose Pérez
1be4526f3b Added testing astyle configuration file 2017-03-12 11:08:21 +01:00
Xose Pérez
6b1803d389 Refactor MQTT topics and reports setting names 2017-03-12 10:10:21 +01:00
David Guillen Fandos
d1f03b0754 Fixing use after free bug that leads to corrupted auth credentials 2017-03-10 23:41:34 +01:00
Xose Pérez
8cc1aae248 Added optional debug via UDP 2017-03-06 11:59:10 +01:00
Xose Pérez
f45db831c0 Added custom.h entry in the all.h file. See issue #104 2017-03-05 23:09:21 +01:00
Xose Pérez
fb7e08ec93 Initial support for RGB/RGBW 5050 LED strips 2017-03-05 22:56:11 +01:00
Xose Pérez
0796b0f335 Added relay and color commands to terminal 2017-03-05 22:54:07 +01:00
Xose Pérez
ffd54f1abf Do not broadcast messages via websocket if there is no client connected 2017-03-05 22:51:24 +01:00
Xose Pérez
4c6e1199dd Fix typo in mqtt reports. Added MQTT_RELAY_REPORT 2017-03-05 22:38:09 +01:00
Izik D
1aca16b168 Merged in izikd/espurna/ds18b20 (pull request #12)
Ds18b20
2017-03-01 11:23:53 +00:00
Xose Pérez
40cd0d91fb Version update 2017-03-01 12:11:42 +01:00
Xose Pérez
041d2a9f55 Using AsyncMQTTClient by default again 2017-03-01 11:53:26 +01:00
Xose Pérez
eb432ffe95 Normalize actions passed via websockets 2017-03-01 09:06:47 +01:00
Xose Pérez
aaa562696e Fix reference to old setting 2017-03-01 09:06:19 +01:00