Description
Is your feature request related to a problem? Please describe.
EMS-ESP32 discoverd two unknow devices. One of them has to be the ISM 2 I use to control the components of my solar system together with the FW 200 controller.
The ISM 2 module is connected as follows:
R1 = solar circuit pump for 1st collector array (SP)
R6 = valve return increase (DWU1)
NTC1 = collector temperature sensor 1st field (T1)
NTC2 = Bottom storage tank temperature sensor on the heating water side (solar storage tank T2)
NTC3 = center heating water-side cylinder temperature sensor (solar cylinder T3)
NTC6 = heating network return temperature sensor (T4)
"Devices": [
{
"type": "Boiler",
"name": "Junkers GBx72/Trendline/Cerapur/Greenstar Si/27i (DeviceID:0x08 ProductID:123, Version:06.02)",
"handlers": "0x10 0x11 0xC2 0x14 0x15 0x1C 0x18 0x19 0x1A 0x35 0x16 0x33 0x34 0x26 0x2A 0xD1 0xE3 0xE4 0xE5 0xE6 0xE9 0xEA"
},
{
"type": "Thermostat",
"name": "Junkers FW200 (DeviceID:0x10 ProductID:106, Version:12.14)",
"handlers": "0xA3 0x06 0xA2 0x12 0x16F 0x170 0x171 0x172 0x165 0x166 0x167 0x168"
},
{
"type": "Mixer",
"name": "Junkers IPM (DeviceID:0x20 ProductID:102, Version:20.08)",
"handlers": "0x10C 0x11E"
},
{
"type": "Mixer",
"name": "Junkers IPM (DeviceID:0x21 ProductID:102, Version:20.08)",
"handlers": "0x10C 0x11E"
},
{
"type": "Controller",
"name": "Controller (DeviceID:0x09, ProductID:152, Version:02.08)"
},
{
"type": "Unknown",
"name": "Junkers unknown (DeviceID:0x30 ProductID:103, Version:23.04)"
},
{
"type": "Unknown",
"name": "Junkers unknown (DeviceID:0x41 ProductID:100, Version:20.08)"
}
]
}