mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
added MM50 to mixing device table
This commit is contained in:
@@ -208,7 +208,7 @@ const _Boiler_Device Boiler_Devices[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Known Solar Module types, device type 0x30
|
* Known Solar Module types, device id is 0x30
|
||||||
* format is PRODUCT ID, DESCRIPTION
|
* format is PRODUCT ID, DESCRIPTION
|
||||||
*/
|
*/
|
||||||
const _SolarModule_Device SolarModule_Devices[] = {
|
const _SolarModule_Device SolarModule_Devices[] = {
|
||||||
@@ -220,9 +220,15 @@ const _SolarModule_Device SolarModule_Devices[] = {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Mixing Units
|
||||||
|
* Typically device id is 0x20 or 0x21
|
||||||
|
* format is PRODUCT ID, DESCRIPTION
|
||||||
|
*/
|
||||||
const _Mixing_Device Mixing_Devices[] = {
|
const _Mixing_Device Mixing_Devices[] = {
|
||||||
{160, 0x20, "MM100 Mixing Module"},
|
{160, "MM100 Mixing Module"},
|
||||||
{160, 0x21, "MM100 Mixing Module"},
|
{69, "MM10 Mixer Module"},
|
||||||
|
{159, "MM50 Mixing Module"},
|
||||||
};
|
};
|
||||||
|
|
||||||
// Other EMS devices which are not considered boilers, thermostats or solar modules
|
// Other EMS devices which are not considered boilers, thermostats or solar modules
|
||||||
@@ -231,9 +237,6 @@ const _Other_Device Other_Devices[] = {
|
|||||||
|
|
||||||
{71, 0x11, "WM10 Switch Module"},
|
{71, 0x11, "WM10 Switch Module"},
|
||||||
|
|
||||||
{69, 0x21, "MM10 Mixer Module"},
|
|
||||||
{159, 0x21, "MM50 Mixing Module"},
|
|
||||||
|
|
||||||
{68, 0x09, "BC10/RFM20 Receiver"},
|
{68, 0x09, "BC10/RFM20 Receiver"},
|
||||||
{190, 0x09, "BC10 Base Controller"},
|
{190, 0x09, "BC10 Base Controller"},
|
||||||
{114, 0x09, "BC10 Base Controller"},
|
{114, 0x09, "BC10 Base Controller"},
|
||||||
|
|||||||
Reference in New Issue
Block a user