Integration of Homematic IP HmIP-SCTH230 (Co2 Sensor)

Please integrate the Homatic IP HmIP-SCTH230 in Home Assistant. This is an CO2, tempreture and humidity Sensor. By now I don’t get this sensors in Home Assistant.

Thanks!

https://homematic-ip.com/de/produkt/co2-sensor-230-v

This thread might help you:

I’m also very interested in a integration of the HmIP-SCTH230 Sensor.
It’s a sensor as mentioned before and also a switch (for e.g. lights).

Relevant snippet of my cloud dump:

“000000000000000000000000”: {
“availableFirmwareVersion”: “1.0.10”,
“connectionType”: “HMIP_RF”,
“deviceArchetype”: “HMIP”,
“firmwareVersion”: “1.0.10”,
“firmwareVersionInteger”: 65546,
“functionalChannels”: {
“0”: {
“busConfigMismatch”: null,
“coProFaulty”: false,
“coProRestartNeeded”: false,
“coProUpdateFailure”: false,
“configPending”: false,
“controlsMountingOrientation”: null,
“daliBusState”: null,
“defaultLinkedGroup”: ,
“deviceAliveSignalEnabled”: null,
“deviceCommunicationError”: null,
“deviceDriveError”: null,
“deviceDriveModeError”: null,
“deviceId”: “000000000000000000000000”,
“deviceOperationMode”: null,
“deviceOverheated”: false,
“deviceOverloaded”: false,
“devicePowerFailureDetected”: false,
“deviceUndervoltage”: false,
“displayContrast”: null,
“displayMode”: null,
“displayMountingOrientation”: null,
“dutyCycle”: false,
“functionalChannelType”: “DEVICE_BASE”,
“groupIndex”: 0,
“groups”: [
“00000000-0000-0000-0000-000000000007”
],
“index”: 0,
“invertedDisplayColors”: null,
“label”: “”,
“lockJammed”: null,
“lowBat”: null,
“mountingOrientation”: null,
“multicastRoutingEnabled”: false,
“operationDays”: null,
“particulateMatterSensorCommunicationError”: null,
“particulateMatterSensorError”: null,
“powerShortCircuit”: null,
“profilePeriodLimitReached”: null,
“routerModuleEnabled”: false,
“routerModuleSupported”: false,
“rssiDeviceValue”: -79,
“rssiPeerValue”: -64,
“sensorCommunicationError”: null,
“sensorError”: null,
“shortCircuitDataLine”: null,
“supportedOptionalFeatures”: {
“IFeatureBusConfigMismatch”: false,
“IFeatureDeviceCoProError”: false,
“IFeatureDeviceCoProRestart”: false,
“IFeatureDeviceCoProUpdate”: false,
“IFeatureDeviceCommunicationError”: false,
“IFeatureDeviceDaliBusError”: false,
“IFeatureDeviceDriveError”: false,
“IFeatureDeviceDriveModeError”: false,
“IFeatureDeviceIdentify”: false,
“IFeatureDeviceOverheated”: false,
“IFeatureDeviceOverloaded”: false,
“IFeatureDeviceParticulateMatterSensorCommunicationError”: false,
“IFeatureDeviceParticulateMatterSensorError”: false,
“IFeatureDevicePowerFailure”: false,
“IFeatureDeviceSensorCommunicationError”: false,
“IFeatureDeviceSensorError”: false,
“IFeatureDeviceTemperatureHumiditySensorCommunicationError”: false,
“IFeatureDeviceTemperatureHumiditySensorError”: false,
“IFeatureDeviceTemperatureOutOfRange”: false,
“IFeatureDeviceUndervoltage”: false,
“IFeatureMulticastRouter”: false,
“IFeaturePowerShortCircuit”: false,
“IFeatureProfilePeriodLimit”: true,
“IFeatureRssiValue”: true,
“IFeatureShortCircuitDataLine”: false,
“IOptionalFeatureDefaultLinkedGroup”: false,
“IOptionalFeatureDeviceAliveSignalEnabled”: false,
“IOptionalFeatureDeviceErrorLockJammed”: false,
“IOptionalFeatureDeviceOperationMode”: false,
“IOptionalFeatureDisplayContrast”: false,
“IOptionalFeatureDisplayMode”: false,
“IOptionalFeatureDutyCycle”: true,
“IOptionalFeatureInvertedDisplayColors”: false,
“IOptionalFeatureLowBat”: false,
“IOptionalFeatureMountingOrientation”: false,
“IOptionalFeatureOperationDays”: false
},
“temperatureHumiditySensorCommunicationError”: null,
“temperatureHumiditySensorError”: null,
“temperatureOutOfRange”: false,
“unreach”: false
},
“1”: {
“actualTemperature”: 24.9,
“carbonDioxideConcentration”: 615.0,
“carbonDioxideVisualisationEnabled”: true,
“channelRole”: “CARBON_DIOXIDE_SENSOR”,
“deviceId”: “000000000000000000000000”,
“functionalChannelType”: “CARBON_DIOXIDE_SENSOR_CHANNEL”,
“groupIndex”: 1,
“groups”: [
“00000000-0000-0000-0000-000000000009”
],
“humidity”: 43,
“index”: 1,
“label”: “”,
“vaporAmount”: 9.820048520035353
},
“2”: {
“channelRole”: “SWITCH_ACTUATOR”,
“deviceId”: “000000000000000000000000”,
“functionalChannelType”: “SWITCH_CHANNEL”,
“groupIndex”: 2,
“groups”: [
“00000000-0000-0000-0000-000000000029”,
“00000000-0000-0000-0000-000000000030”
],
“index”: 2,
“internalLinkConfiguration”: null,
“label”: “”,
“on”: false,
“powerUpSwitchState”: “PERMANENT_OFF”,
“profileMode”: “AUTOMATIC”,
“supportedOptionalFeatures”: {
“IFeatureAccessAuthorizationActuatorChannel”: false,
“IFeatureGarageGroupActuatorChannel”: false,
“IFeatureLightGroupActuatorChannel”: true,
“IFeatureLightProfileActuatorChannel”: true,
“IOptionalFeatureInternalLinkConfiguration”: false,
“IOptionalFeaturePowerUpSwitchState”: true
},
“userDesiredProfileMode”: “AUTOMATIC”
}
},
“homeId”: “00000000-0000-0000-0000-000000000001”,
“id”: “000000000000000000000000”,
“label”: “CO\u2082-Sensor”,
“lastStatusUpdate”: 1730449021314,
“liveUpdateState”: “LIVE_UPDATE_NOT_SUPPORTED”,
“manuallyUpdateForced”: false,
“manufacturerCode”: 1,
“measuredAttributes”: {},
“modelId”: 435,
“modelType”: “HmIP-SCTH230”,
“oem”: “eQ-3”,
“permanentlyReachable”: true,
“serializedGlobalTradeItemNumber”: “000000000000000000000000”,
“type”: “CARBON_DIOXIDE_SENSOR”,
“updateState”: “UP_TO_DATE”
},

Thanks in advance