Xose Pérez
|
5ad3ae7799
|
Move power sensor configuration to Configure method (#676)
|
6 years ago |
Xose Pérez
|
ea240f7498
|
Limit humidity between 0 and 100, show humidity correction only if there is a humidity magnitude
|
6 years ago |
ManuelW
|
3234da3a31
|
Update sensor.ino
Add support for humidity correction
|
6 years ago |
Xose Pérez
|
475d1627ff
|
Fix several compiling issues
|
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
|
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
|
4029ee73da
|
Trying to fix some issues reported by codacy
|
6 years ago |
Xose Pérez
|
dfad1d5eec
|
Added event callback to sensors
|
6 years ago |
Xose Pérez
|
cd54372588
|
HA auto-discover for multi-relay boards and sensors
|
6 years ago |
Xose Pérez
|
90ce2a8e37
|
Local broker
|
6 years ago |
Xose Pérez
|
b082d14c59
|
Loop hooks
|
6 years ago |
Xose Pérez
|
2dc2b7d176
|
Checking code with cppcheck
|
6 years ago |
Xose Pérez
|
ce9e2a6482
|
Refactor settings module, added settingsCommandRegister
|
6 years ago |
Xose Pérez
|
e4ef06b38c
|
Inline documentation on sensorInit
|
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
|
9d6a5727a5
|
Non SSL version of Thingspeak module
|
6 years ago |
Xose Pérez
|
af805ab045
|
Update copyright notices
|
6 years ago |
Xose Pérez
|
ad62a6ad74
|
Support for BH1750 luminosity sensor
|
6 years ago |
Xose Pérez
|
53e9a8925f
|
Small changes in magnitudes struct
|
6 years ago |
Xose Pérez
|
8b01681de2
|
Changed apiRegister method
|
6 years ago |
Xose Pérez
|
d7983c9d43
|
Changed filters to use arrays instead of vectors
|
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
|
b613996461
|
Do not report sensor data if no magnitudes
|
6 years ago |
Xose Pérez
|
439881a741
|
Change sensor read and report interval from web UI
|
6 years ago |
Xose Pérez
|
38b2747218
|
Sensor indexes in web UI
|
6 years ago |
Xose Pérez
|
28d59083ac
|
Fix early access bug to HLW8012 instance on HLW8012Sensor
|
6 years ago |
Xose Pérez
|
b9db614d8e
|
Fix cast errors
|
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
|
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
|
7 years ago |
Xose Pérez
|
bb82a4936e
|
Simplify AnalogSensor
|
7 years ago |
Xose Pérez
|
de4780efbc
|
Added getters for sensors
|
7 years ago |
Xose Pérez
|
feeebf9fb3
|
Move multiple channel support in EMON to base class
|
7 years ago |
Xose Pérez
|
7a2b4a7847
|
Normal debug for sensors
|
7 years ago |
Xose Pérez
|
c416b9ad3d
|
Show message in debug log if no magnitude found for a given sensor
|
7 years ago |
Xose Pérez
|
90a7f7f6d2
|
Interrupt handling routines for sensors
|
7 years ago |
Xose Pérez
|
c39794493a
|
Load sensor classes outside the initSensor scope
|
7 years ago |
Xose Pérez
|
8728d55b7b
|
Change sensor API, force parameter-less constructors
|
7 years ago |
Xose Pérez
|
89f892ac79
|
Report sensor errors to web UI
|
7 years ago |
Xose Pérez
|
b70a5aaf8c
|
Some clean-up
|
7 years ago |