From 08d75a5fe39733cfa9c9e9c0f900e4af34c46d55 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:11:07 +0200 Subject: [PATCH] Add Support for BL0906 up to 6 channel energy monitor as used in Athom EM2/EM6 (#22167) --- tasmota/include/tasmota_configurations_ESP32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index f6ac7fc22375..21343be87cd2 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -764,6 +764,7 @@ #define USE_SONOFF_SPM // Add support for ESP32 based Sonoff Smart Stackable Power Meter (+11k code) #define USE_MODBUS_ENERGY // Add support for generic modbus energy monitor using a user file in rule space (+5k code) //#define USE_BIOPDU // Add support for BioPDU 625x12 6-channel energy monitor +#define USE_BL0906 // Add support for BL0906 up to 6 channel Energy monitor as used in Athom EM2/EM6 #define USE_DHT // Add support for DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321) and SI7021 Temperature and Humidity sensor #define USE_MAX31855 // Add support for MAX31855 K-Type thermocouple sensor using softSPI