Xose Pérez
|
13f8517b25
|
Fix void return on BMX280 sensor (#489)
|
6 years ago |
Xose Pérez
|
83c4188c07
|
Testing hot-unplug-plug for BMX280 sensor
|
6 years ago |
Xose Pérez
|
90c51552c7
|
Fix hot-unplug-plug test for Dallas sensor
|
6 years ago |
Xose Pérez
|
feffc290cc
|
Sensor type, value and slot methods should not set error values
|
6 years ago |
Xose Pérez
|
c0215f0a16
|
Error reset on _pre for different sensors
|
6 years ago |
Xose Pérez
|
96027a5933
|
Fix hot-unplug-plug test for SI7021 sensor
|
6 years ago |
Xose Pérez
|
ad9e280d40
|
Fix hot-unplug-plug test for BH1750 sensor
|
6 years ago |
Xose Pérez
|
947f9bab73
|
I2C sensors using new i2c interface
|
6 years ago |
Xose Pérez
|
bc85600e9c
|
Remove dependency from Sparkfun BME280 library
|
6 years ago |
Xose Pérez
|
7b07b2bec6
|
Reduce buffer size of EspSoftwareSerial instances
|
6 years ago |
Xose Pérez
|
2dc2b7d176
|
Checking code with cppcheck
|
6 years ago |
Lazar Obradovic
|
023f70d203
|
lintfixes, try1
|
6 years ago |
Xose Pérez
|
170f0d543c
|
Option to publish address via MQTT for any sensor
|
6 years ago |
Xose Pérez
|
c38911beae
|
Fix reference to sensor slot method
|
6 years ago |
Xose Pérez
|
ccc5843e7b
|
Option to publish Dallas sensor address via MQTT (disabled by default)
|
6 years ago |
Xose Pérez
|
af805ab045
|
Update copyright notices
|
6 years ago |
Xose Pérez
|
b9e158efe4
|
Using delay instead of delayMicroseconds on DHT warmup delay
|
6 years ago |
Xose Pérez
|
18c69f0a1e
|
Several fixes related to dependencies between modules
|
6 years ago |
Xose Pérez
|
6575f92df9
|
Fix timing for DHT11 sensor
|
6 years ago |
Xose Pérez
|
ec55542775
|
Fix SHT3X sensor magnitude count (#337)
|
6 years ago |
Xose Pérez
|
ad62a6ad74
|
Support for BH1750 luminosity sensor
|
6 years ago |
Xose Pérez
|
4888196b5e
|
Clean debug messages
|
6 years ago |
Xose Pérez
|
e1baf48b9b
|
Option to disable completely new sensors module
|
6 years ago |
Xose Pérez
|
f3c7ae2671
|
Move magnitude topics, decimals and units to PROGMEM
|
6 years ago |
Xose Pérez
|
3036676958
|
Check used GPIOs via locks
|
6 years ago |
Xose Pérez
|
439881a741
|
Change sensor read and report interval from web UI
|
6 years ago |
Xose Pérez
|
d80df39629
|
Destructors
|
6 years ago |
Xose Pérez
|
ea38a3964c
|
Fix power factor range for HLW8012 sensor
|
6 years ago |
Xose Pérez
|
2bc8794919
|
Move I2C code in BaseSensor to I2CSensor
|
6 years ago |
Xose Pérez
|
1fd269e05e
|
Moving interrupt handling routines from Abstract classes (ICACHE_RAM_ATTR and virtual do not get on well)
|
6 years ago |
Xose Pérez
|
28d59083ac
|
Fix early access bug to HLW8012 instance on HLW8012Sensor
|
6 years ago |
Xose Pérez
|
144e9cae40
|
Add support for sensor interrupts on GPIO1 and 3
|
6 years ago |
Xose Pérez
|
1206fa5a71
|
Fix type mismatch in SHT3X I2C sensor
|
6 years ago |
Xose Pérez
|
1ac4a61206
|
Migrate HLW8012 sensor to new sensor module, remove old code
|
6 years ago |
Xose Pérez
|
f3c494d5da
|
Support for ECH1560 energy monitor in new sensors, untested
|
6 years ago |
Xose Pérez
|
e5bf17d019
|
Ported V9261F power sensor to new sensors
|
6 years ago |
Xose Pérez
|
956215eac5
|
Default slot method in BaseSensor class
|
6 years ago |
Xose Pérez
|
d91d5eedb1
|
New sensors tab in web UI for all sensors
|
6 years ago |
Xose Pérez
|
c83cf645c6
|
Added support for Wemos SHT3X I2C sensor shield
|
6 years ago |
Xose Pérez
|
6e839e3d72
|
Added sensor IDs
|
6 years ago |
Xose Pérez
|
c975b11226
|
Tentative to sensor manifest
|
6 years ago |
Xose Pérez
|
54c5fd8655
|
Auto try pulling up the line for Dallas sensor
|
6 years ago |
Xose Pérez
|
4c90a1b320
|
Release lock if sensor has not valid ID
|
6 years ago |
Xose Pérez
|
bb82a4936e
|
Simplify AnalogSensor
|
6 years ago |
Xose Pérez
|
de4780efbc
|
Added getters for sensors
|
6 years ago |
Xose Pérez
|
3ca68576f5
|
ExpectedPower method for EMON sensors
|
6 years ago |
Xose Pérez
|
4e454331d4
|
Improved I2C auto-discover avoiding collissions
|
6 years ago |
Xose Pérez
|
feeebf9fb3
|
Move multiple channel support in EMON to base class
|
6 years ago |
Xose Pérez
|
7a2b4a7847
|
Normal debug for sensors
|
6 years ago |
Xose Pérez
|
42f5ee5376
|
Flag sensor changes to avoid reinitializing them if unnecessary
|
6 years ago |