Max Prokhorov
fa44908269
fix typo and link order
5 years ago
Max Prokhorov
76563d4728
Add relevant hardware
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
Xose Pérez
769d677dab
Merge pull request #1662 from Niek/relay-mqtt-reporting
Fix building without MQTT_SUPPORT
5 years ago
Niek van der Maas
89a17313c2
Fix building without MQTT_SUPPORT
5 years ago
Craig Markwardt
0f8f3a1dd2
Change from BMX280_ADDRESS2 notation to BMX280_NUMBER for number of sensors
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
Xose Pérez
21de702bcc
Fix dupplicate key in platformio.ini
5 years ago
Xose Pérez
b00b159e42
Do not check line-end-style in web UI builder ( #1657 )
5 years ago
Xose Pérez
e037dd15fb
Merge pull request #1642 from mcspr/ntp/async-state
Update NTP
5 years ago
Xose Pérez
a9b9a11bb7
Merge branch 'mcspr-webui/switch-typo' into dev
5 years ago
Xose Pérez
9c3a6e6548
Merge branch 'webui/switch-typo' of https://github.com/mcspr/espurna into mcspr-webui/switch-typo
5 years ago
Xose Pérez
8f47981019
Merge branch 'foxel-sync_first' into dev
5 years ago
Xose Pérez
f40b621637
Merge branch 'sync_first' of https://github.com/foxel/espurna into foxel-sync_first
5 years ago
Xose Pérez
019dc3596b
Merge pull request #1641 from irmishappy/patch-1
update hardware.h GREEN_ESP8266RELAY button1 mode
5 years ago
Xose Pérez
59e8fc21d6
Merge pull request #1650 from ColinShorts/dev
Adding support for Generic GU10 bulb
5 years ago
Xose Pérez
5d5e9155e5
Merge pull request #1603 from ElderJoy/thermostat
Add thermostat module
5 years ago
Xose Pérez
fe67fb61af
Merge pull request #1645 from Niek/relay-mqtt-reporting
Add option to disable relay reporting to MQTT
5 years ago
Xose Pérez
cf4d220ee0
Merge pull request #1648 from CraigMarkwardt/sensor-custom-decimals
Sensors can determine precision of their magnitudes
5 years ago
Xose Pérez
7c930669dd
Merge pull request #1649 from mcspr/event-sensor/multiple-gpio-intr
Event sensor: do not detach existing interrupts
5 years ago
Xose Pérez
dcdc0ba461
Merge pull request #1656 from InduPrakash/dev
Fix for #1653
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
Colin Shorts
6c2d191df9
Merge pull request #1 from xoseperez/dev
merging back from Xose
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
Max Prokhorov
920c205d61
spaces
5 years ago
Max Prokhorov
58d911d3ed
Merge remote-tracking branch 'origin/dev' into webui/switch-typo
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
Xose Pérez
3b21e59635
Merge branch 'dev' of github.com:xoseperez/espurna into dev
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
Malachi Soord
ec4883a4fc
Update README.md ( #1623 )
Improve readability
5 years ago
Ctrl-F4
b0d47b4cd7
Fix relay provider setting of Xiaomi Smart Desk Lamp ( #1627 )
fixes #1621
5 years ago
Dmitry Blinov
870f311414
Merge remote-tracking branch 'xoseperez/dev' into thermostat
5 years ago