joe-ng / homebridge-dyson-link

MIT License
206 stars 40 forks source link

HP04 Incorrect Serial Number #120

Closed mcance closed 4 years ago

mcance commented 4 years ago

Tied and tried to get my HP04 working, but just keep seeing 'incorrect serial number' in my logs:

[DysonPlatform] Incorrect serial number

The serial number is copied from my 'Dyson Link' app and verified with the sticker on the base. Tried removing the s/n and the plugin fails to load entirely. Had thought maybe the IP was incorrect but seems fine, any ideas welcome!

Config: { "platform": "DysonPlatform", "name": "DysonPlatform", "email": "****", "password": "", "country": "UK", "accessories": [ { "ip": "192.168.86.36", "serialNumber": "ZZ9-UK-****", "displayName": "Dyson Pure", "password": "****" } ] },

mcance commented 4 years ago

For anyone struggling with this, working config below. Note this is for a UK HP04 you will need to change 'country' accordingly, would have thought 'UK' in the s/n would correlate with 'country', but that would be far too simple, (no blame attached to the plugin!)...

{ "platform": "DysonPlatform", "name": "DysonPlatform", "email": "Dyson Acc Email", "password": "Dyson Acc Passwd", "country": "GB", "accessories": [ { "ip": "192.168.86.36", "displayName": "Dyson Pure", "serialNumber": "xxx-UK-xxxxxxxx" } ] },