Custom devices (DiY) MiCASAGasCounter
Zigbee Gas counter
Services and characteristics
The following HomeKit Services and Characteristics are exposed by the Custom devices (DiY) MiCASAGasCounter
- Battery
- Battery Level
- Charging State
- Status Low Battery
Exposes
This is the information provided by Zigbee2MQTT for this device:
[
{
"name": "gas",
"label": "Gas",
"access": 5,
"type": "numeric",
"property": "gas",
"description": "Total gas consumption in m³",
"unit": "m³"
},
{
"name": "battery",
"label": "Battery",
"access": 5,
"type": "numeric",
"property": "battery",
"description": "Remaining battery in %",
"category": "diagnostic",
"unit": "%",
"value_max": 100,
"value_min": 0
},
{
"name": "voltage",
"label": "Voltage",
"access": 5,
"type": "numeric",
"property": "voltage",
"description": "Reported battery voltage in millivolts",
"category": "diagnostic",
"unit": "mV"
},
{
"name": "battery_low",
"label": "Battery low",
"access": 1,
"type": "binary",
"property": "battery_low",
"description": "Empty battery indicator",
"category": "diagnostic",
"value_on": true,
"value_off": false
}
]