STIMA  3
Macros
sensors_config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SENSORS_MAX   (15)
 
#define SENSORS_UNIQUE_MAX   (6)
 
#define USE_JSON   (true)
 Enable if you want use json library for json response (getJson function in SensorDriver).
 
#define USE_SENSOR_ADT   (false)
 Enable if you want use ADT7420 sensor.
 
#define USE_SENSOR_HIH   (false)
 Enable if you want use HIH6100 sensor.
 
#define USE_SENSOR_HYT   (false)
 Enable if you want use HYT271 or HYT221 sensor.
 
#define USE_SENSOR_DEP   (true)
 Enable if you want use DigitEco Power sensor.
 
#define USE_SENSOR_POW   (true)
 Enable if you want use Power panel and battery sensor.
 
#define USE_SENSOR_DES   (false)
 Enable if you want use DigitEco Wind Speed sensor.
 
#define USE_SENSOR_DED   (false)
 Enable if you want use DigitEco Wind Direction sensor.
 
#define USE_SENSOR_DSR   (false)
 Enable if you want use DigitEco Global Solar Radiation sensor.
 
#define USE_SENSOR_VSR   (false)
 Enable if you want use 0-5V High Resolution Global Solar Radiation sensor.
 
#define USE_SENSOR_DSA   (true)
 Enable if you want average Global Solar Radiation sensor.
 
#define USE_SENSOR_DWA   (true)
 Enable if you want vectorial average Wind Speed and Direction over 10'.
 
#define USE_SENSOR_DWB   (true)
 Enable if you want vectorial average Wind Speed and Direction over report time.
 
#define USE_SENSOR_DWC   (true)
 Enable if you want gust Wind Speed and Direction over report time.
 
#define USE_SENSOR_DWD   (true)
 Enable if you want average Wind Speed over report time.
 
#define USE_SENSOR_DWE   (true)
 Enable if you want class Wind Speed over report time.
 
#define USE_SENSOR_DWF   (true)
 Enable if you want maximum wind gust speed and direction over report time.
 
#define USE_SENSOR_OA2   (false)
 Enable if you want use OPC PM1, PM2.5, PM10 continuous average value.
 
#define USE_SENSOR_OA3   (false)
 
#define USE_SENSOR_OB2   (false)
 Enable if you want use OPC PM1, PM2.5, PM10 continuous standard deviation value.
 
#define USE_SENSOR_OB3   (false)
 
#define USE_SENSOR_OC2   (false)
 Enable if you want use OPC BINS continuous average value.
 
#define USE_SENSOR_OC3   (false)
 
#define USE_SENSOR_OD2   (false)
 Enable if you want use OPC BINS continuous standard deviation value.
 
#define USE_SENSOR_OD3   (false)
 
#define USE_SENSOR_OE3   (false)
 
#define USE_SENSOR_LWT   (false)
 Enable if you want use leaf wetness time continuous value.
 
#define USE_SENSOR_HI7   (false)
 Enable if you want use SI7021 sensor.
 
#define USE_SENSOR_BMP   (false)
 Enable if you want use Bmp085 sensor.
 
#define USE_SENSOR_DW1   (false)
 Enable if you want use DW1 sensor.
 
#define USE_SENSOR_TBR   (true)
 Enable if you want use Tipping bucket rain gauge sensor.
 
#define USE_SENSOR_STH   (false)
 Enable if you want use Temperature and humidity oneshot sensor.
 
#define USE_SENSOR_ITH   (true)
 Enable if you want use Temperature and humidity continuous istantaneous sensor.
 
#define USE_SENSOR_NTH   (true)
 Enable if you want use Temperature and humidity continuous minium sensor.
 
#define USE_SENSOR_MTH   (true)
 Enable if you want use Temperature and humidity continuous average sensor.
 
#define USE_SENSOR_XTH   (true)
 Enable if you want use Temperature and humidity continuous maximum sensor.
 
#define USE_SENSOR_SSD   (false)
 Enable if you want use SSD011 oneshot sensor.
 
#define USE_SENSOR_ISD   (false)
 Enable if you want use SSD011 report istantaneous sensor.
 
#define USE_SENSOR_NSD   (false)
 Enable if you want use SSD011 report minium sensor.
 
#define USE_SENSOR_MSD   (false)
 Enable if you want use SSD011 report average sensor.
 
#define USE_SENSOR_XSD   (false)
 Enable if you want use SSD011 report maximum sensor.
 
#define USE_SENSOR_SMI   (false)
 Enable if you want use MICS4514 oneshot sensor.
 
#define USE_SENSOR_IMI   (false)
 Enable if you want use MICS4514 report istantaneous sensor.
 
#define USE_SENSOR_NMI   (false)
 Enable if you want use MICS4514 report minium sensor.
 
#define USE_SENSOR_MMI   (false)
 Enable if you want use MICS4514 report average sensor.
 
#define USE_SENSOR_GWS   (false)
 Enable if you want use Gill Windsonic sensor.
 
#define USE_SENSOR_XMI   (false)
 Enable if you want use MICS4514 report maximum sensor.
 
#define USE_SENSOR_RF24   (false)
 Enable if you want use Radio RF24 sensor.
 
#define VALUES_TO_READ_FROM_SENSOR_COUNT   (6)
 
#define JSONS_TO_READ_FROM_SENSOR_COUNT   (3)
 

Macro Definition Documentation

◆ VALUES_TO_READ_FROM_SENSOR_COUNT

#define VALUES_TO_READ_FROM_SENSOR_COUNT   (6)

Maximum number of values to be read by the sensors.