After updating to 2.4.0.144 I am unable to save preferences on any of my Inovelli devices (and a few other devices using user drivers). The "Preferences saved" popup never shows up and changes are not saved.
The Inovelli devices are using the latest Inovelli user drivers (from HPM). I'm also seeing the same issue with a few other user drivers. Build in drivers and some other user drivers are working correctly.
I've tried the usual debugging steps; Reboot hub; clear browser cache; tested on multiple devices/browsers; reinstalled user drivers.
Forgive me if this is posted elsewhere, but I wasn't able to find any similar issues.
As a temporary workaround, you can modify lane #165 :
from :
input description: "Use the below options to enable child devices for the specified settings. This will allow you to adjust these settings using Apps such as Rule Machine.", title: "Child Devices", displayDuringSetup: false, type: "paragraph", element: "paragraph"
to:
input "dummyName", "hidden", description: "Use the below options to enable child devices for the specified settings. This will allow you to adjust these settings using Apps such as Rule Machine.", title: "Child Devices", displayDuringSetup: false, type: "paragraph", element: "paragraph"
Same fix, only the line is different: #195
The input method should have a name ("dummyName") and a type ( "hidden"),
Hopefully, there may be a fix for this in the HE system platform update very soon after the New Year holidays, so there will be no need to modify these drivers individually.