elad-bar / DahuaVTO2MQTT

Listens to events from Dahua VTO unit and publishes them via MQTT Message
103 stars 39 forks source link

Doorbell Action is not shown #40

Closed matlab22 closed 3 years ago

matlab22 commented 3 years ago

When I press the door bell button on my VTO2000A, I can not see any event. Is not every event forwarded?

elad-bar commented 3 years ago

did you use an MQTT explorer tool to get any event? can you please share the log?

thanks

matlab22 commented 3 years ago

2021-04-21 21:04:03,565 INFO --- MqttFX ClientModel : messageArrived() with topic: DahuaVTO/VideoMotion/Event 2021-04-21 21:04:03,565 INFO --- MqttFX ClientModel : messageArrived() added: message #62 to topic 'DahuaVTO/VideoMotion/Event' 2021-04-21 21:04:16,757 INFO --- MqttFX ClientModel : messageArrived() with topic: DahuaVTO/TimeChange/Event 2021-04-21 21:04:16,758 INFO --- MqttFX ClientModel : messageArrived() added: message #63 to topic 'DahuaVTO/TimeChange/Event' 2021-04-21 21:04:16,810 INFO --- MqttFX ClientModel : messageArrived() with topic: DahuaVTO/NTPAdjustTime/Event 2021-04-21 21:04:16,810 INFO --- MqttFX ClientModel : messageArrived() added: message #64 to topic 'DahuaVTO/NTPAdjustTime/Event' 2021-04-21 21:04:24,994 INFO --- MqttFX ClientModel : messageArrived() with topic: DahuaVTO/VideoMotion/Event 2021-04-21 21:04:24,995 INFO --- MqttFX ClientModel : messageArrived() added: message #65 to topic 'DahuaVTO/VideoMotion/Event' 2021-04-21 21:04:30,566 INFO --- MqttFX ClientModel : messageArrived() with topic: DahuaVTO/VideoMotion/Event 2021-04-21 21:04:30,566 INFO --- MqttFX ClientModel : messageArrived() added: message #66 to topic 'DahuaVTO/VideoMotion/Event' 2021-04-21 21:04:30,609 INFO --- MqttFX ClientModel : messageArrived() with topic: DahuaVTO/SIPRegisterResult/Event 2021-04-21 21:04:30,610 INFO --- MqttFX ClientModel : messageArrived() added: message #67 to topic 'DahuaVTO/SIPRegisterResult/Event' 2021-04-21 21:04:31,601 INFO --- MqttFX ClientModel : messageArrived() with topic: DahuaVTO/SIPRegisterResult/Event 2021-04-21 21:04:31,601 INFO --- MqttFX ClientModel : messageArrived() added: message #68 to topic 'DahuaVTO/SIPRegisterResult/Event'

Does it only work in combination with a VTH? I use the VTO standalone

rostikk80 commented 3 years ago

Do you guys know if it is possible to roll back to the previous version in docker? How would I do it?

elad-bar commented 3 years ago

@rostikk80, i fixed the issue with 2 day's ago (Added second door support and it caused the issue), please check