Commit Graph

1590 Commits

Author SHA1 Message Date
Xose Pérez
97e2ad09bd Merge pull request #824 from ColinShorts/itead-sonoff-pow-r2
Initial support for Itead Sonoff POW R2
2018-05-02 09:05:46 +02:00
Xose Pérez
3da35fa647 Merge pull request #823 from darshkpatel/dev
Fixed multiple toggles due to repeated code
2018-05-02 09:04:53 +02:00
Darsh Patel
01bd5dad04 fix requested changes
used tabs instead of spaces,
change variable name to the one which is more uniform across the project,
fixed bug about condition always being true
2018-04-29 18:57:09 +05:30
Colin Shorts
9136c99ae2 Initial support for Itead Sonoff POW R2 2018-04-28 16:41:03 +01:00
Darsh Patel
5ce9025401 Fixed multiple toggles due to repeated code
some remotes repeat the code within 200ms thus toggling the relay twice , this fixes the toggle function.
2018-04-28 01:24:31 +05:30
Xose Pérez
1d8e46af8e Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-04-27 15:39:14 +02:00
Xose Pérez
802c67f7d9 Merge pull request #822 from Yonsm/pmsx003xx
Set PMS sensor type dynamically
2018-04-27 15:39:05 +02:00
Yonsm
93cf76ccf2 Refine unit of hcho/temperature/ugm3 2018-04-27 20:46:05 +08:00
Yonsm
5867e1f904 Correct debug message 2018-04-27 20:45:19 +08:00
Xose Pérez
3e0a94b686 Web interface clean-up 2018-04-27 14:43:47 +02:00
Xose Pérez
44f182c064 Changed RFB_DIRECT setting 2018-04-27 12:50:31 +02:00
Yonsm
f0ca139b52 Support set PMS sensor type dynamically
So you can add more different PMS sensors.
2018-04-27 18:47:33 +08:00
Xose Pérez
995a56465d Merge pull request #814 from wildwiz/rfb-direct
RFB_DIRECT sonoff bridge hardware bypass of the RF microcontroller
2018-04-27 11:31:40 +02:00
Xose Pérez
7ca3ae5f7d Adding HCHO magnitude 2018-04-27 11:29:04 +02:00
Xose Pérez
46b1428a83 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-04-27 11:05:36 +02:00
Xose Pérez
cf7f3dcfde Merge pull request #818 from Yonsm/pmsx003xx
Refine PMSX003 to support PMS5003T/PMS5003ST.
2018-04-27 11:05:09 +02:00
Xose Pérez
265991eacd Move debug defines to their own header 2018-04-27 09:27:22 +02:00
Yonsm
230e087709 Add file header comment 2018-04-26 22:11:42 +08:00
Yonsm
d009c8a962 Remove PMS Library dependency 2018-04-26 22:06:42 +08:00
Yonsm
e2d3af53cc Remove unnecessary comment code 2018-04-26 22:02:03 +08:00
Darsh Patel
84592d15db Added Support for Toggle Mode 2018-04-26 16:47:25 +05:30
Darsh Patel
692691986c Added toggle mode for IR 2018-04-26 16:46:04 +05:30
Darsh Patel
f51c4e5e0a Added Remote keypad for relay toggle
Added samsung AA59-00608A , to toggle relays for a 8CH Relay Board
2018-04-26 16:44:28 +05:30
Yonsm
4947c259c4 Add debug msg prefix
And found DEBUG_MSG could not be used in the sensors header file.
2018-04-26 14:42:34 +08:00
Yonsm
acc314df73 Refine PMSX003 to support PMS5003T/ST
1. Support PMS5003T/PMS5003ST;
2. Replace data reading method;
3. Remove PMS library dependency;
4. Support smart sleeping mode to extend the sensor’s lifetime.
2018-04-26 14:30:48 +08:00
wildwiz
e809dc895a RFB_DIRECT sonoff bridge hardware bypass of the RF microcontroller 2018-04-25 22:04:10 +02:00
Yonsm
07f4c96f27 Convert tab to 4-spaces 2018-04-25 11:52:33 +08:00
Yonsm
ce10f72a6c Add SenseAir S8 CO2 sensor support 2018-04-25 11:44:57 +08:00
Xose Pérez
3fbd889f13 Added PIO1.7.0 to platformio.ini file (not working yet) 2018-04-23 23:43:14 +02:00
Xose Pérez
104caa93fa Fix warnings 2018-04-23 23:27:20 +02:00
Xose Pérez
d57b09fc27 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-04-23 22:48:41 +02:00
Xose Pérez
0575a97fb3 Added captive portal when in AP mode 2018-04-23 22:46:58 +02:00
Xose Pérez
7076e0a764 Update justwifi library 2018-04-23 22:46:25 +02:00
Xose Pérez
6950a7a96f Merge pull request #809 from mcspr/sensors-ntp
Check for NTP_SUPPORT in sensors
2018-04-23 21:49:35 +02:00
Maxim Prokhorov
8d06b8fb91 Check for NTP_SUPPORT in sensors 2018-04-23 19:35:42 +03:00
Xose Pérez
17e838206f Fix AM2302 sensor 2018-04-23 14:30:58 +02:00
Xose Pérez
b233f61da1 Fix AM2302 sensor 2018-04-23 14:19:09 +02:00
Xose Pérez
427aebe8a7 Fix AM2302 sensor 2018-04-23 14:11:08 +02:00
Xose Pérez
e834867ec6 Ensure scheduler has access to all channels independently of the color mode (#807) 2018-04-23 14:09:32 +02:00
Xose Pérez
09052376f5 Merge branch 'master' into dev 2018-04-23 12:22:40 +02:00
Xose Pérez
d154540a74 Changed order in sensors.h 2018-04-23 09:37:52 +02:00
wildwiz
4bd75cd526 support for zhilde ZLD-EU44-W power strip 2018-04-22 14:22:06 +02:00
Xose Pérez
08241d0e1b Cleanup sensors and travis environments 2018-04-19 17:22:05 +02:00
Xose Pérez
b5b534877f Added CSE7766 to travis tests 2018-04-19 11:23:18 +02:00
Xose Pérez
e06b0c6edf Update ESPSoftwareSerial library 2018-04-19 11:19:11 +02:00
Xose Pérez
7de6363644 Reenable terminal support on RFBRIDGE,STM32,S31 and DUAL 2018-04-18 14:05:51 +02:00
Xose Pérez
88b25a4d5c StreamInjector header 2018-04-18 13:52:54 +02:00
Xose Pérez
91e25ea8ae Decouple Serial object from SerialInjector (#787) 2018-04-18 13:35:47 +02:00
Xose Pérez
8189f90686 Do not init Serial based on SERIAL_BAUDRATE (#787) 2018-04-17 13:13:37 +02:00
Xose Pérez
eef1138b20 Remove unneeded code 2018-04-17 12:55:29 +02:00