ikifar2012 / amcrest2mqtt-addon

A Home Assistant addon for amcrest2mqtt
4 stars 4 forks source link

AD110 + HA 2023.5.3: Doorbell event status does not change #23

Closed JimGermany closed 11 months ago

JimGermany commented 1 year ago

I just installed the addon under HA core 2023.5.3 for my AD110 and I think there is a problem with the event status "again" (https://github.com/ikifar2012/amcrest2mqtt-addon/issues/20) because the status does not change.

After install the status for Doorbell and Motion = "Unbekannt" (Note: Motion for AD110 is disabled in Amcrest App) HA_amcrest2mqtt_1

When I press the doorbell button status change to "An" HA_amcrest2mqtt_2

but the status then remains to on and does not go back to off

amcrest2mqtt_doorbell_sensor_status_on

Some more info: amcrest2mqtt binary sensor MQTT_Explorer_AD110_binary_sensor

Code: { "availability_topic": "amcrest2mqtt/Z0503E7xxxxxx/status", "qos": 0, "device": { "name": "Amcrest AD110", "manufacturer": "Amcrest", "model": "AD110", "identifiers": "Z0503E7xxxxxx", "sw_version": "1.000.00AC009.0.R (2022-12-13)", "via_device": "amcrest2mqtt" }, "state_topic": "amcrest2mqtt/Z0503E7xxxxxx/doorbell", "payload_on": "on", "payload_off": "off", "icon": "mdi:doorbell", "name": "AD110MQTT Doorbell", "unique_id": "Z0503E7xxxxxx.doorbell" }

amcrest2mqtt Log .... 20/05/2023 13:15:19 [INFO] {'Code': 'NTPAdjustTime', 'action': 'Pulse', 'index': '0', 'data': {'Address': 'ntp0.nl.net', 'Before': '20-05-2023 15:15:17', 'result': True}} 20/05/2023 13:17:06 [INFO] {'Code': '_DoTalkAction_', 'action': 'Pulse', 'index': '0', 'data': {'Action': 'Invite', 'CallID': '20230520151704@725761@192.168.1.37', 'CallSrcMask': 4}} 20/05/2023 13:17:07 [INFO] {'Code': 'CallNoAnswered', 'action': 'Start', 'index': '0', 'data': {'CallID': '6'}} 20/05/2023 13:17:10 [INFO] {'Code': 'UpdateFile', 'action': 'Pulse', 'index': '0'} 20/05/2023 13:17:11 [INFO] {'Code': 'NewFile', 'action': 'Pulse', 'index': '7632239', 'data': {'File': '/mnt/sd/SnapShot/2023-05-20/15/15-17-06[0].jpg', 'Size': 177865}} 20/05/2023 13:17:24 [INFO] {'Code': 'NewFile', 'action': 'Pulse', 'index': '1868784977', 'data': {'File': '/mnt/sd/Record/2023-05-20/15/15.16.56-15.17.06[R][0@0][0].mp4', 'Size': 4906874}} 20/05/2023 13:17:24 [INFO] {'Code': 'UpdateFile', 'action': 'Pulse', 'index': '0'} ....

FYI:

Any ideas?

stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.