Max Prokhorov
3f37556cdd
Safer loop delay default ( #1574 , #1631 , #1699 )
* Call delay() after callbacks
* Use safer loop delay value
5 years ago
Max Prokhorov
0b73882fa0
Update BMX280Sensor
- dynamic number and address setting
- do not return i2c-specific error for wrong values
5 years ago
Max Prokhorov
24c4826869
Default to one BMX280 sensor
5 years ago
Xose Pérez
d00c2b5eb3
Fix energy storage when units different from joules
5 years ago
Max Prokhorov
903ceb1e84
Use local includes for NtpClient wrapper
5 years ago
Max Prokhorov
eb504e5f58
Fix Travis failing with INFLUXDB_SUPPORT
5 years ago
Max Prokhorov
6732487469
MAX6675: default pins and SENSOR_SUPPORT dependency ( #1646 , #1666 )
5 years ago
Niek van der Maas
b3abd0d6b3
Send RF MQTT message with retain off
5 years ago
Xose Pérez
51703f6ecf
Fix some issues with 2.5 ( #1565 )
5 years ago
Max Prokhorov
594e97880c
fix cse7766 magnitude count
5 years ago
Xose Pérez
504b45a852
Fix compile typo
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
Niek van der Maas
89a17313c2
Fix building without MQTT_SUPPORT
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
Indu Prakash
d1c852eee5
Fix for #1653
5 years ago
Niek van der Maas
83dc391208
Use mqttForward() instead
5 years ago
Colin Shorts
c3a0a701c2
Adding support for Generic GU10 from #1549
5 years ago
Max Prokhorov
38a950c294
fix comment about clock cycles
5 years ago
Max Prokhorov
79c6263284
Event sensor: do not detach existing interrupts
5 years ago
Craig Markwardt
8d52078bcb
Modify BaseSensor so that each sensor knows number of decimals to represent its magnitude types; update sensor.ino to take advantage of this knowledge; sensors BMX280 and Dallas OneWire are updated with this knowledge; tested with BME280 and Dallas DS18B20 sensors
5 years ago
Craig Markwardt
e4ed2439c4
sensors - allow a second BMX280 sensor
5 years ago
Niek van der Maas
88135a67b3
Added in relayToggle() as well
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
546c8f09b2
Update Copyright notice
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
Max Prokhorov
ad2ecc45f3
Generate sync interval exactly once
5 years ago
Max Prokhorov
494427402a
WebUI: selector typo
5 years ago
Max Prokhorov
7bff68b7b5
dummy return value to fix warning
5 years ago
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
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
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