smarthomefans / ioBroker.miio

ioBroker adapter to controls xiaomi miIO protocol devices
MIT License
12 stars 6 forks source link

Xiaomi Doorbell #21

Open grillmeister1 opened 4 years ago

grillmeister1 commented 4 years ago

Hey Leute,

Da die Video Tür Klingel von Xiaomi auch über die Mi Home App eingerichtet wird, würde ich es cool finden wenn ich zum beispiel den Bewegungssensor der Klingel auch im ioBroker abgreifen könnte um damit etwas triggern zu können, oder natürlich auch das Bild um es zum bespiel in VIS oder Telegram weiter verwenden zu können.

Hier ein paar nähere Details von Dennis über die Xiaomi Doorbell https://dealheros.de/produkt/xiaomi-smarthome-video-tuerklingel-720p-ir-nachtsicht-%E2%9C%AA/

grillmeister1 commented 4 years ago

Das Log File. Wer kann helfen? 2019-10-05 23:17:06.729 - info: miio.0 starting. Version 0.0.13 in /opt/iobroker/node_modules/iobroker.miio, node: v8.16.1 2019-10-05 23:17:08.864 - warn: miio.0 192.168.178.127 can not be connected.Error: Could not connect to device, handshake timeout 2019-10-05 23:17:08.866 - info: miio.0 All defined devices are created 2019-10-05 23:17:08.867 - info: miio.0 Start auto discover 2019-10-05 23:17:08.882 - debug: miio.0 Adapter init done!!!!!! 2019-10-05 23:17:18.378 - info: host.raspberrypi object change system.adapter.miio.0 2019-10-05 23:17:18.382 - info: miio.0 cleaned everything up... 2019-10-05 23:17:18.379 - info: host.raspberrypi stopInstance system.adapter.miio.0 2019-10-05 23:17:18.380 - info: host.raspberrypi stopInstance system.adapter.miio.0 killing pid 5590 2019-10-05 23:17:18.405 - info: miio.0 cleaned everything up... 2019-10-05 23:17:18.494 - info: host.raspberrypi instance system.adapter.miio.0 terminated with code 0 (OK) 2019-10-05 23:17:20.926 - info: host.raspberrypi instance system.adapter.miio.0 started with pid 6072 2019-10-05 23:17:22.754 - debug: miio.0 objectDB connected 2019-10-05 23:17:22.818 - debug: miio.0 statesDB connected 2019-10-05 23:17:22.877 - info: miio.0 starting. Version 0.0.13 in /opt/iobroker/node_modules/iobroker.miio, node: v8.16.1 2019-10-05 23:17:25.003 - warn: miio.0 192.168.178.127 can not be connected.Error: Could not connect to device, handshake timeout 2019-10-05 23:17:25.005 - info: miio.0 All defined devices are created 2019-10-05 23:17:25.005 - info: miio.0 Start auto discover 2019-10-05 23:17:25.016 - debug: miio.0 Adapter init done!!!!!! 2019-10-05 23:17:55.016 - info: miio.0 discover stoped after 30 seconds. 2019-10-05 23:19:20.740 - debug: miio.0 system.adapter.admin.0: logging false 2019-10-05 23:19:30.395 - debug: miio.0 system.adapter.admin.0: logging true 2019-10-05 23:21:25.955 - debug: miio.0 system.adapter.admin.0: logging false 2019-10-05 23:22:01.548 - debug: miio.0 system.adapter.admin.0: logging true 2019-10-05 23:22:06.475 - info: host.raspberrypi object change system.adapter.miio.0 2019-10-05 23:22:06.476 - info: host.raspberrypi stopInstance system.adapter.miio.0 2019-10-05 23:22:06.476 - info: host.raspberrypi stopInstance system.adapter.miio.0 killing pid 6072 2019-10-05 23:22:06.478 - info: miio.0 cleaned everything up... 2019-10-05 23:22:06.492 - info: miio.0 cleaned everything up...

grillmeister1 commented 4 years ago

Wireshark Auszug Protokoll IGMPv2 Kann der Adapter damit was anfangen? 571 83.866637 192.168.178.127 224.0.0.1 IGMPv2 46 Membership Report group 224.0.0.1

SchumyHao commented 4 years ago

We need check whether this is followed xiaomi miio protocol.

grillmeister1 commented 4 years ago

Do you need further information?

grillmeister1 commented 4 years ago

how does it look like? is there a solution?

SchumyHao commented 4 years ago

This device dose not follow miio protocol Please take a look this issue https://github.com/rytilahti/python-miio/issues/521