So I’ve had this working for a while as a doorbell, single click (or double for the overzealous) bangs out a doorbell noise to various speakers and takes a snapshot from the door camera and telegrams it to myself and the wife.
A few weeks ago it stopped working, so I reset it and re-added it, no problem.
- I see it adding correctly in zigbee2mqtt logs.
- mqtt db shows it correctly :
{"id":13,"type":"EndDevice","ieeeAddr":"0x00158d00023b0321","nwkAddr":26433,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.sensor_switch.aq2","epList":[1],"zclVersion":1,"appVersion":3,"stackVersion":2,"hwVersion":2,"swBuildId":"3000-0001","status":"offline","joinTime":null,"endpoints":{"1":{"profId":260,"epId":1,"devId":24321,"inClusterList":[0,6,65535],"outClusterList":[0,4,65535],"clusters":{"genBasic":{"dir":{"value":3},"attrs":{}},"genGroups":{"dir":{"value":2},"attrs":{}},"genOnOff":{"dir":{"value":1},"attrs":{}},"manuSpecificCluster":{"dir":{"value":3},"attrs":{}}}}},"dateCode":"20161128","_id":"RPTBudfVaFZFXkli"}
Tailing the log during a click :
8/12/2019, 11:25:10 AM - info: MQTT publish: topic 'zigbee2mqtt/0x00158d00023b0321', payload '{"battery":100,"voltage":3335,"linkquality":34}'
It Isnt showing the click, it just sends the above every time. Is it broken or am i missing something? Lastly, I tried to get zigbee2mqtt into debug by adding “log_level”: debug, into the config but it doesnt take it and blanks it on startup (using the hassio version).
homeassistant : 0.96.5
mosquitto 5.0
zigbee2mqtt 1.5.1.2
TIA
John