Max Prokhorov
f2ad37152b
special dummy printf to disable Serial using some boards
5 years ago
Xose Pérez
175fcbf6cf
Support for WPS in core build. Using UNUSED macro to prevent warnings
5 years ago
Craig Markwardt
b5748c9c26
Up to two BMX280 sensors are allowed on a single I2C bus, with addresses 0x76 and 0x77. Currently espurna only supports one of them.
This change adds a second sensor object to deal with two sensors, if BMX280_NUMBER == 2
5 years ago
Colin Shorts
c3a0a701c2
Adding support for Generic GU10 from #1549
5 years ago
Craig Markwardt
e4ed2439c4
sensors - allow a second BMX280 sensor
5 years ago
Xose Pérez
0987e01950
Allow to configure all LEDs from UI ( #1429 )
5 years ago
Xose Pérez
13fb5fa929
Using espurna.io as CORS domain
5 years ago
Xose Pérez
1f2577a4ef
Update README.md
5 years ago
Niek van der Maas
a072ada7ae
Add option to disable relay reporting to MQTT
5 years ago
irmishappy
72da00126a
update GREEN_ESP8266RELAY button1 mode
Mine was not working till I added BUTTON_SET_PULLUP | BUTTON_DEFAULT_HIGH
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
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
Andrey F. Kupreychik
bf705b282f
SYNC_FIRST mode
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
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
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
b7f64de661
Change naming for BlitzWolf SHP2 and SHP6 (now SHPX) boards
5 years ago
Xose Pérez
67ddc133cf
Support for Generic Relay ESP01 V4.0 in inverse relay version ( #1504 , #1554 )
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
Max Prokhorov
a53b66d55a
Relay MQTT group sync mode setting
5 years ago
Nick Vrana
4eeafd244a
added support for gosund ws1 aka gosund KS-602S
5 years ago
Xose Pérez
628968cafa
Add dim up and down actions to button handler ( #1250 )
5 years ago
Max Prokhorov
cd1bfa6b34
check if ws client exists, check WEB_SUPPORT
5 years ago
Max Prokhorov
75ab7a844a
Fix HEARTBEAT_REPORT_DESCRIPTION typo
5 years ago
Xose Pérez
f6b8baf37d
Adding description field to web UI, reporting it via MQTT ( #1523 )
5 years ago
Max Prokhorov
ee19446aaf
fix wsDebugSend prototype
5 years ago
Jan Rüth
43c425db69
added lyasi light bulb
5 years ago
Xose Pérez
1a08b76881
Added BLITZWOLF_BWSHP2_V23 to arduino.h ( #1532 )
5 years ago
Max Prokhorov
868d153fa4
Compact WS data
* send all ws config at once on start
* reduce ws json overhead by creating message buffer manually
* use k:[values] instead of k1:value1, k2:value2 etc. for lists
5 years ago
Martins Ierags
951cc77dfb
Fixes regarding @xoseperez comments
5 years ago
Max Prokhorov
9dbd14e388
Build RF_SUPPORT in travis ( #1477 )
5 years ago
Luciano Andrade
3490a2f852
Max6675 CI Integration ( #1482 )
5 years ago
Xose Pérez
d47ae2e4a4
Helper terminal methods terminalOK and terminalError
5 years ago
Xose Pérez
b9e13446fc
Revert "Wrap embeddis commands and move feedback to caller"
This reverts commit 7ad0e3a02b
.
5 years ago
Xose Pérez
cc4ba52b4d
Delay light comms (mqtt, ws, broker) to avooid jamming
5 years ago
Xose Pérez
356be730e2
Added message type to broker
5 years ago
Xose Pérez
7ad0e3a02b
Wrap embeddis commands and move feedback to caller
5 years ago
Xose Pérez
27e7b9ae89
Move terminal methods to own module
5 years ago
Martins Ierags
465b5230ff
Configure Heartbeat & option HEARTBEAT_REPEAT_STATUS:
- Heartbeat mode and interval configuration added to WebUI ADMIN page
- New option HEARTBEAT_REPEAT_STATUS: on device startup full heartbeat information and after HEARTBEAT_INTERVAL only STATUS report.
- Enhanced first heartbeat message - on device startup it will send heartbeat after ntpSynced will be true to get device time.
P.S. Code is tested. Web part is not compiled, and not tested. I hope it will work :)
5 years ago