Hallo zusammen,
ich brauche mal wieder eure Experten-Kenntnisse. Ich habe das oben stehende Plugin für meinen Xiaomi Roboter und mir stürzt seit dem immer wieder mein Homebridge ab. Ich bekomme die Meldungen:
ZitatAlles anzeigen(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Call to device timed out
(node:4599) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 6): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 7): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 8): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 9): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 10): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 11): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 12): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 13): Error: Call to device timed out
(node:4599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 14): Error: Call to device timed out
Und irgendwann folgende, daraufhin muss ich Homebridge wieder neu starten:
ZitatAlles anzeigen/usr/local/lib/node_modules/miio/lib/devices/vacuum.js:175
throw new Error('Power must be a number between 0 and 100');
^
Error: Power must be a number between 0 and 100
at Vacuum.setFanPower (/usr/local/lib/node_modules/miio/lib/devices/vacuum.js:175:10)
at MiRobotVacuum.setRotationSpeed (/usr/local/lib/node_modules/homebridge-xiaomi-mi-robot-vacuum/index.js:155:15)
at emitMany (events.js:146:13)
at Characteristic.RotationSpeed.emit (events.js:223:7)
at Characteristic.RotationSpeed.Characteristic.setValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Characteristic.js:292:10)
at Bridge.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:856:22)
at Array.forEach (<anonymous>)
at Bridge.Accessory._handleSetCharacteristics (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:801:8)
at emitMany (events.js:146:13)
at HAPServer.emit (events.js:223:7)
Könnt ihr mir da weiter helfen?
Danke und Grüße