Qubino Relay 1D driver fails to save preferences

So I recently got a Qubino ZMNHND3 device. It was given a generic Zwave relay driver, which couldn't see the dry contact. I looked at List of Compatible Devices - Hubitat Documentation and it said to choose the 1D Relay, which I did.

However after selecting the preferences (contact sensor on Q1, etc) when I tried to save it I got the following error:

Error 404
deviceId was not found. java.lang.NullPointerException: Cannot get property 'jobDataMap' on null object

Logs show only the configuration steps:

dev:619 2020-04-04 07:59:36.604 pm debug Input 2 Notification Type(#100) = 1
dev:619 2020-04-04 07:59:35.944 pm debug Load 1 Connected Device Type(#63) = 1
dev:619 2020-04-04 07:59:35.775 pm debug SwitchBinaryReport(value:255)
dev:619 2020-04-04 07:59:35.712 pm debug Power Recovery(#30) = 1
dev:619 2020-04-04 07:59:35.580 pm debug Auto On/Off Interval Units(#15) = 0
dev:619 2020-04-04 07:59:35.368 pm debug Load 1 Auto On Interval(#12) = 0
dev:619 2020-04-04 07:59:35.302 pm debug Load 1 Auto Off Interval(#11) = 2
dev:619 2020-04-04 07:59:35.041 pm debug Load 1 In-wall Switch Type(#1) = 0
dev:619 2020-04-04 07:59:34.916 pm debug Input 2 Contact Type(#2) = 0
dev:619 2020-04-04 07:59:34.563 pm debug refresh()...
dev:619 2020-04-04 07:59:32.103 pm debug CHANGING Temperature Reporting Threshold(#120) from null to 0
dev:619 2020-04-04 07:59:32.096 pm debug CHANGING Temperature Offset(#110) from null to 32536
dev:619 2020-04-04 07:59:32.091 pm debug CHANGING Input 2 Notification Type(#100) from null to 1
dev:619 2020-04-04 07:59:32.085 pm debug CHANGING Load 1 Connected Device Type(#63) from null to 1
dev:619 2020-04-04 07:59:32.079 pm debug CHANGING Power Recovery(#30) from null to 1
dev:619 2020-04-04 07:59:32.073 pm debug CHANGING Auto On/Off Interval Units(#15) from null to 0
dev:619 2020-04-04 07:59:32.067 pm debug CHANGING Load 1 Auto On Interval(#12) from null to 0
dev:619 2020-04-04 07:59:32.061 pm debug CHANGING Load 1 Auto Off Interval(#11) from null to 2
dev:619 2020-04-04 07:59:32.055 pm debug CHANGING Input 2 Contact Type(#2) from null to 0
dev:619 2020-04-04 07:59:31.989 pm debug CHANGING Load 1 In-wall Switch Type(#1) from null to 0
dev:619 2020-04-04 07:59:31.495 pm warn Creating Contact Sensor child device
dev:619 2020-04-04 07:59:31.472 pm warn If the child device isn't working, remove the Qubino 1D Module Relay, wait 10 seconds, and then discover it again.  You should only have to do this once as long as you don't factory reset the device.
dev:619 2020-04-04 07:59:31.438 pm warn description logging is: true
dev:619 2020-04-04 07:59:31.436 pm warn debug logging is: true

@bobbyD any clue what's going on here?

After I went back to the devices page this device is working fine. So it appears to be an issue with first initialization....