grzegorz914 / homebridge-openwebif-tv

Homebridge plugin for Sat Receivers with openWebIf interface, publish as independent external platform accessory.
MIT License
6 stars 2 forks source link

Undefined variable. #71

Closed QDUNI closed 1 week ago

QDUNI commented 1 week ago

} catch (error) {log.error('Device: ${deviceHost} ${deviceName}, did finish launching error: ${error}');

DeviceHost is not defined, shouldn't this be ${host} ? line 113, index.js

QDUNI commented 1 week ago

Please increase the time-out value from 5000 to 15000, some boxes take a little bit longer to connect.

In openwebifdevice.js on line 380 there is a typo. await this.openwebif.impulseGenerato.stop();

should be await this.openwebif.impulseGenerator.stop();

I tested this and it will fix the issues for me.