iobroker-community-adapters / ioBroker.unifi

ioBroker.unifi is an ioBroker adapter for your UniFi network devices.
MIT License
74 stars 24 forks source link

error: Cannot read properties of undefined (reading 'getAccessDevices') #767

Open boergl opened 1 month ago

boergl commented 1 month ago

Zusätzlich zum Problem: error: timeout of 5000ms exceeded, stack: AxiosError Adapter Absturz #751

erhalte ich folgende Meldung beim setzen der POE Variable: [switchPoeOfPort site undefined] error: Cannot read properties of undefined (reading 'getAccessDevices'), stack: TypeError: Cannot read properties of undefined (reading 'getAccessDevices') at Unifi.fetchDevices (D:\ioBroker\node_modules\iobroker.unifi\main.js:599:51) at Unifi.switchPoeOfPort (D:\ioBroker\node_modules\iobroker.unifi\main.js:1115:39) at Unifi.onStateChange (D:\ioBroker\node_modules\iobroker.unifi\main.js:140:26) at Unifi.emit (node:events:518:28) at Unifi.emit (node:domain:488:12) at Immediate. (D:\ioBroker\node_modules\@iobroker\js-controller-adapter\src\lib\adapter\adapter.ts:11203:53) at processImmediate (node:internal/timers:478:21)

Hier mein Setup: Unifi adapter Version: v0.7.0 Node.js: v20.11.0 NPM: 10.2.4

Unifi Network Controller self hosted: Network 8.2.93 (War auch beim letzten Release 8.1.127 bereits so)

Hat jemand eine Idee?