2017-10-18 17:22:34 +01:00
/*
sonoff_post . h - Post header file for Sonoff - Tasmota
2017-12-22 13:55:24 +00:00
Copyright ( C ) 2018 Theo Arends
2017-10-18 17:22:34 +01:00
This program is free software : you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation , either version 3 of the License , or
( at your option ) any later version .
This program is distributed in the hope that it will be useful ,
but WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
GNU General Public License for more details .
You should have received a copy of the GNU General Public License
along with this program . If not , see < http : //www.gnu.org/licenses/>.
*/
# ifndef _SONOFF_POST_H_
# define _SONOFF_POST_H_
2018-04-23 10:37:46 +01:00
/*********************************************************************************************\
* Function declarations
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2017-10-18 17:22:34 +01:00
# ifdef __cplusplus
extern " C " {
# endif
# include "user_interface.h"
// Function prototypes
void WifiWpsStatusCallback ( wps_cb_status status ) ;
# ifdef __cplusplus
}
# endif
2018-04-18 16:28:45 +01:00
//#ifdef USE_KNX // Enabling this will fail compilation. It has no impact if not used. (20180417)
2018-04-17 14:34:18 +01:00
# include <esp-knx-ip.h>
void KNX_CB_Action ( message_t const & msg , void * arg ) ;
2018-04-18 16:28:45 +01:00
//#endif // USE_KNX
2018-04-17 14:34:18 +01:00
2018-04-23 10:37:46 +01:00
/*********************************************************************************************\
* Default global defines
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2018-05-01 11:42:17 +01:00
# ifndef MODULE
# define MODULE SONOFF_BASIC // [Module] Select default model
# endif
2018-04-23 10:37:46 +01:00
/*********************************************************************************************\
2018-08-28 13:28:36 +01:00
* [ sonoff - sensors . bin ]
2018-08-28 16:34:51 +01:00
* Provide an image with useful supported sensors enabled
2018-04-23 10:37:46 +01:00
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2018-08-28 13:28:36 +01:00
# ifdef USE_SENSORS
2018-07-06 17:00:50 +01:00
2018-11-07 14:03:41 +00:00
# undef CODE_IMAGE
# define CODE_IMAGE 3
2018-10-27 16:15:52 +01:00
# undef USE_ADC_VCC // Add Analog input on selected devices
2018-02-10 14:13:27 +00:00
# define USE_DS18x20 // For more than one DS18x20 sensors with id sort, single scan and read retry (+1k3 code)
//#define USE_DS18x20_LEGACY // For more than one DS18x20 sensors with dynamic scan using library OneWire (+1k5 code)
# define USE_I2C // I2C using library wire (+10k code, 0k2 mem, 124 iram)
# define USE_SHT // Add I2C emulating code for SHT1X sensor (+1k4 code)
# define USE_SHT3X // Add I2C code for SHT3x sensor (+0k6 code)
# define USE_HTU // Add I2C code for HTU21/SI7013/SI7020/SI7021 sensor (+1k5 code)
2018-07-06 17:00:50 +01:00
# define USE_LM75AD // Add I2C code for LM75AD sensor (+0k5 code)
2018-02-10 14:13:27 +00:00
# define USE_BMP // Add I2C code for BMP085/BMP180/BMP280/BME280 sensor (+4k code)
2018-07-06 17:00:50 +01:00
# define USE_BME680 // Add additional support for BME680 sensor using Bosch BME680 library (+4k code)
2018-03-31 16:29:00 +01:00
# define USE_SGP30 // Add I2C code for SGP30 sensor (+1k1 code)
2018-02-10 14:13:27 +00:00
# define USE_BH1750 // Add I2C code for BH1750 sensor (+0k5 code)
# define USE_VEML6070 // Add I2C code for VEML6070 sensor (+0k5 code)
# define USE_TSL2561 // Add I2C code for TSL2561 sensor using library Adafruit TSL2561 Arduino (+1k2 code)
2018-07-06 17:00:50 +01:00
//#define USE_SI1145 // Add I2C code for SI1145/46/47 sensor (+1k code)
2018-02-10 14:13:27 +00:00
# define USE_ADS1115 // Add I2C code for ADS1115 16 bit A/D converter based on Adafruit ADS1x15 library (no library needed) (+0k7 code)
2018-02-20 15:10:31 +00:00
//#define USE_ADS1115_I2CDEV // Add I2C code for ADS1115 16 bit A/D converter using library i2cdevlib-Core and i2cdevlib-ADS1115 (+2k code)
2018-02-10 14:13:27 +00:00
# define USE_INA219 // Add I2C code for INA219 Low voltage and current sensor (+1k code)
2018-02-20 15:10:31 +00:00
# define USE_MGS // Add I2C code for Xadow and Grove Mutichannel Gas sensor using library Multichannel_Gas_Sensor (+10k code)
2018-07-06 17:00:50 +01:00
//#define USE_APDS9960 // Add I2C code for APDS9960 Proximity Sensor. Disables SHT and VEML6070 (+4k7 code)
2018-10-27 16:15:52 +01:00
//#define USE_MCP230xx // Enable MCP23008/MCP23017 - Must define I2C Address in #define USE_MCP230xx_ADDR below - range 0x20 - 0x27 (+4k7 code)
// #define USE_MCP230xx_ADDR 0x20 // Enable MCP23008/MCP23017 I2C Address to use (Must be within range 0x20 through 0x27 - set according to your wired setup)
// #define USE_MCP230xx_OUTPUT // Enable MCP23008/MCP23017 OUTPUT support through sensor29 commands (+1k5 code)
// #define USE_MCP230xx_DISPLAYOUTPUT // Enable MCP23008/MCP23017 to display state of OUTPUT pins on Web UI (+0k2 code)
//#define USE_PCA9685 // Enable PCA9685 I2C HW PWM Driver - Must define I2C Address in #define USE_PCA9685_ADDR below - range 0x40 - 0x47 (+1k4 code)
// #define USE_PCA9685_ADDR 0x40 // Enable PCA9685 I2C Address to use (Must be within range 0x40 through 0x47 - set according to your wired setup)
// #define USE_PCA9685_FREQ 50 // Define default PWM frequency in Hz to be used (must be within 24 to 1526) - If other value is used, it will rever to 50Hz
//#define USE_MPR121 // Enable MPR121 controller (I2C addresses 0x5A, 0x5B, 0x5C and 0x5D) in input mode for touch buttons (+1k3 code)
2018-07-23 16:42:12 +01:00
//#define USE_CCS811 // Add I2C code for CCS811 sensor (+2k2 code)
2018-10-27 16:15:52 +01:00
//#define USE_MPU6050 // Enable MPU6050 sensor (I2C address 0x68 AD0 low or 0x69 AD0 high) (+2k6 code)
//#define USE_DS3231 // Enable DS3231 external RTC in case no Wifi is avaliable. See docs in the source file (+1k2 code)
2018-11-22 11:25:18 +00:00
//#define USE_MGC3130 // Enable MGC3130 Electric Field Effect Sensor (I2C address 0x42) (+2k7 code, 0k3 mem)
2018-02-10 14:13:27 +00:00
# define USE_MHZ19 // Add support for MH-Z19 CO2 sensor (+2k code)
# define USE_SENSEAIR // Add support for SenseAir K30, K70 and S8 CO2 sensor (+2k3 code)
# ifndef CO2_LOW
# define CO2_LOW 800 // Below this CO2 value show green light (needs PWM or WS2812 RG(B) led and enable with SetOption18 1)
# endif
# ifndef CO2_HIGH
# define CO2_HIGH 1200 // Above this CO2 value show red light (needs PWM or WS2812 RG(B) led and enable with SetOption18 1)
# endif
# define USE_PMS5003 // Add support for PMS5003 and PMS7003 particle concentration sensor (+1k3 code)
2018-03-03 14:28:30 +00:00
# define USE_NOVA_SDS // Add support for SDS011 and SDS021 particle concentration sensor (+0k7 code)
2018-03-20 13:31:11 +00:00
# define USE_SERIAL_BRIDGE // Add support for software Serial Bridge (+0k8 code)
2018-07-06 17:00:50 +01:00
# define USE_SDM120 // Add support for Eastron SDM120-Modbus energy meter (+1k7 code)
# define USE_SDM630 // Add support for Eastron SDM630-Modbus energy meter (+2k code)
2018-10-27 16:15:52 +01:00
# define USE_MP3_PLAYER // Use of the DFPlayer Mini MP3 Player RB-DFR-562 commands: play, volume and stop
# define MP3_VOLUME 10 // Set the startup volume on init, the range can be 0..30(max)
# define USE_TUYA_DIMMER // Add support for Tuya Serial Dimmer
2018-11-21 16:58:10 +00:00
# ifndef TUYA_DIMMER_ID
2018-10-31 23:13:46 +00:00
# define TUYA_DIMMER_ID 0 // Default dimmer Id
2018-11-21 16:58:10 +00:00
# endif
2018-11-24 02:29:32 +00:00
# define USE_PS_16_DZ // Add support for PS-16-DZ Dimmer
2018-10-27 16:15:52 +01:00
# define USE_PZEM004T // Add support for PZEM004T Energy monitor (+2k code)
# define USE_PZEM_AC // Add support for PZEM014,016 Energy monitor (+1k1 code)
# define USE_PZEM_DC // Add support for PZEM003,017 Energy monitor (+1k1 code)
# define USE_MCP39F501 // Add support for MCP39F501 Energy monitor as used in Shelly 2 (+3k1 code)
2018-02-10 14:13:27 +00:00
# define USE_IR_REMOTE // Send IR remote commands using library IRremoteESP8266 and ArduinoJson (+4k code, 0k3 mem, 48 iram)
# define USE_IR_HVAC // Support for HVAC system using IR (+2k code)
# define USE_IR_RECEIVE // Support for IR receiver (+5k5 code, 264 iram)
# define USE_WS2812 // WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by //
# ifndef USE_WS2812_CTYPE
2018-03-17 14:22:29 +00:00
# define USE_WS2812_CTYPE NEO_GRB // WS2812 Color type (NEO_RGB, NEO_GRB, NEO_BRG, NEO_RBG, NEO_RGBW, NEO_GRBW)
2018-02-10 14:13:27 +00:00
# endif
// #define USE_WS2812_DMA // DMA supports only GPIO03 (= Serial RXD) (+1k mem). When USE_WS2812_DMA is enabled expect Exceptions on Pow
# define USE_ARILUX_RF // Add support for Arilux RF remote controller (+0k8 code, 252 iram (non 2.3.0))
2018-04-21 17:17:24 +01:00
# define USE_SR04 // Add support for HC-SR04 ultrasonic devices (+1k code)
2018-10-27 16:15:52 +01:00
# define USE_TM1638 // Add support for TM1638 switches copying Switch1 .. Switch8 (+1k code)
# define USE_HX711 // Add support for HX711 load cell (+1k5 code)
//#define USE_HX711_GUI // Add optional web GUI to HX711 as scale (+1k8 code)
# define USE_RF_FLASH // Add support for flashing the EFM8BB1 chip on the Sonoff RF Bridge. C2CK must be connected to GPIO4, C2D to GPIO5 on the PCB (+3k code)
# define USE_TX20_WIND_SENSOR // Add support for La Crosse TX20 anemometer (+2k code)
# define USE_RC_SWITCH // Add support for RF transceiver using library RcSwitch (+2k7 code, 460 iram)
2018-12-15 16:02:05 +00:00
# define USE_RF_SENSOR // Add support for RF sensor receiver (434MHz or 868MHz) (+0k8 code)
// #define USE_THEO_V2 // Add support for decoding Theo V2 sensors as documented on https://sidweb.nl using 434MHz RF sensor receiver (+1k4 code)
# define USE_ALECTO_V2 // Add support for decoding Alecto V2 sensors like ACH2010, WS3000 and DKW2012 using 868MHz RF sensor receiver (+1k7 code)
2018-12-18 09:22:41 +00:00
# define USE_AZ7798 // Add support for AZ-Instrument 7798 CO2 datalogger
2018-08-28 13:28:36 +01:00
# endif // USE_SENSORS
2018-04-23 10:37:46 +01:00
/*********************************************************************************************\
* [ sonoff - classic . bin ]
* Provide an image close to version 5.12 .0 but still within 499 k program space to allow one time OTA
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# ifdef USE_CLASSIC
2018-07-06 17:00:50 +01:00
2018-11-07 14:03:41 +00:00
# undef CODE_IMAGE
# define CODE_IMAGE 2
2018-08-28 13:28:36 +01:00
# ifndef USE_WPS
# define USE_WPS // Add support for WPS as initial wifi configuration tool (+33k code, 1k mem (5k mem with core v2.4.2+))
# endif
# ifndef USE_SMARTCONFIG
# define USE_SMARTCONFIG // Add support for Wifi SmartConfig as initial wifi configuration tool (+23k code, +0.6k mem)
# endif
# undef MQTT_LIBRARY_TYPE
# define MQTT_LIBRARY_TYPE MQTT_PUBSUBCLIENT // Use PubSubClient library
# undef USE_ARDUINO_OTA // Disable support for Arduino OTA
2018-12-15 16:02:05 +00:00
//#undef USE_DOMOTICZ // Disable Domoticz
# undef USE_HOME_ASSISTANT // Disable Home Assistant
2018-07-06 17:00:50 +01:00
# undef USE_KNX // Disable KNX IP Protocol Support
2018-10-15 13:43:47 +01:00
# undef USE_CUSTOM // Disable Custom features
2018-07-06 17:00:50 +01:00
# undef USE_TIMERS // Disable support for up to 16 timers
# undef USE_TIMERS_WEB // Disable support for timer webpage
# undef USE_SUNRISE // Disable support for Sunrise and sunset tools
# undef USE_RULES // Disable support for rules
2018-08-28 13:28:36 +01:00
# undef USE_I2C // Disable all I2C sensors
# undef USE_SPI // Disable all SPI devices
# undef USE_MHZ19 // Disable support for MH-Z19 CO2 sensor
2018-07-06 17:00:50 +01:00
# undef USE_SENSEAIR // Disable support for SenseAir K30, K70 and S8 CO2 sensor
2018-08-28 13:28:36 +01:00
# undef USE_PMS5003 // Disable support for PMS5003 and PMS7003 particle concentration sensor
2018-07-06 17:00:50 +01:00
# undef USE_NOVA_SDS // Disable support for SDS011 and SDS021 particle concentration sensor
# undef USE_PZEM004T // Disable PZEM004T energy sensor
2018-10-17 11:27:05 +01:00
# undef USE_PZEM_AC // Disable PZEM014,016 Energy monitor
# undef USE_PZEM_DC // Disable PZEM003,017 Energy monitor
2018-12-15 16:02:05 +00:00
# undef USE_MCP39F501 // Disable support for MCP39F501 Energy monitor as used in Shelly 2 (+3k1 code)
2018-07-06 17:00:50 +01:00
# undef USE_SERIAL_BRIDGE // Disable support for software Serial Bridge
# undef USE_SDM120 // Disable support for Eastron SDM120-Modbus energy meter
# undef USE_SDM630 // Disable support for Eastron SDM630-Modbus energy meter
2018-10-27 16:15:52 +01:00
# undef USE_MP3_PLAYER // Disable DFPlayer Mini MP3 Player RB-DFR-562 commands: play, volume and stop
# undef USE_TUYA_DIMMER // Disable support for Tuya Serial Dimmer
2018-12-15 16:02:05 +00:00
# undef USE_ARMTRONIX_DIMMERS // Disable support for Armtronix Dimmers (+1k4 code)
# undef USE_PS_16_DZ // Disable support for PS-16-DZ Dimmer
2018-08-28 13:28:36 +01:00
# undef USE_IR_REMOTE // Disable IR remote commands using library IRremoteESP8266 and ArduinoJson
# undef USE_IR_RECEIVE // Disable support for IR receiver
2018-07-06 17:00:50 +01:00
# undef USE_ARILUX_RF // Disable support for Arilux RF remote controller
# undef USE_SR04 // Disable support for for HC-SR04 ultrasonic devices
# undef USE_TM1638 // Disable support for TM1638 switches copying Switch1 .. Switch8
2018-10-15 13:43:47 +01:00
# undef USE_HX711 // Disable support for HX711 load cell
2018-07-06 17:00:50 +01:00
# undef USE_RF_FLASH // Disable support for flashing the EFM8BB1 chip on the Sonoff RF Bridge. C2CK must be connected to GPIO4, C2D to GPIO5 on the PCB
2018-10-21 15:48:10 +01:00
# undef USE_TX20_WIND_SENSOR // Disable support for La Crosse TX20 anemometer
2018-10-26 16:09:28 +01:00
# undef USE_RC_SWITCH // Disable support for RF transceiver using library RcSwitch
2018-12-15 16:02:05 +00:00
# undef USE_RF_SENSOR // Disable support for RF sensor receiver (434MHz or 868MHz) (+0k8 code)
2018-07-06 17:00:50 +01:00
# undef DEBUG_THEO // Disable debug code
# undef USE_DEBUG_DRIVER // Disable debug code
2018-12-18 09:22:41 +00:00
# undef USE_AZ7798 // Disable support for AZ-Instrument 7798 CO2 datalogger
2018-04-23 10:37:46 +01:00
# endif // USE_CLASSIC
/*********************************************************************************************\
* [ sonoff - knx . bin ]
* Provide a dedicated KNX image allowing enough code and memory space
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# ifdef USE_KNX_NO_EMULATION
2018-07-06 17:00:50 +01:00
2018-11-07 14:03:41 +00:00
# undef CODE_IMAGE
# define CODE_IMAGE 4
2018-04-23 10:37:46 +01:00
# ifndef USE_KNX
# define USE_KNX // Enable KNX IP Protocol Support (+23k code, +3k3 mem)
# endif
# undef USE_EMULATION // Disable Belkin WeMo and Hue Bridge emulation for Alexa (-16k code, -2k mem)
# endif // USE_KNX_NO_EMULATION
2018-09-25 14:35:49 +01:00
/*********************************************************************************************\
* [ sonoff - display . bin ]
* Provide an image with display drivers enabled
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# ifdef USE_DISPLAYS
2018-11-07 14:03:41 +00:00
# undef CODE_IMAGE
# define CODE_IMAGE 6
2018-09-25 14:35:49 +01:00
# undef USE_ENERGY_SENSOR // Disable energy sensors (-14k code)
# undef USE_EMULATION // Disable Belkin WeMo and Hue Bridge emulation for Alexa (-16k code, -2k mem)
2018-12-15 16:02:05 +00:00
# undef USE_DOMOTICZ // Disable Domoticz
# undef USE_HOME_ASSISTANT // Disable Home Assistant
2018-09-25 14:35:49 +01:00
# define USE_I2C // I2C using library wire (+10k code, 0k2 mem, 124 iram)
# define USE_DISPLAY // Add I2C Display Support (+2k code)
# define USE_DISPLAY_MODES1TO5 // Enable display mode 1 to 5 in addition to mode 0
# define USE_DISPLAY_LCD // [DisplayModel 1] Enable Lcd display (I2C addresses 0x27 and 0x3F) (+6k code)
# define USE_DISPLAY_SSD1306 // [DisplayModel 2] Enable SSD1306 Oled 128x64 display (I2C addresses 0x3C and 0x3D) (+16k code)
# define USE_DISPLAY_MATRIX // [DisplayModel 3] Enable 8x8 Matrix display (I2C adresseses see below) (+11k code)
# define USE_SPI // Hardware SPI using GPIO12(MISO), GPIO13(MOSI) and GPIO14(CLK) in addition to two user selectable GPIOs(CS and DC)
# define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
2018-12-15 16:02:05 +00:00
# define USE_DISPLAY_EPAPER_29 // [DisplayModel 5] Enable e-paper 2.9 inch display (+19k code)
2018-09-25 14:35:49 +01:00
# undef USE_ARILUX_RF // Remove support for Arilux RF remote controller (-0k8 code, 252 iram (non 2.3.0))
# undef USE_RF_FLASH // Remove support for flashing the EFM8BB1 chip on the Sonoff RF Bridge. C2CK must be connected to GPIO4, C2D to GPIO5 on the PCB (-3k code)
# endif // USE_DISPLAYS
2018-04-23 10:37:46 +01:00
/*********************************************************************************************\
* Mandatory define for DS18x20 if changed by above image selections
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
v5.9.1j - Add Dual R2, Rewrite DS18x20 and fixes
5.9.1j
* Revert changes to xsns_05_ds18x20.ino and rename to
xsns_05_ds18x20_legacy.ino still needing library OneWire and providing
legacy JSON message:
*
"DS18x20":{"DS1":{"Type":"DS18B20","Address":"284CC48E04000079","Temperature":19.5},"DS2":{"Type":"DS18B20","Address":"283AC28304000052","Temperature":19.6}}
* Add new xdrv_05_ds18x20.ino free from library OneWire and add the
following features:
* Add support for DS1822
* Add forced setting of
12-bit resolution for selected device types (#1222)
* Add read
temperature retry counter (#1215)
* Fix lost sensors by performing
sensor probe at restart only thereby removing dynamic sensor probe
(#1215)
* Fix sensor address sorting using ascending sort on sensor
type followed by sensor address
* Rewrite JSON resulting in shorter
message allowing more sensors in default firmware image:
*
"DS18B20-1":{"Id":"00000483C23A","Temperature":19.5},"DS18B20-2":{"Id":"0000048EC44C","Temperature":19.6}
* Add additional define in user_config.h to select either single sensor
(defines disabled), new multi sensor (USE_DS18X20) or legacy multi
sensor (USE_DS18X20_LEGACY)
* Add support for Sonoff Dual R2 (#1249)
*
Fix ADS1115 detection (#1258)
2017-11-27 16:46:51 +00:00
# if defined(USE_DS18x20) || defined(USE_DS18x20_LEGACY)
# else
2018-02-10 14:13:27 +00:00
# define USE_DS18B20 // Default DS18B20 sensor needs no external library
2017-10-18 17:22:34 +01:00
# endif
v5.9.1j - Add Dual R2, Rewrite DS18x20 and fixes
5.9.1j
* Revert changes to xsns_05_ds18x20.ino and rename to
xsns_05_ds18x20_legacy.ino still needing library OneWire and providing
legacy JSON message:
*
"DS18x20":{"DS1":{"Type":"DS18B20","Address":"284CC48E04000079","Temperature":19.5},"DS2":{"Type":"DS18B20","Address":"283AC28304000052","Temperature":19.6}}
* Add new xdrv_05_ds18x20.ino free from library OneWire and add the
following features:
* Add support for DS1822
* Add forced setting of
12-bit resolution for selected device types (#1222)
* Add read
temperature retry counter (#1215)
* Fix lost sensors by performing
sensor probe at restart only thereby removing dynamic sensor probe
(#1215)
* Fix sensor address sorting using ascending sort on sensor
type followed by sensor address
* Rewrite JSON resulting in shorter
message allowing more sensors in default firmware image:
*
"DS18B20-1":{"Id":"00000483C23A","Temperature":19.5},"DS18B20-2":{"Id":"0000048EC44C","Temperature":19.6}
* Add additional define in user_config.h to select either single sensor
(defines disabled), new multi sensor (USE_DS18X20) or legacy multi
sensor (USE_DS18X20_LEGACY)
* Add support for Sonoff Dual R2 (#1249)
*
Fix ADS1115 detection (#1258)
2017-11-27 16:46:51 +00:00
2018-10-27 16:15:52 +01:00
/*********************************************************************************************\
* [ sonoff - basic . bin ]
* Provide an image without sensors
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# ifdef USE_BASIC
2018-11-07 14:03:41 +00:00
# undef CODE_IMAGE
# define CODE_IMAGE 5
2018-10-30 17:26:24 +00:00
# undef APP_SLEEP
# define APP_SLEEP 1 // Default to sleep = 1 for USE_BASIC
2018-10-27 16:15:52 +01:00
//#undef USE_ENERGY_SENSOR // Disable energy sensors
# undef USE_ARDUINO_OTA // Disable support for Arduino OTA
# undef USE_WPS // Disable support for WPS as initial wifi configuration tool
# undef USE_SMARTCONFIG // Disable support for Wifi SmartConfig as initial wifi configuration tool
# undef USE_DOMOTICZ // Disable Domoticz
# undef USE_HOME_ASSISTANT // Disable Home Assistant
# undef USE_MQTT_TLS // Disable TLS support won't work as the MQTTHost is not set
# undef USE_KNX // Disable KNX IP Protocol Support
//#undef USE_WEBSERVER // Disable Webserver
//#undef USE_EMULATION // Disable Wemo or Hue emulation
# undef USE_CUSTOM // Disable Custom features
# undef USE_DISCOVERY // Disable Discovery services for both MQTT and web server
//#undef USE_TIMERS // Disable support for up to 16 timers
//#undef USE_TIMERS_WEB // Disable support for timer webpage
//#undef USE_SUNRISE // Disable support for Sunrise and sunset tools
//#undef USE_RULES // Disable support for rules
# undef USE_DHT // Disable internal DHT sensor
# undef USE_DS18x20 // Disable DS18x20 sensor
# undef USE_DS18x20_LEGACY // Disable DS18x20 sensor
# undef USE_DS18B20 // Disable internal DS18B20 sensor
# undef USE_I2C // Disable all I2C sensors and devices
# undef USE_SPI // Disable all SPI devices
# undef USE_DISPLAY // Disable Display support
# undef USE_MHZ19 // Disable support for MH-Z19 CO2 sensor
# undef USE_SENSEAIR // Disable support for SenseAir K30, K70 and S8 CO2 sensor
# undef USE_PMS5003 // Disable support for PMS5003 and PMS7003 particle concentration sensor
# undef USE_NOVA_SDS // Disable support for SDS011 and SDS021 particle concentration sensor
# undef USE_SERIAL_BRIDGE // Disable support for software Serial Bridge
# undef USE_SDM120 // Disable support for Eastron SDM120-Modbus energy meter
# undef USE_SDM630 // Disable support for Eastron SDM630-Modbus energy meter
# undef USE_MP3_PLAYER // Disable DFPlayer Mini MP3 Player RB-DFR-562 commands: play, volume and stop
//#undef USE_TUYA_DIMMER // Disable support for Tuya Serial Dimmer
2018-12-15 16:02:05 +00:00
# undef USE_ARMTRONIX_DIMMERS // Disable support for Armtronix Dimmers (+1k4 code)
# undef USE_PS_16_DZ // Disable support for PS-16-DZ Dimmer
2018-10-27 16:15:52 +01:00
# undef USE_PZEM004T // Disable PZEM004T energy sensor
# undef USE_PZEM_AC // Disable PZEM014,016 Energy monitor
# undef USE_PZEM_DC // Disable PZEM003,017 Energy monitor
//#undef USE_MCP39F501 // Disable MCP39F501 Energy monitor as used in Shelly 2
# undef USE_IR_REMOTE // Disable IR driver
# undef USE_WS2812 // Disable WS2812 Led string
# undef USE_ARILUX_RF // Disable support for Arilux RF remote controller
# undef USE_SR04 // Disable support for for HC-SR04 ultrasonic devices
# undef USE_TM1638 // Disable support for TM1638 switches copying Switch1 .. Switch8
# undef USE_HX711 // Disable support for HX711 load cell
# undef USE_RF_FLASH // Disable support for flashing the EFM8BB1 chip on the Sonoff RF Bridge. C2CK must be connected to GPIO4, C2D to GPIO5 on the PCB
# undef USE_TX20_WIND_SENSOR // Disable support for La Crosse TX20 anemometer
# undef USE_RC_SWITCH // Disable support for RF transceiver using library RcSwitch
2018-12-15 16:02:05 +00:00
# undef USE_RF_SENSOR // Disable support for RF sensor receiver (434MHz or 868MHz) (+0k8 code)
2018-10-27 16:15:52 +01:00
# undef DEBUG_THEO // Disable debug code
# undef USE_DEBUG_DRIVER // Disable debug code
2018-12-18 09:22:41 +00:00
# undef USE_AZ7798 // Disable support for AZ-Instrument 7798 CO2 datalogger
2018-10-27 16:15:52 +01:00
# endif // USE_BASIC
2018-04-23 10:37:46 +01:00
/*********************************************************************************************\
* [ sonoff - minimal . bin ]
* Provide the smallest image possible while still enabling a webserver for intermediate image load
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# ifdef BE_MINIMAL
2018-07-06 17:00:50 +01:00
2018-11-07 14:03:41 +00:00
# undef CODE_IMAGE
# define CODE_IMAGE 1
2018-07-06 17:00:50 +01:00
# undef USE_ENERGY_SENSOR // Disable energy sensors
# undef USE_ARDUINO_OTA // Disable support for Arduino OTA
2018-07-14 14:35:56 +01:00
# undef USE_WPS // Disable support for WPS as initial wifi configuration tool
2018-07-15 14:21:48 +01:00
# undef USE_SMARTCONFIG // Disable support for Wifi SmartConfig as initial wifi configuration tool
2018-02-10 14:13:27 +00:00
# undef USE_DOMOTICZ // Disable Domoticz
# undef USE_HOME_ASSISTANT // Disable Home Assistant
2018-07-06 17:00:50 +01:00
# undef USE_MQTT_TLS // Disable TLS support won't work as the MQTTHost is not set
2018-04-21 17:17:24 +01:00
# undef USE_KNX // Disable KNX IP Protocol Support
2018-02-10 14:13:27 +00:00
//#undef USE_WEBSERVER // Disable Webserver
2018-10-27 16:15:52 +01:00
# undef USE_EMULATION // Disable Wemo or Hue emulation
2018-10-15 13:43:47 +01:00
# undef USE_CUSTOM // Disable Custom features
2018-07-06 17:00:50 +01:00
# undef USE_DISCOVERY // Disable Discovery services for both MQTT and web server
2018-03-31 15:26:00 +01:00
# undef USE_TIMERS // Disable support for up to 16 timers
2018-07-06 17:00:50 +01:00
# undef USE_TIMERS_WEB // Disable support for timer webpage
2018-04-05 11:49:43 +01:00
# undef USE_SUNRISE // Disable support for Sunrise and sunset tools
2018-04-21 17:17:24 +01:00
# undef USE_RULES // Disable support for rules
# undef USE_DHT // Disable internal DHT sensor
2018-02-10 14:13:27 +00:00
# undef USE_DS18x20 // Disable DS18x20 sensor
2018-07-06 17:00:50 +01:00
# undef USE_DS18x20_LEGACY // Disable DS18x20 sensor
2018-04-21 17:17:24 +01:00
# undef USE_DS18B20 // Disable internal DS18B20 sensor
2018-02-10 14:13:27 +00:00
# undef USE_I2C // Disable all I2C sensors and devices
# undef USE_SPI // Disable all SPI devices
# undef USE_DISPLAY // Disable Display support
# undef USE_MHZ19 // Disable support for MH-Z19 CO2 sensor
# undef USE_SENSEAIR // Disable support for SenseAir K30, K70 and S8 CO2 sensor
2018-04-21 17:17:24 +01:00
# undef USE_PMS5003 // Disable support for PMS5003 and PMS7003 particle concentration sensor
# undef USE_NOVA_SDS // Disable support for SDS011 and SDS021 particle concentration sensor
# undef USE_SERIAL_BRIDGE // Disable support for software Serial Bridge
2018-07-06 17:00:50 +01:00
# undef USE_SDM120 // Disable support for Eastron SDM120-Modbus energy meter
# undef USE_SDM630 // Disable support for Eastron SDM630-Modbus energy meter
2018-10-27 16:15:52 +01:00
# undef USE_MP3_PLAYER // Disable DFPlayer Mini MP3 Player RB-DFR-562 commands: play, volume and stop
# undef USE_TUYA_DIMMER // Disable support for Tuya Serial Dimmer
2018-12-15 16:02:05 +00:00
# undef USE_ARMTRONIX_DIMMERS // Disable support for Armtronix Dimmers (+1k4 code)
# undef USE_PS_16_DZ // Disable support for PS-16-DZ Dimmer
2018-10-27 16:15:52 +01:00
# undef USE_PZEM004T // Disable PZEM004T energy sensor
# undef USE_PZEM_AC // Disable PZEM014,016 Energy monitor
# undef USE_PZEM_DC // Disable PZEM003,017 Energy monitor
# undef USE_MCP39F501 // Disable MCP39F501 Energy monitor as used in Shelly 2
2018-02-10 14:13:27 +00:00
# undef USE_IR_REMOTE // Disable IR driver
2018-04-21 17:17:24 +01:00
# undef USE_WS2812 // Disable WS2812 Led string
2018-02-10 14:13:27 +00:00
# undef USE_ARILUX_RF // Disable support for Arilux RF remote controller
2018-04-21 17:17:24 +01:00
# undef USE_SR04 // Disable support for for HC-SR04 ultrasonic devices
2018-07-06 17:00:50 +01:00
# undef USE_TM1638 // Disable support for TM1638 switches copying Switch1 .. Switch8
2018-10-15 13:43:47 +01:00
# undef USE_HX711 // Disable support for HX711 load cell
2018-07-06 17:00:50 +01:00
# undef USE_RF_FLASH // Disable support for flashing the EFM8BB1 chip on the Sonoff RF Bridge. C2CK must be connected to GPIO4, C2D to GPIO5 on the PCB
2018-10-21 15:48:10 +01:00
# undef USE_TX20_WIND_SENSOR // Disable support for La Crosse TX20 anemometer
2018-10-26 16:09:28 +01:00
# undef USE_RC_SWITCH // Disable support for RF transceiver using library RcSwitch
2018-12-15 16:02:05 +00:00
# undef USE_RF_SENSOR // Disable support for RF sensor receiver (434MHz or 868MHz) (+0k8 code)
2018-02-10 14:13:27 +00:00
# undef DEBUG_THEO // Disable debug code
2018-06-24 16:50:42 +01:00
# undef USE_DEBUG_DRIVER // Disable debug code
2018-12-18 09:22:41 +00:00
# undef USE_AZ7798 // Disable support for AZ-Instrument 7798 CO2 datalogger
2018-04-23 10:37:46 +01:00
# endif // BE_MINIMAL
/*********************************************************************************************\
* Mandatory defines satisfying possible disabled defines
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2017-10-18 17:22:34 +01:00
2018-07-14 14:35:56 +01:00
# ifndef USE_WPS // See https://github.com/esp8266/Arduino/pull/4889
# undef NO_EXTRA_4K_HEAP // Allocate 4k heap for WPS in ESP8166/Arduino core v2.4.2 (was always allocated in previous versions)
# endif
2017-10-18 17:22:34 +01:00
# ifndef SWITCH_MODE
2018-02-10 14:13:27 +00:00
# define SWITCH_MODE TOGGLE // TOGGLE, FOLLOW or FOLLOW_INV (the wall switch state)
2017-10-18 17:22:34 +01:00
# endif
2018-03-09 17:08:17 +00:00
# ifndef MQTT_FINGERPRINT1
# define MQTT_FINGERPRINT1 "A5 02 FF 13 99 9F 8B 39 8E F1 83 4F 11 23 65 0B 32 36 FC 07"
# endif
# ifndef MQTT_FINGERPRINT2
# define MQTT_FINGERPRINT2 "A5 02 FF 13 99 9F 8B 39 8E F1 83 4F 11 23 65 0B 32 36 FC 07"
2017-10-18 17:22:34 +01:00
# endif
# ifndef WS2812_LEDS
2018-02-10 14:13:27 +00:00
# define WS2812_LEDS 30 // [Pixels] Number of LEDs
2017-10-18 17:22:34 +01:00
# endif
2018-02-27 13:59:46 +00:00
# ifndef MQTT_MAX_PACKET_SIZE
2018-10-03 09:00:46 +01:00
# define MQTT_MAX_PACKET_SIZE 1000 // Bytes
2018-02-27 13:59:46 +00:00
# endif
# ifndef MQTT_KEEPALIVE
2018-10-03 09:00:46 +01:00
# define MQTT_KEEPALIVE 15 // Seconds
# endif
# ifndef MQTT_TIMEOUT
# define MQTT_TIMEOUT 10000 // milli seconds
2018-02-27 13:59:46 +00:00
# endif
2017-10-18 17:22:34 +01:00
# ifndef MESSZ
2018-01-18 15:19:28 +00:00
//#define MESSZ 405 // Max number of characters in JSON message string (6 x DS18x20 sensors)
//#define MESSZ 893 // Max number of characters in JSON message string (Hass discovery and nice MQTT_MAX_PACKET_SIZE = 1000)
# define MESSZ (MQTT_MAX_PACKET_SIZE -TOPSZ -7) // Max number of characters in JSON message string (6 x DS18x20 sensors)
2017-10-18 17:22:34 +01:00
# endif
2018-01-26 14:21:57 +00:00
//#include <core_version.h> // Arduino_Esp8266 version information (ARDUINO_ESP8266_RELEASE and ARDUINO_ESP8266_RELEASE_2_3_0)
2018-01-06 16:34:42 +00:00
# ifndef ARDUINO_ESP8266_RELEASE
2018-02-24 15:37:33 +00:00
# define ARDUINO_ESP8266_RELEASE "STAGE"
2018-01-06 16:34:42 +00:00
# endif
2017-10-18 17:22:34 +01:00
2018-03-03 14:28:30 +00:00
# endif // _SONOFF_POST_H_