Après de nombreuses recherche sur le web je ne trouve pas de solution à mon problème pour faire fonctionné mon mi robot v1 sur domoticz. J'ai suivi les super tutos de Deennoo & mrinner mais rien n'y fait.
En ligne de commande tout fonctionne, je peux contrôler le robot et récupérer ses infos.
Mais sous domoticz les commandes du widget ne font rien.
Voici les logs:
Code : Tout sélectionner
2020-04-23 11:55:10.544 (Raymond Vacuum) Processing 'onConnectCallback' message
2020-04-23 11:55:10.544 (Raymond Vacuum) Calling message handler 'onConnect'.
2020-04-23 11:55:10.544 (Raymond Vacuum) MIIOServer connection status is [111] [Connection refused]
2020-04-23 11:55:10.544 (Raymond Vacuum) Processing 'DisconnectedEvent' message
2020-04-23 11:55:10.544 (Raymond Vacuum) Disconnect event received for '192.168.1.4:22222'.
2020-04-23 11:55:10.544 (Raymond Vacuum) Pushing 'onDisconnectCallback' on to queue
2020-04-23 11:55:10.545 (Raymond Vacuum) Processing 'onDisconnectCallback' message
2020-04-23 11:55:10.545 (Raymond Vacuum) Calling message handler 'onDisconnect'.
2020-04-23 11:55:10.545 (Raymond Vacuum) MIIOServer disconnected
2020-04-23 11:55:40.453 (Raymond Vacuum) Pushing 'onHeartbeatCallback' on to queue
2020-04-23 11:55:40.490 (Raymond Vacuum) Processing 'onHeartbeatCallback' message
2020-04-23 11:55:40.490 (Raymond Vacuum) Calling message handler 'onHeartbeat'.
2020-04-23 11:55:40.490 (Raymond Vacuum) Pushing 'ConnectDirective' on to queue
2020-04-23 11:55:40.490 (Raymond Vacuum) Trying connect to MIIOServer 192.168.1.4:22222
2020-04-23 11:55:40.490 (Raymond Vacuum) Processing 'ConnectDirective' message
2020-04-23 11:55:40.490 (Raymond Vacuum) Transport set to: 'TCP/IP', 192.168.1.4:22222.
2020-04-23 11:55:40.491 (Raymond Vacuum) Connect directive received, action initiated successfully.
2020-04-23 11:55:40.493 (Raymond Vacuum) Pushing 'onConnectCallback' on to queue
2020-04-23 11:55:40.493 (Raymond Vacuum) Pushing 'DisconnectedEvent' on to queue
2020-04-23 11:55:40.541 (Raymond Vacuum) Processing 'onConnectCallback' message
2020-04-23 11:55:40.541 (Raymond Vacuum) Calling message handler 'onConnect'.
2020-04-23 11:55:40.541 (Raymond Vacuum) MIIOServer connection status is [111] [Connection refused]
2020-04-23 11:55:40.541 (Raymond Vacuum) Processing 'DisconnectedEvent' message
2020-04-23 11:55:40.541 (Raymond Vacuum) Disconnect event received for '192.168.1.4:22222'.
2020-04-23 11:55:40.541 (Raymond Vacuum) Pushing 'onDisconnectCallback' on to queue
2020-04-23 11:55:40.541 (Raymond Vacuum) Processing 'onDisconnectCallback' message
2020-04-23 11:55:40.541 (Raymond Vacuum) Calling message handler 'onDisconnect'.
2020-04-23 11:55:40.541 (Raymond Vacuum) MIIOServer disconnected
Code : Tout sélectionner
pip3 install -r pip_req.txt ne se termine pas, elle produit un tas d'erreurs, j'ai donc fait:
Code : Tout sélectionner
pip3 install gevent msgpack-python python-miio==0.3.1Quelqu'un saurait d'ou peut venir mon erreur?