Ok well Im missing something on how to send this. I had tried that before and got this error.
No signature of method: xxx.writeAttribute() is applicable for argument types: (java.lang.String, java.lang.String, java.lang.Integer, java.lang.String) values: [0x00C0, 0x020, 48, 0x03] on line 997 (method on)
cluster ="0x00C0"
attributeId ="0x020"
dataType = DataType.ENUM8
value = "0x03"
list writeAttribute(cluster, attributeId, dataType, value)
or writeAttribute(cluster, attributeId, dataType, value)
Well I tried that. Also tried converting to dec and converting that to a integer
Same error
groovy.lang.MissingMethodException: No signature of method: xxx.writeAttribute() is applicable for argument types: (java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer) values: [192, 32, 48, 3] on line 1006 (method on)
I also need to send to endpoint 2 could that be it.
Im trying to make this simple to eliminate anything else. Im just testing it by sending it with the on switch command in the driver. So its just the code I entered under on()
groovy.lang.MissingMethodException: No signature of method: user_driver_tmastersmart_Iris_v1_Keypad_864.writeAttribute() is applicable for argument types: (java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Integer) values: [192, 32, 48, 3, 2] on line 1006 (method on)
Yep thanks that works for the arming It still wont take the sound commands but the sounds are working when it arms that's all we really need. I will have to experiment with it to see if its even possible to get chimes to sound separate from the arming. I thought it used to have a door chime.
Its all working now and that allowed me to control the care pendant also