zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

Model TS0601_smoke_1 with _TZE200_ntcy3xu1 hasnt attributes tamper

Open jlmontes1697 opened this issue 3 years ago • 0 comments

What happened?

The device expose 4 attributes: smoke, tamper, battery_low and linkquality On devices supported https://www.zigbee2mqtt.io/devices/TS0601_smoke.html only has smoke, tamper, battery_low and linkquality On GUI zigbee2mqtt the value of attributes are "N/A" because this values dont exists ( I think )

What did you expect to happen?

Only show 3 attributes

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.28.2 commit: unknown

Adapter firmware version

20220219

Adapter

Dongle USB

Debug log

2022-11-26 08:26:49.166 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.humo_smoke, old_state=<state binary_sensor.humo_smoke=unavailable; device_class=smoke, friendly_name=HUMO smoke @ 2022-11-26T08:26:26.601205+01:00>, new_state=<state binary_sensor.humo_smoke=unknown; device_class=smoke, friendly_name=HUMO smoke @ 2022-11-26T08:26:49.166061+01:00>> 2022-11-26 08:26:50.228 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.humo_battery_low, old_state=<state binary_sensor.humo_battery_low=unknown; device_class=battery, friendly_name=HUMO battery low @ 2022-11-26T08:26:49.163163+01:00>, new_state=<state binary_sensor.humo_battery_low=off; battery_low=False, linkquality=156, smoke=None, tamper=None, device_class=battery, friendly_name=HUMO battery low @ 2022-11-26T08:26:50.227919+01:00>> 2022-11-26 08:26:50.230 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.humo_tamper, old_state=<state binary_sensor.humo_tamper=unknown; device_class=tamper, friendly_name=HUMO tamper @ 2022-11-26T08:26:49.163957+01:00>, new_state=<state binary_sensor.humo_tamper=unknown; battery_low=False, linkquality=156, smoke=None, tamper=None, device_class=tamper, friendly_name=HUMO tamper @ 2022-11-26T08:26:49.163957+01:00>> 2022-11-26 08:26:50.231 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.humo_smoke, old_state=<state binary_sensor.humo_smoke=unknown; device_class=smoke, friendly_name=HUMO smoke @ 2022-11-26T08:26:49.166061+01:00>, new_state=<state binary_sensor.humo_smoke=unknown; battery_low=False, linkquality=156, smoke=None, tamper=None, device_class=smoke, friendly_name=HUMO smoke @ 2022-11-26T08:26:49.166061+01:00>>

jlmontes1697 avatar Nov 26 '22 07:11 jlmontes1697