Commit Graph

245 Commits

Author SHA1 Message Date
Xose Pérez
607e9bf11c Added OTA environment for Itead 1CH board 2017-02-13 19:50:54 +01:00
Xose Pérez
f126ff12e1 Fix and clean configuration for the Itead Studio 1CH inching board 2017-02-13 16:09:23 +01:00
Xose Pérez
6ba240b6c5 Fix platform environment for ESP8285 boards: Sonoff 4CH and Touch 2017-02-11 01:00:43 +01:00
Xose Pérez
04c6fdb1b1 Rename connect method in JS and add some feedback messages 2017-02-11 00:29:03 +01:00
Xose Pérez
0ce667fb8e Merge branch 'master' into dev 2017-02-10 23:29:44 +01:00
Xose Pérez
b14f5cf6e6 Check if there is an MQTT broker defined before the MQTT_MAX_TRIES check 2017-02-10 23:28:34 +01:00
Xose Pérez
a4a58c0117 Option to disable password change when using default password 2017-02-10 14:27:46 +01:00
Xose Pérez
0f125d6ed8 Force device in AP mode to use 192.168.4.1 always 2017-02-10 14:27:08 +01:00
Xose Pérez
2abe3b0aea Fix variable name bug 2017-02-10 12:37:22 +01:00
Xose Pérez
4e299c5a15 Removed unsupported board from pics 2017-02-10 12:00:28 +01:00
Xose Pérez
9cd4ba63c5 Version 1.6.1 2017-02-10 10:16:42 +01:00
Xose Pérez
a7d6a11b3b Added support for Jorge Garcia's Wifi+Relays Board Kit 2017-02-10 10:09:34 +01:00
Xose Pérez
f47128ac85 Removed voltage report from EMON module. Refactor 2017-02-10 09:40:47 +01:00
Xose Pérez
a6b697897a Merge branch 'dev' of bitbucket.org:xoseperez/espurna into dev 2017-02-10 09:17:14 +01:00
Toni Arte
c1bbd6d5d8 Make the tabindex values unique and ascending 2017-02-10 08:09:21 +02:00
Toni Arte
2f12e66b79 Add a separate incremental energy counter into the Domoticz MQTT interface 2017-02-09 12:43:37 +02:00
Xose Pérez
7e94eac0b6 Merged in ToniAr/espurna/sonoff_th10_ota (pull request #8)
OTA for Sonoff TH10/TH16

Approved-by: Xose Pérez
2017-02-08 21:14:52 +00:00
Xose Pérez
b0a781f59e Relay pulse using ticker.once 2017-02-08 14:21:32 +01:00
Toni Arte
5899648d5e Add Domoticz 'Voltage' and 'Current' support for EMON #2 2017-02-07 12:45:54 +02:00
Toni Arte
bdd041432f Revert binary files 2017-02-07 12:43:36 +02:00
Toni Arte
62311440e8 Add Domoticz 'Voltage' and 'Current' support for EMON 2017-02-07 12:42:59 +02:00
Toni Arte
d448fb6707 Add Domoticz 'current' sensor capability to Sonoff POW 2017-02-07 11:09:30 +02:00
Toni Arte
29c5ece8c0 OTA for Sonoff TH10/TH16 2017-02-07 11:01:54 +02:00
Xose Pérez
4b09fb43ae Simplify Sonoff Dual button handling 2017-02-06 13:38:59 +01:00
Xose Pérez
4b301d6620 Force WiFi reconnect after MQTT_MAX_TRIES 2017-02-06 10:09:16 +01:00
Xose Pérez
e0ea7fef2c Version 1.6.0 2017-02-05 15:32:05 +01:00
Xose Pérez
97b43cd357 Small changes 2017-02-05 15:25:42 +01:00
Xose Pérez
6d86a7108a Map button events to actions 2017-02-05 13:39:22 +01:00
Xose Pérez
ad1b62776b Reporting energy incrementals (domoticz, MQTT). Removed energy API entry point 2017-02-05 11:40:13 +01:00
Xose Pérez
1e8991e132 Sending voltage to domoticz for HLW8012 2017-02-05 10:35:02 +01:00
Xose Pérez
5982955226 Changed some config default values 2017-02-05 10:33:57 +01:00
Xose Pérez
5ac123f5f1 Merge branch 'toggle-switch' into dev 2017-02-05 10:11:56 +01:00
Xose Pérez
5fc9c703fc Merge branch 'remote-reset' into dev 2017-02-05 10:11:49 +01:00
Xose Pérez
c311139832 Merge branch 'adc121' into dev 2017-02-05 10:11:34 +01:00
Xose Pérez
f7280c579c Merge branch 'master' into dev 2017-02-03 11:25:40 +01:00
Xose Pérez
7874aec20b Version bump 2017-02-03 11:10:51 +01:00
Xose Pérez
ae11c5ea81 Issue #50. Fix type bug in window variable when calculating energy for HLW8012 devices (Sonoff POW) 2017-02-03 11:09:36 +01:00
Xose Pérez
bd4a608144 Added RPC entry point to RESET the board 2017-02-03 11:07:09 +01:00
Xose Pérez
a1a774198c Added MQTT message to reset the board 2017-02-03 10:45:43 +01:00
Xose Pérez
399949da15 Added inline documentation to hardware.h file 2017-02-02 12:34:32 +01:00
Xose Pérez
c19d58685f Merge branch 'dev' into toggle-switch 2017-02-02 12:19:02 +01:00
Xose Pérez
1f7d367492 Update apparent power in web interface from emon module 2017-02-02 12:17:37 +01:00
Xose Pérez
cec57d2611 Check if MQTT message is from domoticz previous to parse it in relay module 2017-02-02 12:02:14 +01:00
Xose Pérez
5b2a7a34ec Do not bypass current clamp measurement if relay is off 2017-02-02 12:01:18 +01:00
Xose Pérez
d4e55677ec Merge branch 'dev' into adc121
Conflicts:
	code/espurna/emon.ino
2017-02-02 11:43:23 +01:00
Xose Pérez
7eeacd1596 Version bump. Changelog update. 2017-02-02 11:38:23 +01:00
Xose Pérez
24d0aa0b48 Issues #50 and #54. Fix domoticz sensor message format. Added energy calculation 2017-02-02 11:34:46 +01:00
Xose Pérez
5cd20644e3 Fix typo in index.html that made hidden fields show up in the web interface even if the module they were associated to was not enabled 2017-01-30 23:10:20 +01:00
Xose Pérez
5aa7415931 Version bump 2017-01-29 22:33:12 +01:00
Xose Pérez
6175a31a8a Fix bug in emon topic payload 2017-01-29 22:31:48 +01:00