Advanced settings fault on divice

Hello Just switched from homeseer to homey pro. Have a sene switch on which I get this error message when I try to set parameters in advanced settings. Anybody have any tips? Worked just fine with my old homeseer. Have tried removing and adding the device again.

That’s a bug in the app.

@TedTolboom, you’re accessing a variable before it’s being initialized (in drivers/zhc_5002/device.js):

    this.log(changedKeysArr);
    let changedKeysArr = data.changedKeys;

Thanks for your answar. Is ther any fix/ work around?

Wait for the developer to fix it, or don’t use the settings page until then.

Should be fixed in v1.5.5 of the app, as just released in the app store

Works grate. Thanks :grin: