kovapatrik / homebridge-midea-platform

Homebridge plugin for Midea devices
https://www.npmjs.com/package/homebridge-midea-platform
Apache License 2.0
29 stars 2 forks source link

Token/key from a device missing #103

Closed HeyWatchOutDude closed 3 months ago

HeyWatchOutDude commented 3 months ago

Hi,

how to get the token/key from a device?

Log entries: [8/20/2024, 12:35:37 PM] [midea-platform] [net_ac_EA24 | 192.168.51.162:6444}] Cannot add new device 192.168.51.162:6444, error: Error: Token/key not provided in config file, cannot add new device

Discovery: [8/20/2024, 12:35:37 PM] [midea-platform] Discovered device: {"ip":"192.168.51.162","port":6444,"id":SECRET"model":"00000Q12","sn":"SECRET","name":"net_ac_EA24","type":172,"version":3} [8/20/2024, 12:35:37 PM] [midea-platform] Adding new accessory: net_ac_EA24

dkerr64 commented 3 months ago

Run discovery in the plugin config.

HeyWatchOutDude commented 3 months ago

Ah found it, within the plugin settings - thanks!