-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device Type error #1
Comments
Try changing “kDelay” and “dDelay” to specific numbers in the two zwave.configurationv1.configurationSet commands… From: GoNoles [mailto:[email protected]] I just installed this latest codebase as a Device Type, and I am still getting this error. I have a HEM v1 and I've commented/uncommented the code appropriately/etc. error java.lang.NullPointerException: Cannot invoke method toByteArray() on null object @ line 796 — |
This is the code which is working for my V1: /**
// v1 fingerprint deviceId: "0x2101", inClusters: " 0x70,0x31,0x72,0x86,0x32,0x80,0x85,0x60"
// TODO: Add configurable delay button - Cycle through 10s, 30s, 1m, 5m, 60m, off?
} def parse(String description) { def zwaveEvent(physicalgraph.zwave.commands.meterv1.MeterReport cmd) {
} def zwaveEvent(physicalgraph.zwave.commands.batteryv1.BatteryReport cmd) { def zwaveEvent(physicalgraph.zwave.Command cmd) { def refresh() { def poll() { def reset() {
// No V1 available
} def configure() {
} Sent from Windows Mail From: Barry Burkemailto:[email protected] Try changing "kDelay" and "dDelay" to specific numbers in the two zwave.configurationv1.configurationSet commands... From: GoNoles [mailto:[email protected]] I just installed this latest codebase as a Device Type, and I am still getting this error. I have a HEM v1 and I've commented/uncommented the code appropriately/etc. error java.lang.NullPointerException: Cannot invoke method toByteArray() on null object @ line 796 Reply to this email directly or view it on GitHub #1 . https://github.com/notifications/beacon/AHpYUINmlj8tR4f-zVlQp3-FDXwS_cStks5nkAF5gaJpZM4DVcMq.gif Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-70937705. |
mahoekst - your code is working fine for me - thanks! |
I just installed this latest codebase as a Device Type, and I am still getting this error.
I have a HEM v1 and I've commented/uncommented the code appropriately/etc.
error java.lang.NullPointerException: Cannot invoke method toByteArray() on null object @ line 796
The text was updated successfully, but these errors were encountered: