joe-ng / homebridge-dyson-link

MIT License
207 stars 40 forks source link

Fan is listed in Home-App but cant control #83

Closed xxMario1995xx closed 5 years ago

xxMario1995xx commented 5 years ago

My Fan cant be controlled. I have the new V2 one. Here are my confg.json and the Terminal Protocoll:

`{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-156" }, "platforms": [{ "platform": "NelloPlatform", "name": "nello.io", "username": "t", "password": "...", "clientId": "...", "lockTimeout": 5000, "locationUpdateInterval": 3600000, "exposeReachability": true, "motionSensor": true, "motionTimeout": 5000, "alwaysOpenSwitch": false, "homekitUser": "home bridge" }, { "platform": "TplinkSmarthome", "name": "TplinkSmarthome" }, { "platform": "DysonPlatform", "name": "DysonPlatform", "email": "Email", "password": "PW",
"country": "DE",
"accessories": [{ "ip": "192.168.2.132", "displayName": "Dyson", "serialNumber": "A1A-EU-KKB2XXXA" }]

}]

}`

[2019-4-27 23:46:44] [DysonPlatform] Use device password from account [2019-4-27 23:46:44] [DysonPlatform] Dyson IP:192.168.2.132 Serial Number:DYSON-A1A-EU-SERIAL-527 [2019-4-27 23:46:44] [DysonPlatform] Device serial number format valids [2019-4-27 23:46:44] [DysonPlatform] Device cached. Try to update this [2019-4-27 23:46:44] [DysonPlatform] Init Sensor for Dyson [2019-4-27 23:46:44] [DysonPlatform] Init Fan State for Dyson [2019-4-27 23:46:44] [DysonPlatform] Auto switch found. Remove this now [2019-4-27 23:46:44] [DysonPlatform] Night mode button is added [2019-4-27 23:46:44] [DysonPlatform] Heat Available. Add Heat button and jet control HAP Warning: Characteristic 000000BF-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 000000B7-0000-1000-8000-0026BB765291. Adding anyway. [2019-4-27 23:46:44] [DysonPlatform] Jet Focus mode button is added [2019-4-27 23:46:44] [nello.io] Updated webhook for door with ID 12e56d12-14ba-4f7f-bfec-60393b985c7c to https://nello-socket.alexdev.de/callback/hak-wiisaza-libcirdi-uka-kolmerhi-9279.

I noticed that die Serial is probably in the wrong format in the Terminal Text. Serial Numer: DYSON-Serial-527. Where come the 527 from? I dont have that serial number in the old format.

Is there maybe the problem?

Can someone help me pls? Thanks!

joe-ng commented 5 years ago

the word "DYSON" and "527" were just derived automatically from you account info so it should be fine. Did you see something like "Connected to . subscribe now" in the log?

xxMario1995xx commented 5 years ago

I think it was the Port 1883 that were blocked by the Router. The Problem is solved. Thanks.