Xose Pérez
7f2104baa7
Merge branch 'dev' into alexa
6 years ago
Xose Pérez
f840a5420f
Clean up new devices
6 years ago
Xose Pérez
cfd5368986
Merge pull request #1135 from steveway/dev
Add support for Lohas 9W bulbs
6 years ago
Xose Pérez
3f8f425b1b
Merge pull request #1128 from abmantis/shelly1
add support for shelly1 relay
6 years ago
Xose Pérez
5dcefe3957
Merge pull request #1144 from mcspr/patch-4
Fix _INTERRUPT_MODE comment
6 years ago
Xose Pérez
0fdf0db7f0
Fix images
6 years ago
Xose Pérez
3fb67fe9f0
Merge pull request #1136 from ruimarinho/support/blitzwolf-bw-shp2-wiki-images
Add support images for wiki on Blitzwolf BW-SHP2
6 years ago
Xose Pérez
1d132172a1
Fix EmonSensor bug
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
Xose Pérez
cc38f37f10
Disconnect before running WPS and SmartConfig discovery ( #1146 )
6 years ago
ColinShorts
07107bdf51
Merge pull request #4 from xoseperez/dev
Merging back from Xoseperez
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
Rui Marinho
206da62b00
Add support images for wiki on Blitzwolf BW-SHP2
6 years ago
Xose Pérez
a422f9eeba
Reference fauxmoESP 3.0.0
6 years ago
Xose Pérez
e002753a2c
Using unreleased fauxmoESP 3.0.0
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
b497cc8cd4
Init Serial on RELAY_PROVIDER_STM ( #1130 )
6 years ago
Xose Pérez
7c0b9e669d
Adding /api and /apis to API request callback
6 years ago
Xose Pérez
17ee332dda
Do not export values in memanalyzer
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
6b98438f11
Update platformio.ini file to use PIO version 3.6.X
6 years ago
Xose Pérez
13b0279ecc
Option to change default payload for HA ( #1085 )
6 years ago
Xose Pérez
be0d7593af
Change the issue stale configuration
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
9af6cc332c
Merge branch 'dev' of github.com:xoseperez/espurna into dev
6 years ago
Xose Pérez
62eb2e6342
Merge pull request #1123 from ruimarinho/support/pms-support-typo
Fix incorrect PMS_SUPPORT reference on sensor endif
6 years ago
Xose Pérez
96504cbfeb
Clean up
6 years ago
Xose Pérez
387ae638c0
Merge branch 'dev' of github.com:xoseperez/espurna into dev
6 years ago
Xose Pérez
1c116ee94b
Merge pull request #1122 from ruimarinho/feature/hardware-serial-pmsx003
Add support for hardware serial on PMSX003 devices
6 years ago
Xose Pérez
1c4ffc9ddd
Merge pull request #1121 from ruimarinho/support/remove-extra-whitespace-hardware-h
Remove extra whitespace on hardware.h
6 years ago
Xose Pérez
af4bfa7ac8
Clean up code
6 years ago
Xose Pérez
4956e69508
Merge pull request #1116 from ruimarinho/support/new-ping
Add support for NewPing
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
Rui Marinho
75c1a3675e
Fix incorrect PMS_SUPPORT reference on sensor endif
6 years ago
Rui Marinho
89caf1f39b
Add support for hardware serial on PMSX003 devices
6 years ago
Rui Marinho
fec0e5cf13
Remove extra whitespace on hardware.h
6 years ago
Xose Pérez
82405617e4
Merge pull request #1114 from ruimarinho/support/whitespace
Remove extra whitespace from sensor.ino
6 years ago
Xose Pérez
4fa1c9d1e0
Merge pull request #1118 from mcspr/1101-warnings
Fix compiler warnings
6 years ago
Xose Pérez
97617d83f3
Merge pull request #1113 from ruimarinho/board/wemos-d1mini
Add support for wemos-d1mini dev board
6 years ago
Maxim Prokhorov
17d12cdd05
Merge remote-tracking branch 'origin/dev' into HEAD
6 years ago
Maxim Prokhorov
8a0b3bca42
Fix compiler warnings
Add button definitions to the travis02 and travis03
IR_BUTTON should be uint32_t to properly work with new macro
eepromRotate return value is not used
6 years ago
Maxim Prokhorov
fab9c0f741
Force to implement BaseSensor methods that return values
6 years ago