diff --git a/server/services/zigbee2mqtt/exposes/numericType.js b/server/services/zigbee2mqtt/exposes/numericType.js index 05c3f296e6..aa142a0ad2 100644 --- a/server/services/zigbee2mqtt/exposes/numericType.js +++ b/server/services/zigbee2mqtt/exposes/numericType.js @@ -689,7 +689,7 @@ module.exports = { RELAIS: { feature: { category: DEVICE_FEATURE_CATEGORIES.ENERGY_SENSOR, - type: DEVICE_FEATURE_TYPES.SENSOR.INTEGER, + type: DEVICE_FEATURE_TYPES.ENERGY_SENSOR.BINARY, }, }, EAST: { @@ -716,6 +716,14 @@ module.exports = { max: 1000000, }, }, + EASF03: { + feature: { + category: DEVICE_FEATURE_CATEGORIES.ENERGY_SENSOR, + type: DEVICE_FEATURE_TYPES.ENERGY_SENSOR.INDEX, + min: 0, + max: 1000000, + }, + }, // End of Lixee TIC device voc: { feature: {