FB100 controls hc1, fixes #2510

This commit is contained in:
MichaelDvP
2025-04-08 17:53:06 +02:00
parent baa4f2eb39
commit b252c2f95a
5 changed files with 69 additions and 68 deletions

View File

@@ -201,8 +201,8 @@ Thermostat::Thermostat(uint8_t device_type, uint8_t device_id, uint8_t product_i
} else if (model == EMSdevice::EMS_DEVICE_FLAG_JUNKERS) {
if (device_id >= 0x18 && device_id <= 0x1B) { // remote hc1-hc4
register_telegram_type(0x123, "JunkersRemote", false, MAKE_PF_CB(process_JunkersRemoteMonitor));
register_device_values(); // register device values for common values (not heating circuit)
return; // no values to add
// register_device_values(); // register device values for common values (not heating circuit)
// return; // no values to add
}
monitor_typeids = {0x016F, 0x0170, 0x0171, 0x0172};