irmishappy
72da00126a
update GREEN_ESP8266RELAY button1 mode
Mine was not working till I added BUTTON_SET_PULLUP | BUTTON_DEFAULT_HIGH
5 years ago
AlbertWeterings
b9029020a5
CSE7766: Add reactive power calculation ( #1591 )
* Add reactive power calculation and bring output to in line with HLW8012 sensor based units
* Update CSE7766Sensor.h
5 years ago
Xose Pérez
0686e048a9
Cleaning up arduino.h file
5 years ago
Xose Pérez
da1c4f4947
Split core configurations between non-core modules and ui modules
5 years ago
Ctrl-F4
b0d47b4cd7
Fix relay provider setting of Xiaomi Smart Desk Lamp ( #1627 )
fixes #1621
5 years ago
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
5 years ago
brmo
33945e4ca8
Added Teckin SP20 Power Plug. ( #1611 )
* Added Teckin SP20 Power Plug
* Added Teckin SP20 to hardware
5 years ago
Max Prokhorov
1507c9e5d5
relay: mqttGroupSync is no longer bool
5 years ago
Max Prokhorov
8de61598f6
Fix ESP.eraseConfig() when using Core 2.3.0 ( #1595 , #1616 )
5 years ago
Dmitry Blinov
ec39ac5c88
Fix conflicts:
1. Add thermostat to the espurna_modules in progmem.h
2. Add thermostat to webui, gulp, html, js.
3. in general.h MQTT_USE_JSON returned to 0 by default and 1 if thermostat enabled.
5 years ago
Max Prokhorov
07ba3ff2d5
domoticz: fix basic switch nvalue
fixes #1606
When ON domoticz sends:
value >= 1 for lights
value == 1 for basic switches
5 years ago
Andrey F. Kupreychik
bf705b282f
SYNC_FIRST mode
5 years ago
tsymbaliuk
2832dc7552
Allow to set relative brightness and relative color in mireds through command using +N and -N notation
5 years ago
Xose Pérez
b878c71306
Support for Digoo/Oxaoxe NX-SP202 ( #1502 )
5 years ago
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>
5 years ago
Dmitry Blinov
af07494f00
Add thermostat module
5 years ago
Eugene Schava
e62d0df9be
MH-Z19 auto-calibration setting ( #1580 , #1592 )
5 years ago
Max Prokhorov
3018b9ffe7
domoticz: fix always true relay match condition
5 years ago
Max Prokhorov
886af1ad07
domoticz: less debugging for lights code
5 years ago
Xose Pérez
5c0abca719
Version 1.13.6-dev
5 years ago
Xose Pérez
906ec9bfd4
Version 1.13.5
5 years ago
CraigMarkwardt
6fc1f19720
Better documentation of BMX280 settings
5 years ago
Max Prokhorov
d87f6124c9
Send brightness to websocket
fixup 868d153f
lights status refactor
5 years ago
Xose Pérez
5bb852834e
Removing line break before templated variable to fix issue with Windows Arduino IDE ( #1579 )
5 years ago
Xose Pérez
92e10943bb
Avoid websocket ping back on fw upgrade via web UI form ( #1574 )
5 years ago
Max Prokhorov
61411b2002
rfbridge: fix webui codes parsing
5 years ago
Max Prokhorov
3d8c1bc5d3
Fix PZEM004TSensor pointer use
5 years ago
Max Prokhorov
5db1523e20
Fix warning
5 years ago
Max Prokhorov
3c1cfbfdbe
Set wifi sleep mode from settings
5 years ago
Max Prokhorov
a02eb5c4ab
Revert loopDelay dependency on wifi sleep mode
5 years ago
Xose Pérez
2dc74c3eb1
Fix BSSIDs in scan output ( #1567 )
5 years ago
Xose Pérez
a7aa8363e4
Fix RFBridge not showing codes in web UI as per @mcspr suggested change ( #1571 )
5 years ago
Xose Pérez
1e831a0dd8
Fix hardcoded serial objects in _debugSendSerial, terminalLoop and PZEM sensor ( #1573 )
5 years ago
Malachi Soord
c8231860ac
[copyright-update] Update for 2019
5 years ago
Max Prokhorov
5d9db5e939
Version 1.13.5-dev
5 years ago
Xose Pérez
4730598434
Version 1.13.4
5 years ago
Xose Pérez
31195ba3b6
Removing loop delay if WIFI is not set to sleep, reducing it to 1ms otherwise ( #1541 )
5 years ago
Xose Pérez
64b5155aa7
Change naming for BlitzWolf SHP2 and SHP6 (now SHPX) boards
5 years ago
Xose Pérez
b7f64de661
Change naming for BlitzWolf SHP2 and SHP6 (now SHPX) boards
5 years ago
Xose Pérez
c824d861cf
Add note on WiFi tab about hostname ( #1555 )
5 years ago
Xose Pérez
67ddc133cf
Support for Generic Relay ESP01 V4.0 in inverse relay version ( #1504 , #1554 )
5 years ago
Xose Pérez
411bfe9011
Web UI builds
5 years ago
Maxim Prokhorov
38216bc61a
only lock async client
5 years ago
Max Prokhorov
e4e147a569
Only check domoticz state in broker callback ( #1562 )
5 years ago
Sam Quinn
92032db563
ADDED SUPPORT FOR OUKITEL P1 SMART SWITCH ( #1553 )
Added initial support for Oukitel Smart Switch. This is a 2 outlet plug
that has the same pinout as the YiDian XS-SSA05.
5 years ago
Maxim Prokhorov
8c1ccef6e2
Wait until mqtt client has finished trying to connect
5 years ago
Max Prokhorov
d47859f2ae
replace mqttGroupInv with mqttGroupSync
5 years ago
Max Prokhorov
a53b66d55a
Relay MQTT group sync mode setting
5 years ago
abmantis
490fb21636
use type instead of "switch"
5 years ago
abmantis
a832eab84e
remove uneeded checks; use better type for uniq id
5 years ago