Commit Graph

2342 Commits

Author SHA1 Message Date
Max Prokhorov
91cbba3493 Update NTP
- wrapper NTPClient class to avoid inadvertently calling NTP::getTime() while
setting things up
- only call NTP::getTime() when in loop(), install async TimeLib
sync provider and manually set TimeLib time
- randomize sync and delay times
2019-03-21 04:26:06 +03:00
Zebble
ea5bd90cc7 Added LITESUN LA-WF3 support. (#1618)
* Added LITESUN LA-WF3 support.

Support for LITESUN LA-WF3 / Costco Charging Essentials wall socket.

* Added LITESUN LA-WF3 support.

Support for LITESUN LA-WF3 / Costco Charging Essentials wall socket.

* LITESUN_LA_WF3 hardware.h

* LITESUN_LA_WF3 platformio.ini
2019-03-10 04:56:45 +03:00
brmo
33945e4ca8 Added Teckin SP20 Power Plug. (#1611)
* Added Teckin SP20 Power Plug

* Added Teckin SP20 to hardware
2019-03-10 03:06:38 +03:00
Max Prokhorov
1507c9e5d5 relay: mqttGroupSync is no longer bool 2019-03-09 16:59:49 +03:00
Max Prokhorov
8de61598f6 Fix ESP.eraseConfig() when using Core 2.3.0 (#1595, #1616) 2019-03-09 16:57:52 +03:00
Max Prokhorov
4405b419e1 Pin ArduinoJson version (#1613) 2019-03-08 14:20:29 +03:00
Max Prokhorov
07ba3ff2d5 domoticz: fix basic switch nvalue
fixes #1606

When ON domoticz sends:
value >= 1 for lights
value == 1 for basic switches
2019-03-07 11:21:37 +03:00
Xose Pérez
9955a67dbb Merge pull request #1468 from foxel/lightfox-dual
LightFox dual support
2019-03-05 19:26:04 +01:00
Andrey F. Kupreychik
609e047f95 Merge remote-tracking branch 'xoseperez/dev' into lightfox-dual 2019-03-05 22:44:29 +07:00
tsymbaliuk
2832dc7552 Allow to set relative brightness and relative color in mireds through command using +N and -N notation 2019-03-05 00:08:33 +02:00
Xose Pérez
b878c71306 Support for Digoo/Oxaoxe NX-SP202 (#1502) 2019-03-04 19:40:49 +01:00
markusrudolf
b0ee48edf9 HAMA outlet model number 00176552 (#1598)
* Implemented HAMA outlet model number 00176552. There is a identical one looking exactly the same but with different part number

Signed-off-by: Markus Rudolf <info@markusrudolf.de>
2019-03-04 00:26:52 +03:00
Eugene Schava
e62d0df9be MH-Z19 auto-calibration setting (#1580 , #1592) 2019-03-01 22:35:36 +03:00
Max Prokhorov
3018b9ffe7 domoticz: fix always true relay match condition 2019-03-01 22:33:58 +03:00
Max Prokhorov
886af1ad07 domoticz: less debugging for lights code 2019-03-01 22:33:58 +03:00
Xose Pérez
5c0abca719 Version 1.13.6-dev 2019-02-27 01:04:48 +01:00
Xose Pérez
906ec9bfd4 Version 1.13.5 2019-02-27 01:01:41 +01:00
Xose Pérez
eedab0d020 Merge pull request #1584 from xoseperez/mcspr-patch-1
Send brightness to websocket
2019-02-27 00:58:45 +01:00
CraigMarkwardt
6fc1f19720 Better documentation of BMX280 settings 2019-02-26 13:12:38 -05:00
Max Prokhorov
d87f6124c9 Send brightness to websocket
fixup 868d153f lights status refactor
2019-02-26 16:03:04 +03:00
Xose Pérez
5bb852834e Removing line break before templated variable to fix issue with Windows Arduino IDE (#1579) 2019-02-26 08:49:53 +01:00
Xose Pérez
dbb34e4e77 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2019-02-26 05:00:18 +01:00
Xose Pérez
92e10943bb Avoid websocket ping back on fw upgrade via web UI form (#1574) 2019-02-26 05:00:07 +01:00
Xose Pérez
dd6e446320 Merge pull request #1547 from abmantis/ha_discovery_devices
Add unique id and device for better HA UI integration
2019-02-26 04:30:36 +01:00
Xose Pérez
0512fdd6f6 Merge pull request #1576 from mcspr/wifi/sleep-setting
Set wifi sleep mode from settings
2019-02-26 03:33:46 +01:00
Xose Pérez
0e49920115 Merge pull request #1578 from mcspr/rfb/fixup
rfbridge: fix webui codes parsing
2019-02-26 03:33:05 +01:00
Max Prokhorov
61411b2002 rfbridge: fix webui codes parsing 2019-02-25 17:57:06 +03:00
Max Prokhorov
3d8c1bc5d3 Fix PZEM004TSensor pointer use 2019-02-25 17:26:03 +03:00
Max Prokhorov
5db1523e20 Fix warning 2019-02-25 16:18:55 +03:00
Max Prokhorov
3c1cfbfdbe Set wifi sleep mode from settings 2019-02-25 09:01:09 +03:00
Max Prokhorov
a02eb5c4ab Revert loopDelay dependency on wifi sleep mode 2019-02-25 09:01:09 +03:00
Xose Pérez
2dc74c3eb1 Fix BSSIDs in scan output (#1567) 2019-02-25 06:35:21 +01:00
Xose Pérez
a7aa8363e4 Fix RFBridge not showing codes in web UI as per @mcspr suggested change (#1571) 2019-02-25 06:30:05 +01:00
Xose Pérez
24b3aee840 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2019-02-25 06:28:04 +01:00
Xose Pérez
1e831a0dd8 Fix hardcoded serial objects in _debugSendSerial, terminalLoop and PZEM sensor (#1573) 2019-02-25 06:27:29 +01:00
Xose Pérez
c94984b360 Merge pull request #1569 from mcspr/bump
Version 1.13.5-dev
2019-02-25 06:14:20 +01:00
Xose Pérez
c4aadd62d5 Merge pull request #1561 from mcspr/mqtt/group-receive-only
MQTT relay group: receive-only mode
2019-02-25 06:13:58 +01:00
Andrey F. Kupreychik
1280073179 Merge tag '1.13.4' into lightfox-dual 2019-02-24 14:23:00 +07:00
Malachi Soord
c8231860ac [copyright-update] Update for 2019 2019-02-23 22:35:49 +01:00
Max Prokhorov
5d9db5e939 Version 1.13.5-dev 2019-02-23 08:04:51 +03:00
Xose Pérez
4730598434 Version 1.13.4 2019-02-23 00:19:20 +01:00
Xose Pérez
31195ba3b6 Removing loop delay if WIFI is not set to sleep, reducing it to 1ms otherwise (#1541) 2019-02-22 09:57:30 +01:00
Xose Pérez
64b5155aa7 Change naming for BlitzWolf SHP2 and SHP6 (now SHPX) boards 2019-02-22 09:50:44 +01:00
Andrey F. Kupreychik
86bccaf74f Merge remote-tracking branch 'xoseperez/dev' into lightfox-dual 2019-02-22 11:51:56 +07:00
Max Prokhorov
65af8373cb Merge remote-tracking branch 'origin/dev' into mqtt/group-receive-only 2019-02-22 04:59:12 +03:00
Xose Pérez
b7f64de661 Change naming for BlitzWolf SHP2 and SHP6 (now SHPX) boards 2019-02-22 00:47:57 +01:00
Xose Pérez
c824d861cf Add note on WiFi tab about hostname (#1555) 2019-02-21 23:41:44 +01:00
Xose Pérez
67ddc133cf Support for Generic Relay ESP01 V4.0 in inverse relay version (#1504, #1554) 2019-02-21 22:50:07 +01:00
Xose Pérez
411bfe9011 Web UI builds 2019-02-21 22:38:29 +01:00
Xose Pérez
27dcd1539f Merge pull request #1387 from mcspr/compact-ws
Compact WS data
2019-02-21 22:26:57 +01:00