Xose Pérez
2cd7a8717a
Upgraded NoFUSS support to 0.3, added build header to request, fixed bug in device string size
5 years ago
Max Prokhorov
9f478e7bb9
Rename NTC/LDR_SENSOR to NTC/LDR_SUPPORT
5 years ago
Xose Pérez
868d4d5573
Added LDR sensor (thanks to Altan Altay)
5 years ago
m-kozlowski
471a6387fb
Separate device name for alexa integration ( #1727 )
Allow defining custom device name for alexa integration, other than hostname.
Still uses hostname as a fallback.
5 years ago
Max Prokhorov
820d8c4be8
Initial implementation of RTCMEM storage ( #1420 )
- store system crash counter and reset reason in rtcmem instead of eeprom
- store relay state mask in rtc in addition to the eeprom
- store relay state in eeprom only when boot mode requires it
- simplify relay state mask calculation / reading using std::bitset
- light state save and restore
- energy total save and restore
5 years ago
Max Prokhorov
193cebdbab
RF/RFBRIDGE Update ( #1693 )
- remove optional RFRAW_SUPPORT
- enable module when RF_SUPPORT=1, optionally enable RCSwitch
- reorder ifdef checks to treat RFB_DIRECT and old RF_SUPPORT the same
- rename RF_PIN to RFB_RX_PIN
- depend on RF_SUPPORT instead of ITEAD_SONOFF_RFBRIDGE
- runtime TX & RX PIN setting
5 years ago
Max Prokhorov
3f37556cdd
Safer loop delay default ( #1574 , #1631 , #1699 )
* Call delay() after callbacks
* Use safer loop delay value
5 years ago
Max Prokhorov
24c4826869
Default to one BMX280 sensor
5 years ago
Max Prokhorov
6732487469
MAX6675: default pins and SENSOR_SUPPORT dependency ( #1646 , #1666 )
5 years ago
Max Prokhorov
fa44908269
fix typo and link order
5 years ago
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