mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Add optional support for Mitsubishi Electric HVAC
Add optional support for Mitsubishi Electric HVAC by David Gwynne (#9237)
This commit is contained in:
parent
72d561e9be
commit
760d702fd0
@ -149,6 +149,7 @@
|
|||||||
| USE_HRXL | - | - | - | - | x | - | - |
|
| USE_HRXL | - | - | - | - | x | - | - |
|
||||||
| USE_TASMOTA_CLIENT | - | - | - | - | - | - | - |
|
| USE_TASMOTA_CLIENT | - | - | - | - | - | - | - |
|
||||||
| USE_OPENTHERM | - | - | - | - | - | - | - |
|
| USE_OPENTHERM | - | - | - | - | - | - | - |
|
||||||
|
| USE_MIEL_HVAC | - | - | - | - | - | - | - |
|
||||||
| USE_TCP_BRIDGE | - | - | - | - | - | - | - | zbbridge
|
| USE_TCP_BRIDGE | - | - | - | - | - | - | - | zbbridge
|
||||||
| | | | | | | | |
|
| | | | | | | | |
|
||||||
| USE_NRF24 | - | - | - | - | - | - | - |
|
| USE_NRF24 | - | - | - | - | - | - | - |
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
- Remove auto config update for all Friendlynames and Switchtopic from versions before 8.x
|
- Remove auto config update for all Friendlynames and Switchtopic from versions before 8.x
|
||||||
- Change redesigning ESP8266 GPIO internal representation in line with ESP32
|
- Change redesigning ESP8266 GPIO internal representation in line with ESP32
|
||||||
- Change new IR Raw compact format (#9444)
|
- Change new IR Raw compact format (#9444)
|
||||||
|
- Add optional support for Mitsubishi Electric HVAC by David Gwynne (#9237)
|
||||||
|
|
||||||
### 8.5.1 20201002
|
### 8.5.1 20201002
|
||||||
|
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -714,7 +714,9 @@
|
|||||||
#define D_SENSOR_TCP_TXD "TCP Tx"
|
#define D_SENSOR_TCP_TXD "TCP Tx"
|
||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
#define D_UNIT_CELSIUS "C"
|
#define D_UNIT_CELSIUS "C"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP - RX"
|
#define D_SENSOR_TCP_RXD "TCP - RX"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 - TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 - TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 - RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 - RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "А"
|
#define D_UNIT_AMPERE "А"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "А"
|
#define D_UNIT_AMPERE "А"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "安"
|
#define D_UNIT_AMPERE "安"
|
||||||
|
@ -719,6 +719,8 @@
|
|||||||
#define D_SENSOR_TCP_RXD "TCP Rx"
|
#define D_SENSOR_TCP_RXD "TCP Rx"
|
||||||
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
#define D_SENSOR_IEM3000_TX "iEM3000 TX"
|
||||||
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
#define D_SENSOR_IEM3000_RX "iEM3000 RX"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
|
||||||
|
#define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "安培"
|
#define D_UNIT_AMPERE "安培"
|
||||||
|
@ -639,6 +639,7 @@
|
|||||||
#define USE_TASMOTA_CLIENT_FLASH_SPEED 57600 // Usually 57600 for 3.3V variants and 115200 for 5V variants
|
#define USE_TASMOTA_CLIENT_FLASH_SPEED 57600 // Usually 57600 for 3.3V variants and 115200 for 5V variants
|
||||||
#define USE_TASMOTA_CLIENT_SERIAL_SPEED 57600 // Depends on the sketch that is running on the Uno/Pro Mini
|
#define USE_TASMOTA_CLIENT_SERIAL_SPEED 57600 // Depends on the sketch that is running on the Uno/Pro Mini
|
||||||
//#define USE_OPENTHERM // Add support for OpenTherm (+15k code)
|
//#define USE_OPENTHERM // Add support for OpenTherm (+15k code)
|
||||||
|
//#define USE_MIEL_HVAC // Add support for Mitsubishi Electric HVAC serial interface (+5k code)
|
||||||
|
|
||||||
// -- Power monitoring sensors --------------------
|
// -- Power monitoring sensors --------------------
|
||||||
#define USE_ENERGY_MARGIN_DETECTION // Add support for Energy Margin detection (+1k6 code)
|
#define USE_ENERGY_MARGIN_DETECTION // Add support for Energy Margin detection (+1k6 code)
|
||||||
|
@ -607,7 +607,9 @@ void GetFeatures(void)
|
|||||||
#if defined(USE_I2C) && defined(USE_VL53L1X)
|
#if defined(USE_I2C) && defined(USE_VL53L1X)
|
||||||
feature6 |= 0x02000000; // xsns_77_vl53l1x.ino
|
feature6 |= 0x02000000; // xsns_77_vl53l1x.ino
|
||||||
#endif
|
#endif
|
||||||
// feature6 |= 0x04000000;
|
#ifdef USE_MIEL_HVAC
|
||||||
|
feature6 |= 0x04000000; // xdrv_44_miel_hvac.ino
|
||||||
|
#endif
|
||||||
// feature6 |= 0x08000000;
|
// feature6 |= 0x08000000;
|
||||||
// feature6 |= 0x10000000;
|
// feature6 |= 0x10000000;
|
||||||
#if defined(ESP32) && defined(USE_TTGO_WATCH)
|
#if defined(ESP32) && defined(USE_TTGO_WATCH)
|
||||||
|
@ -158,6 +158,7 @@
|
|||||||
#define USE_HRXL // Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
#define USE_HRXL // Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
||||||
//#define USE_TASMOTA_CLIENT // Add support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
//#define USE_TASMOTA_CLIENT // Add support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
||||||
//#define USE_OPENTHERM // Add support for OpenTherm (+15k code)
|
//#define USE_OPENTHERM // Add support for OpenTherm (+15k code)
|
||||||
|
//#define USE_MIEL_HVAC // Add support for Mitsubishi Electric HVAC serial interface (+5k code)
|
||||||
//#define USE_MCP9808 // Add support for MCP9808 temperature sensor (+0k9 code)
|
//#define USE_MCP9808 // Add support for MCP9808 temperature sensor (+0k9 code)
|
||||||
//#define USE_HP303B // Add support for HP303B temperature and pressure sensor (I2C address 0x76 or 0x77) (+6k2 code)
|
//#define USE_HP303B // Add support for HP303B temperature and pressure sensor (I2C address 0x76 or 0x77) (+6k2 code)
|
||||||
|
|
||||||
@ -392,6 +393,7 @@
|
|||||||
#undef USE_HRXL // Disable support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
#undef USE_HRXL // Disable support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
||||||
#undef USE_TASMOTA_CLIENT // Disable support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
#undef USE_TASMOTA_CLIENT // Disable support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
||||||
#undef USE_OPENTHERM // Disable support for OpenTherm (+15k code)
|
#undef USE_OPENTHERM // Disable support for OpenTherm (+15k code)
|
||||||
|
#undef USE_MIEL_HVAC // Disable support for Mitsubishi Electric HVAC serial interface (+5k code)
|
||||||
|
|
||||||
#undef USE_DHT // Disable support for DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321) and SI7021 Temperature and Humidity sensor
|
#undef USE_DHT // Disable support for DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321) and SI7021 Temperature and Humidity sensor
|
||||||
#undef USE_MAX31855 // Disable MAX31855 K-Type thermocouple sensor using softSPI
|
#undef USE_MAX31855 // Disable MAX31855 K-Type thermocouple sensor using softSPI
|
||||||
@ -504,6 +506,7 @@
|
|||||||
#undef USE_HRXL // Disable support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
#undef USE_HRXL // Disable support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
||||||
#undef USE_TASMOTA_CLIENT // Disable support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
#undef USE_TASMOTA_CLIENT // Disable support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
||||||
#undef USE_OPENTHERM // Disable support for OpenTherm (+15k code)
|
#undef USE_OPENTHERM // Disable support for OpenTherm (+15k code)
|
||||||
|
#undef USE_MIEL_HVAC // Disable support for Mitsubishi Electric HVAC serial interface (+5k code)
|
||||||
|
|
||||||
#undef USE_ENERGY_SENSOR // Disable energy sensors
|
#undef USE_ENERGY_SENSOR // Disable energy sensors
|
||||||
#undef USE_ADE7953 // Disable ADE7953 Energy monitor as used on Shelly 2.5 (I2C address 0x38) (+1k5)
|
#undef USE_ADE7953 // Disable ADE7953 Energy monitor as used on Shelly 2.5 (I2C address 0x38) (+1k5)
|
||||||
@ -638,6 +641,7 @@
|
|||||||
#undef USE_HRXL // Disable support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
#undef USE_HRXL // Disable support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
||||||
#undef USE_TASMOTA_CLIENT // Disable support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
#undef USE_TASMOTA_CLIENT // Disable support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
||||||
#undef USE_OPENTHERM // Disable support for OpenTherm (+15k code)
|
#undef USE_OPENTHERM // Disable support for OpenTherm (+15k code)
|
||||||
|
#undef USE_MIEL_HVAC // Disable support for Mitsubishi Electric HVAC serial interface (+5k code)
|
||||||
|
|
||||||
//#undef USE_ENERGY_SENSOR // Disable energy sensors
|
//#undef USE_ENERGY_SENSOR // Disable energy sensors
|
||||||
#undef USE_PZEM004T // Disable PZEM004T energy sensor
|
#undef USE_PZEM004T // Disable PZEM004T energy sensor
|
||||||
@ -771,6 +775,7 @@
|
|||||||
#undef USE_HRXL // Disable support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
#undef USE_HRXL // Disable support for MaxBotix HRXL-MaxSonar ultrasonic range finders (+0k7)
|
||||||
#undef USE_TASMOTA_CLIENT // Disable support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
#undef USE_TASMOTA_CLIENT // Disable support for Arduino Uno/Pro Mini via serial interface including flashing (+2k3 code, 44 mem)
|
||||||
#undef USE_OPENTHERM // Disable support for OpenTherm (+15k code)
|
#undef USE_OPENTHERM // Disable support for OpenTherm (+15k code)
|
||||||
|
#undef USE_MIEL_HVAC // Disable support for Mitsubishi Electric HVAC serial interface (+5k code)
|
||||||
|
|
||||||
#undef USE_ENERGY_SENSOR // Disable energy sensors
|
#undef USE_ENERGY_SENSOR // Disable energy sensors
|
||||||
#undef USE_PZEM004T // Disable PZEM004T energy sensor
|
#undef USE_PZEM004T // Disable PZEM004T energy sensor
|
||||||
|
@ -146,6 +146,8 @@ enum UserSelectablePins {
|
|||||||
GPIO_IEM3000_TX, GPIO_IEM3000_RX, // IEM3000 Serial interface
|
GPIO_IEM3000_TX, GPIO_IEM3000_RX, // IEM3000 Serial interface
|
||||||
GPIO_ZIGBEE_RST, // Zigbee reset
|
GPIO_ZIGBEE_RST, // Zigbee reset
|
||||||
GPIO_DYP_RX,
|
GPIO_DYP_RX,
|
||||||
|
GPIO_MIEL_HVAC_TX, // Mitsubishi Electric HVAC TX pin
|
||||||
|
GPIO_MIEL_HVAC_RX, // Mitsubishi Electric HVAC RX pin
|
||||||
GPIO_SENSOR_END };
|
GPIO_SENSOR_END };
|
||||||
|
|
||||||
enum ProgramSelectablePins {
|
enum ProgramSelectablePins {
|
||||||
@ -248,7 +250,8 @@ const char kSensorNames[] PROGMEM =
|
|||||||
D_SENSOR_LMT01_PULSE "|"
|
D_SENSOR_LMT01_PULSE "|"
|
||||||
D_SENSOR_IEM3000_TX "|" D_SENSOR_IEM3000_RX "|"
|
D_SENSOR_IEM3000_TX "|" D_SENSOR_IEM3000_RX "|"
|
||||||
D_SENSOR_ZIGBEE_RST "|"
|
D_SENSOR_ZIGBEE_RST "|"
|
||||||
D_SENSOR_DYP_RX
|
D_SENSOR_DYP_RX "|"
|
||||||
|
D_SENSOR_MIEL_HVAC_TX "|" D_SENSOR_MIEL_HVAC_RX
|
||||||
;
|
;
|
||||||
|
|
||||||
const char kSensorNamesFixed[] PROGMEM =
|
const char kSensorNamesFixed[] PROGMEM =
|
||||||
@ -575,6 +578,10 @@ const uint16_t kGpioNiceList[] PROGMEM = {
|
|||||||
AGPIO(GPIO_TELEINFO_RX),
|
AGPIO(GPIO_TELEINFO_RX),
|
||||||
AGPIO(GPIO_TELEINFO_ENABLE),
|
AGPIO(GPIO_TELEINFO_ENABLE),
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef USE_MIEL_HVAC
|
||||||
|
AGPIO(GPIO_MIEL_HVAC_TX), // Mitsubishi Electric HVAC TX pin
|
||||||
|
AGPIO(GPIO_MIEL_HVAC_RX), // Mitsubishi Electric HVAC RX pin
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
#ifdef USE_WEBCAM
|
#ifdef USE_WEBCAM
|
||||||
|
1295
tasmota/xdrv_44_miel_hvac.ino
Normal file
1295
tasmota/xdrv_44_miel_hvac.ino
Normal file
File diff suppressed because it is too large
Load Diff
@ -229,7 +229,7 @@ a_features = [[
|
|||||||
"USE_VEML7700","USE_MCP9808","USE_BL0940","USE_TELEGRAM",
|
"USE_VEML7700","USE_MCP9808","USE_BL0940","USE_TELEGRAM",
|
||||||
"USE_HP303B","USE_TCP_BRIDGE","USE_TELEINFO","USE_LMT01",
|
"USE_HP303B","USE_TCP_BRIDGE","USE_TELEINFO","USE_LMT01",
|
||||||
"USE_PROMETHEUS","USE_IEM3000","USE_DYP","USE_I2S_AUDIO",
|
"USE_PROMETHEUS","USE_IEM3000","USE_DYP","USE_I2S_AUDIO",
|
||||||
"USE_MLX90640","USE_VL53L1X","","",
|
"USE_MLX90640","USE_VL53L1X","USE_MIEL_HVAC","",
|
||||||
"","USE_TTGO_WATCH","USE_ETHERNET","USE_WEBCAM"
|
"","USE_TTGO_WATCH","USE_ETHERNET","USE_WEBCAM"
|
||||||
],[
|
],[
|
||||||
"","","","",
|
"","","","",
|
||||||
@ -267,7 +267,7 @@ else:
|
|||||||
obj = json.load(fp)
|
obj = json.load(fp)
|
||||||
|
|
||||||
def StartDecode():
|
def StartDecode():
|
||||||
print ("\n*** decode-status.py v20200915 by Theo Arends and Jacek Ziolkowski ***")
|
print ("\n*** decode-status.py v20201002 by Theo Arends and Jacek Ziolkowski ***")
|
||||||
|
|
||||||
# print("Decoding\n{}".format(obj))
|
# print("Decoding\n{}".format(obj))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user