Generic Matter Dimmer Driver - Missing method exception when initiating start level change

Using a Tapo P135 matter dimmer with the device type (driver) - Generic Matter Dimmer, Getting a missing method exception when doing 'Starting Level Change' from the device commands page.

The Matter dimmer: Tapo P135
Hub: C-8
running version: 2.4.1.177

The log shows:

groovy.lang.MissingMethodException: No signature of method: com.hubitat.matter.Matter.integerTo8BitUnsignedHex() is applicable for argument types: (java.lang.Integer) values: [100] on line 110 (method startLevelChange)

Anyone seen this error?

Noted, will fix in the upcoming release.

2 Likes

Issue still exists in 2.4.2.119

From Log:
groovy.lang.MissingMethodException: No signature of method: com.hubitat.matter.Matter.integerTo8BitUnsignedHex() is applicable for argument types: (java.lang.Integer) values: [100]
Possible solutions: integerTo8bitUnsignedHex(int) on line 114 (method startLevelChange)

Working with version 2.4.2.125 :slightly_smiling_face: