Xose Pérez
04b48881a9
Try to send up to 3 times a POST to Thingspeak if the result is not >0 ( #1213 )
6 years ago
Indu Prakash
4d5b6ec83a
Added BESTEK_MRJ1011
6 years ago
Xose Pérez
227d641a9b
Support for MICS-2710, MICS-5525 and MICS-4514, gas sensors
6 years ago
Max Prokhorov
ed3e24ff4b
Inline getFreeStack and mention 2.5.0 helper method
6 years ago
Colin Shorts
a4afefa827
New device - iWoole LED Table Lamp
6 years ago
Xose Pérez
a0105ce00f
Changed default values for RFM69GW board
6 years ago
Max Prokhorov
18b1d57d77
Use core_version.h from arduino core
6 years ago
Xose Pérez
88e2ecccce
Improve memory info
6 years ago
Xose Pérez
c291b96e5a
Move strings to progmem
6 years ago
Xose Pérez
d476557329
Move string parts to progmem
6 years ago
Yonsm
3e1031ab7c
define HOMEASSISTANT_PAYLOAD_AVAILABLE and HOMEASSISTANT_PAYLOAD_NOT_AVAILABLE
6 years ago
Xose Pérez
530f8a75f9
Fix build
6 years ago
Xose Pérez
1227994be3
Refactor info output
6 years ago
Xose Pérez
261748e5e8
Option to disable password in telnet connections, default is enabled
6 years ago
Xose Pérez
7e22a8878e
Configure AP fallback at build time
6 years ago
Xose Pérez
917d853d75
Clean code
6 years ago
Xose Pérez
a0e9be2518
Update arduino.h
6 years ago
Maxim Prokhorov
e326fbe09f
hostname/password length requirements
* fix webui regexp and input length limits
* explain requirements in webui and headers
6 years ago
Xose Pérez
69412f65dd
Fix custom_crash_callback declaration for Arduino IDE 1.8.6 ( #1169 )
6 years ago
Sebastiaan Jansen
7c40145424
added PHYX support
6 years ago
Xose Pérez
07ddb70afd
Addind SDS011 to arduino.h and progmem.h
6 years ago
Lucas Pleß
1cead42e10
added SDS011 sensor support
6 years ago
Xose Pérez
bbbfa8e91a
Support for Allterco Shelly2
6 years ago
Xose Pérez
5f4bfe3782
Allow faster sensor reading intervals, down to 1 second ( #848 )
6 years ago
Xose Pérez
29d8dd734f
Support for IR transmit and MQTT-IR bridge, also in RAW mode ( #556 , #907 )
6 years ago
Xose Pérez
8c7aede92c
Option to report energy based on delta since last report ( #369 )
6 years ago
Xose Pérez
01802741f2
Tested encoder support
6 years ago
Xose Pérez
ea1207195c
Initial -untested- support for Xiaomi Smart Desk Lamp ( #884 ) and rotary encoders
6 years ago
Xose Pérez
7d09f59952
Handle configure callbacks outside the ws module
6 years ago
Max Prokhorov
cdb45d7c2d
Fix homecube 3rd led setting
6 years ago
Xose Pérez
2d4385d247
Version 1.13.3a
6 years ago
Xose Pérez
9aac0176e5
Update to 1.13.2
6 years ago
Xose Pérez
c66dee640d
Support for YJZK 1CH and 3CH switches ( #1047 )
6 years ago
Xose Pérez
f840a5420f
Clean up new devices
6 years ago
Xose Pérez
d546a069e2
Option to save total energy in EEPROM after X reports, disabled by default
6 years ago
Xose Pérez
412c5a672a
Show literal for webUI image in info ( #1142 )
6 years ago
Xose Pérez
a7c3361b60
Move WebUI image calculation after sensors.h ( #1142 )
6 years ago
Max Prokhorov
a3c45df9c5
Fix _INTERRUPT_MODE comment
6 years ago
Xose Pérez
1ebc1795a2
Revert DEBUG_SERIAL_SUPPORT for RFRIDGE
6 years ago
Xose Pérez
4f61d3aa7e
Option to remove API_SUPPORT at build time
6 years ago
Steveway
c97b33470e
Add support for Lohas 9W bulbs
It seems to be very similar to the ITead Sonoff B1, so it's based on that.
6 years ago
Xose Pérez
31436ead43
Fix memanalyzer issue
6 years ago
Xose Pérez
373fc53545
Reduce memory footprint of API calls ( #1133 )
6 years ago
Xose Pérez
f827f91c43
Update version to 1.13.2b
6 years ago
Xose Pérez
13b0279ecc
Option to change default payload for HA ( #1085 )
6 years ago
Xose Pérez
a8a0e11d24
Clean IR reception, IR to MQTT
6 years ago
Xose Pérez
0c65bfe36b
Option to cofigure ON/OFF payload at build time ( #1085 )
6 years ago
Xose Pérez
af4bfa7ac8
Clean up code
6 years ago
abmantis
cfc0f806b6
add support for shelly1 relay
6 years ago
Rui Marinho
43abc6b9d4
Add support for NewPing
* Works with many different ultrasonic sensor models: HC-SR04, SRF05,
SRF06, DYP-ME007, JSN-SR04T & Parallax PING)))™.
* Built-in digital filter method ping_median() for easy error correction
(use SONAR_ITERATIONS build flag to configure).
* Allows setting of a maximum distance where pings beyond that distance
are read as no ping or clear (use SONAR_MAX_DISTANCE build flag).
6 years ago