Xose Pérez
cb63e2659b
Support for BL0937 power monitoring chip with unmodified HLW8012 library ( #737 )
6 years ago
Xose Pérez
59c277a802
PZEM to use hardwere serial by default
6 years ago
Trickx
08485f8775
- Moved non-default value for GEIGER_SUPPORT from feature to sensor.
- Integrated Geiger Counter
- Adapted sensor.ino to read and publish values.
- Modified html to add local dose rate into web page.
- Tested with influxDB.
- Tested with MQTT.
6 years ago
Xose Pérez
0436b1a72d
Moving PZEM to use hardware serial by default, fix out of range values ( #837 )
6 years ago
Xose Pérez
45b52f870e
Include debug-h before if SENSOR_DEBUG
6 years ago
Yonsm
5867e1f904
Correct debug message
6 years ago
Xose Pérez
7ca3ae5f7d
Adding HCHO magnitude
6 years ago
Yonsm
07f4c96f27
Convert tab to 4-spaces
6 years ago
Yonsm
ce10f72a6c
Add SenseAir S8 CO2 sensor support
6 years ago
Xose Pérez
d154540a74
Changed order in sensors.h
6 years ago
Xose Pérez
08241d0e1b
Cleanup sensors and travis environments
6 years ago
Xose Pérez
42b2974790
Some fixings after configuration refactor
6 years ago
Lazar Obradovic
81fb3f0e64
analog sensors and ADC_MODE
6 years ago
Lazar Obradovic
69cbb056a3
isolate PROGMEM
Isolated dependencies
sensors dependencies
enums, macros and prototypes.
I2C dependencies moved to actual sensor files.
definitelly redefine
6 years ago
Xose Pérez
94c65068df
Support for HC-SR04 ultrasonic sensor
6 years ago
Xose Pérez
2506b6a509
Disable TMP3X sensor by default
6 years ago
Xose Pérez
39a9fddc62
Support for TMP35 & TMP37 temperature sensors
6 years ago
Xose Pérez
3280742656
TMP36 temperature analog sensor support
6 years ago
Oscar Rovira
23dc5c784b
Disable CSE7766 by default
CSE7766 was left probably by mistake enabled by default. This caused garbage in the serial while monitoring.
6 years ago
Xose Pérez
0e6f2d1ca3
Preliminary support for CSE7766 (Sonoff S31 & Sonoff POW R2)
6 years ago
Xose Pérez
2b445ec0b3
Set reported power & current values to 0 if relay is OFF
6 years ago
gn0st1c
40549ff8f6
new devices&sensors + some fixes
new devices&sensors + some fixes
6 years ago
Maxim Prokhorov
2355fe0dd9
Prune unused SparkFunBME280.h
6 years ago
ManuelW
0f924769d7
Update sensors.h
Add support for humidity correction
6 years ago
Xose Pérez
26a087dd7c
Check init status of sensors and re-init if they fail on boot ( #353 )
6 years ago
Xose Pérez
c63188b497
Load PZEM004T library
6 years ago
Xose Pérez
3704d36663
Initial support for PZEM004T sensor
6 years ago
Xose Pérez
cbafa74ddc
Option to report power data in kW ( #523 )
6 years ago
Xose Pérez
da3f7b7055
Option to report energy data in kWh ( #523 )
6 years ago
Xose Pérez
07181b4b9d
Disable BH1750 sensor by default
6 years ago
Xose Pérez
b082d14c59
Loop hooks
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
516fc40f53
Recover configurations
6 years ago
Xose Pérez
b73589f269
Revert config changes
6 years ago
Xose Pérez
170f0d543c
Option to publish address via MQTT for any sensor
6 years ago
Xose Pérez
ccc5843e7b
Option to publish Dallas sensor address via MQTT (disabled by default)
6 years ago
Xose Pérez
29b3ae7041
Support to build a core version of the firmware (<290Kb) keeping track of the board type for future reference
6 years ago
Xose Pérez
9d6a5727a5
Non SSL version of Thingspeak module
6 years ago
Xose Pérez
87b03f67f1
Fix bug in magnitudes topics and units order ( #355 )
6 years ago
Xose Pérez
cdfa893f75
Fixed old reference to dallas sensors in platformio.ini file. Default GPIO for DALLAS and DHT set to 14
6 years ago
Xose Pérez
ad62a6ad74
Support for BH1750 luminosity sensor
6 years ago
Xose Pérez
7f8fc6754d
Allow to overwrite HLW8012 build settings
6 years ago
Xose Pérez
7b52eb2e25
Fix magnitude order
6 years ago
Xose Pérez
8ac048fc4a
Set SENSOR_SUPPORT to 1 if a sensor is being built
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
12da057766
Changes to allow compilation from Arduino IDE
6 years ago
Xose Pérez
439881a741
Change sensor read and report interval from web UI
6 years ago
Xose Pérez
1ac4a61206
Migrate HLW8012 sensor to new sensor module, remove old code
6 years ago