Xose Pérez
91a62693ed
Added learn and forget terminal commands to RFBridge and RF modules ( #1253 )
5 years ago
Niek van der Maas
c4f80a77e8
Fix RF code conversion to long ( #1410 )
5 years ago
Arthur Freund
8cddd9083d
Added configuration for the new WIFI device sold by Obi ( #1408 )
* Added the configuration for the second generation OBI devices.
* Added link to the OBI Wifi Schuko Plug V2 as well as included the device in the readme.
* Restored the default configuration accidentially changed by a previous commit.
* Renamed the OBI-V2 device to EUROMATE_WIFI_STECKER_SCHUKO_V2 as suggested by mcspr.
* Fixed spelling of comment to the proper wording Schuko.
5 years ago
Xose Pérez
8b84f89a64
Add notice about @mcspr being repo collaborator
5 years ago
Xose Pérez
fcf59d04cd
Change light transition time via MQTT or API ( #1412 )
5 years ago
Xose Pérez
19d0c5d17a
Report target color values on MQTT and API
5 years ago
Xose Pérez
13a08a4413
Load physical relays first and dummy relays afterwards
5 years ago
Xose Pérez
433f089c00
Show proper switches names in web UI
5 years ago
Xose Pérez
7e23c22351
Support for GBLife RGBW Socket ( #1305 )
5 years ago
Xose Pérez
9771da4faf
Support for mixed combination of dummy and real relays ( #1305 )
5 years ago
Xose Pérez
7ab5b04fff
Option to report time even if no NTP sync ( #1310 )
5 years ago
Xose Pérez
aec097581a
Merge branch 'dev' of github.com:xoseperez/espurna into dev
5 years ago
Xose Pérez
d7046cce02
Add support for MagicHome ZJ WFMN A/B v1.1 ( #1339 )
5 years ago
Xose Pérez
d319e000f3
web images
5 years ago
Xose Pérez
3f51a1e793
Update EEPROM_Rotate to 0.9.2
5 years ago
Xose Pérez
fe2d238a1b
Merge pull request #1301 from ruimarinho/feature/atlas-scientific-ph-probe
Add support for EZO™ pH Circuit
5 years ago
Xose Pérez
8eb7a1831b
Merge branch 'dev' into feature/atlas-scientific-ph-probe
5 years ago
Xose Pérez
c80e8b46c5
Merge pull request #1375 from lucciano/MAX6675
MAX6675 Support
5 years ago
Xose Pérez
59afc527cc
Merge pull request #1399 from kcghost/lombex-color
Add support for Lombex Lux Nova 2 Color and White smart bulb
5 years ago
Xose Pérez
bc01202962
Merge pull request #1402 from plutec/dev
Added support for Orvibo B25
5 years ago
Xose Pérez
3859436fdc
Merge pull request #1403 from mcspr/gulp4
Update gulp@4
5 years ago
Xose Pérez
bdbf64bd94
Merge pull request #1404 from mcspr/nofuss-panel
NoFUSS panel
5 years ago
Max Prokhorov
b526060fa4
clickable link
5 years ago
Max Prokhorov
65d5a50b0b
Update to gulp@4
5 years ago
Max Prokhorov
e257881e42
Move NoFUSS from Admin to separate panel
5 years ago
Max Prokhorov
ddffb90181
Update sensor.ino
5 years ago
Max Prokhorov
56865be039
Merge branch 'dev' into MAX6675
5 years ago
Antonio Sánchez
d53d1ebd4d
Merge branch 'dev' of github.com:plutec/espurna into dev
5 years ago
Antonio Sánchez
c556d73cb0
Added support for Orvibo B25
5 years ago
Casey Fitzpatrick
8ecd2e884b
fixup! Add support for Lombex Lux Nova 2 Color and White smart bulb
5 years ago
Xose Pérez
7ffb8fe420
Merge branch 'dev' of github.com:xoseperez/espurna into dev
5 years ago
Xose Pérez
938872e9c6
Version 1.13.4-DEV
5 years ago
BuildTheRobots
1d50e3cc2f
Add RSSI to InfluxDB heartbeat ( #1400 )
5 years ago
Casey Fitzpatrick
1e90fc1aad
Add images for Lombex Lux nova bulbs
5 years ago
Casey Fitzpatrick
4af4cc7fd0
Add support for Lombex Lux Nova 2 Color and White smart bulb
5 years ago
Xose Pérez
606ef345bf
Option to not clearing cache after sending data to Thingspeak.com ( #1369 )
5 years ago
Xose Pérez
3f35ddcaf8
Merge pull request #1398 from arihantdaga/fix-nofuss-eeprom
[Fix] Disabling EEPROM Rotate before updating upgrading firmware with
5 years ago
Arihant Daga
9e817a0b5d
[Fix] Disabling EEPROM Rotate before updating upgrading firmware with
nofuss
5 years ago
Jack Wilsdon
665a473d9c
Fix energy ratio input for pulse meter sensor ( #1394 )
* Fix energy ratio input for pulse meter sensor
* checkout origin/dev -- webui files
5 years ago
Xose Pérez
625d523481
Merge pull request #1386 from mcspr/relayconfig-dummy
Fix wrong GPIO value for dummy relay
5 years ago
Xose Pérez
41a6023fd0
Merge pull request #1397 from kcghost/lombex
Add support for Lombex Lux Nova 2 Tunable White smart bulb
5 years ago
Xose Pérez
c0514da085
Merge pull request #1395 from jackwilsdon/pulse-meter-debounce
Add debouncing to pulse meter sensor
5 years ago
Casey Fitzpatrick
182b0291c3
Add support for Lombex Lux Nova 2 Tunable White smart bulb
6 years ago
Marcos Pérez Ferro
777e7a845c
Making Emon Sensor params overrideable ( #1290 )
* Allowing Emon sensor parameters to be naturally overridden
* blocking get adminPass for security reasons
* Fixing missing 's' in adminPass blocked message
* Revert "blocking get adminPass for security reasons"
5 years ago
Carlos Iván Conde Martín
b016167cba
Improvement on ANALOG_SENSOR ( #1326 )
* Testing branch
* Added ability (by define) to scale analog sensor, also with number of decimals (it was formerly zero)
Useful when running on batteries to check the battery voltage just
adding the appropriate resistor
* Reverting DHTSensor.h file
* Trying again to revert DHTSensor.h
* Using macro DEBUG_MSG
* fix method types
5 years ago
Carlos Iván Conde Martín
ad40589a7f
Improvement on ANALOG_SENSOR ( #1326 )
* Testing branch
* Added ability (by define) to scale analog sensor, also with number of decimals (it was formerly zero)
Useful when running on batteries to check the battery voltage just
adding the appropriate resistor
* Reverting DHTSensor.h file
* Trying again to revert DHTSensor.h
* Using macro DEBUG_MSG
* fix method types
5 years ago
Max Prokhorov
782040f559
Use SENSEAIR_SUPPORT in travis
5 years ago
Jack Wilsdon
ca59d233a6
Add debouncing to pulse meter sensor
5 years ago
Max Prokhorov
9aa586a8b3
Fix wrong GPIO value for dummy relay
6 years ago
Max Prokhorov
de7ff7722c
Telnet password setting ( #1382 )
* Telnet auth depends on setting
* use same define suffix as WS_
* add to web
* no initial passwd for core
6 years ago