Commit Graph

1409 Commits

Author SHA1 Message Date
Xose Pérez
dc9fc63a89 RFBridge: Intercept remote messages 2017-08-10 00:56:15 +02:00
Xose Pérez
5bb1a03868 Increased relay count to 6 for the RFBridge 2017-08-09 23:53:52 +02:00
Xose Pérez
3c214760b5 Merge branch 'dev' into rfbridge 2017-08-09 23:44:25 +02:00
Xose Pérez
fc0d050b51 Remove debug messages on websocket events 2017-08-09 23:36:18 +02:00
Xose Pérez
3b385ad6b9 Enable serial debug on Sonoff RFBridge 2017-08-09 21:57:16 +02:00
Xose Pérez
0217d8c4da Merge branch 'dev' into rfbridge 2017-08-09 17:20:59 +02:00
Xose Pérez
d52dc4b653 /set as default MQTT setter postfix 2017-08-09 17:16:49 +02:00
Xose Pérez
cf7b40ff4b Simplify rfbridge settings 2017-08-09 17:14:12 +02:00
Xose Pérez
c066d7165d Added comments to general.h file 2017-08-09 16:29:57 +02:00
Xose Pérez
63b02da68f MQTT to RF bridge 2017-08-09 13:25:10 +02:00
Xose Pérez
92ba00b285 Issue #167. Using DOUT flash mode on all Sonoff devices 2017-08-07 14:48:14 +02:00
Xose Pérez
dc768afada Allow WiFi more time to connect 2017-08-07 14:42:46 +02:00
Xose Pérez
e6e9f9d6d4 Change the double click delay from the web interface 2017-07-24 00:22:38 +02:00
Xose Pérez
252f4ee594 Updating version 2017-07-23 22:10:22 +02:00
Xose Pérez
82beb8930f Issue #171. Fix corrupted will message 2017-07-23 21:58:46 +02:00
Xose Pérez
a27c8a3145 Return time in ISO format 2017-07-23 21:49:19 +02:00
Xose Pérez
eb4855d5e6 Add option to merge messages into a JSON payload to web interface 2017-07-23 19:54:00 +02:00
Xose Pérez
629309bde2 Define MQTT mode with a soft setting 2017-07-23 18:04:24 +02:00
Xose Pérez
af0cb7b64a Merge branch 'dev' into mqttjson 2017-07-23 17:36:45 +02:00
Xose Pérez
0535fcee5e Issue #170. Using updated DebounceEvent library to allow disabling double click option and get faster click responses 2017-07-23 17:17:48 +02:00
Xose Pérez
59ced72001 Rename settings names from POW to HLW8012 2017-07-23 16:42:37 +02:00
Xose Pérez
a67c80de69 Small changes 2017-07-23 16:39:04 +02:00
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
4c5d8d804b Helper methods to aggregate MQTT messages in JSON format 2017-07-19 01:51:54 +02:00
Xose Pérez
46d86eb6c9 Report brightness via MQTT 2017-07-18 17:40:34 +02:00
Xose Pérez
f9f7b6419e Support for brightness and color/temperature MQTT topics 2017-07-18 17:25:39 +02:00
Xose Pérez
3783b35e05 Added official (kinda) SSL support in async-mqtt-client 2017-07-17 23:35:15 +02:00
Xose Pérez
d304765e1d Merge branch 'dev' into ssl 2017-07-17 07:27:37 +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