diff --git a/CDB/LOFAR_ConfigDb.json b/CDB/LOFAR_ConfigDb.json
index e7af81cae189b00800053ea1c24ed43faf243ba9..dcf8ce83abb4ddba759be6340bbe84a93c783505 100644
--- a/CDB/LOFAR_ConfigDb.json
+++ b/CDB/LOFAR_ConfigDb.json
@@ -93,7 +93,7 @@
                                 "RECV, RECV_TEMP_error_R"
                             ],
                             "Shutdown_Device_List":[
-                                "STAT/SDP/1", "STAT/UNB2/1", "STAT/RECV/1", "STAT/APSCT/1", "STAT/APSPU/1"
+                                "STAT/SDP/1", "STAT/UNB2/1", "STAT/RECV/1", "STAT/APSCT/1", "STAT/CCD/1", "STAT/APSPU/1"
                             ]
                         }
                     }
diff --git a/CDB/stations/simulators_ConfigDb.json b/CDB/stations/simulators_ConfigDb.json
index bb686ecf733a7925bafa3883bb86ed132fe89d90..b62292ef71def7c6e4d11011ad9a7a02e5028184 100644
--- a/CDB/stations/simulators_ConfigDb.json
+++ b/CDB/stations/simulators_ConfigDb.json
@@ -140,9 +140,7 @@
                 "TemperatureManager": {
                     "STAT/TemperatureManager/1": {
                         "properties": {
-                            "Alarm_Error_List": [
-                                "RECV, HBAT_LED_on_RW"
-                            ],
+                            "Alarm_Error_List": [],
                             "Shutdown_Device_List":[
                                 "STAT/SDP/1", "STAT/UNB2/1", "STAT/RECV/1", "STAT/APSCT/1", "STAT/CCD/1","STAT/APSPU/1"
                             ]
diff --git a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_temperature_manager.py b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_temperature_manager.py
index 3e32310e130e219b75f4c9525ae87a5143f92eee..e31697646e769d6e98ae835eb8e58522816637bd 100644
--- a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_temperature_manager.py
+++ b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_temperature_manager.py
@@ -48,6 +48,7 @@ class TestDeviceTemperatureManager(AbstractTestBases.TestDeviceBase):
     def test_alarm(self):
         # Exclude other devices which raise a TimeoutError, since they wait for the attribute *_translator_busy_R to become False 
         # (set instead to True in this test environment)
+        self.proxy.put_property({"Alarm_Error_List": ["RECV, HBAT_LED_on_RW"]})
         self.proxy.put_property({"Shutdown_Device_List": ["STAT/SDP/1"]})
         devices = [DeviceProxy("STAT/SDP/1")]