The KCS TraceME N1Cx component is a Home Assistant custom sensor which provides access to historic CO2 gas PPM data and other information.
This integration is able to install via HACS.
- Ensure that HACS is installed.
- Search for and install the KCS TraceME N1Cx integration.
- Configure the KCS TraceME N1Cx sensor.
- Restart Home Assistant.
KCS TraceME N1Cx can be configured on the integrations menu or in configuration.yaml
In Configuration/Integrations click on the <+> button, select KCS TraceME N1Cx and configure the options on the form.
Add KCS TraceME N1Cx sensor in your configuration.yaml
.
# Example configuration.yaml entry
kcs_n1cx:
name: 'CO2 Level'
dev_eui: '7CC6C42900010851'
gas: true
Optional arguments (Future version):
kcs_n1cx:
name: 'CO2 Level'
...
tempertaure: false # temperature disabled
humidity: false # humidity disabled
pressure: true # pressure enabled
air_quality: false # air quality disabled
battery: true # battery level enabled
all: false # all features disabled
Parameter | Optional | Description |
---|---|---|
name |
Yes | Sensor name |
dev_eui |
No | LoraWAN DevEUI |
gas |
No | CO2 gas ppm feature enable/disable flag (default: true ) |
temperature |
Yes | Temperature feature enable/disable flag (default: false ) |
humidity |
Yes | Humidity feature enable/disable flag (default: false ) |
pressure |
Yes | Pressure feature enable/disable flag (default: false ) |
air_quality |
Yes | Air quality feature enable/disable flag (default: false ) |
battery |
Yes | Battery level feature enable/disable flag (default: false ) |
all |
Yes | All features enable/disable flag (default: false ) |
Returns values for the specified utility (e.g. CO2 gas, temperature, humitidy, etc.)