This driver supports the GoControl GD00Z Garage Door Openers manufactured by Nortek and sold under various brand names including GoControl, Linear and ADT.
In addition to the standard open/close functions of the built-in generic driver, this driver provides support for monitoring the tilt sensor for both battery and tamper, supports power/range testing and provides firmware/hardware version information.
The largest benefit of the driver over the generic driver is monitoring the battery in the tilt sensor. The tilt sensor does not actually transmit a battery level, but simply a notification when the battery is low. While the generic driver logs a message when the battery is low, it does not provide a battery capability so you cannot create a notifier to let you know when the battery needs to be changed. You can guess why I originally wrote the driver.
Since the unit does not provide an actual level, how the driver handles this is that the battery is reported as 100% until the battery is low, and then drops to 1% when the battery needs to be replaced. Not as useful as a full level value, but it does allow you to create a standard notifier based on the battery.
Once the battery is changed and the tilt sensor is re-installed, use the Reset Tilt Sensor command to return the battery level to 100% and clear the tamper notification. You need to do this every time you change the battery. You should also use this command when you initially switch to this driver in order to initialize the tilt sensor battery state. Do not skip this step or the battery notification will not work.
The driver is developed and tested with the GD00Z-8-GC, but should work with any of the current GD00Z Z-Wave Plus models. It may also work with the prior generation (non Plus) models, but no guarantees.
The driver is available via HPM or directly via the link below.
This is great. I have updated my drivers.
When one of my tilt batteries started to go I had no idea what was going on. Damn door would report open in the middle of the night, even though it wasn't, and had be thinking someone was breaking in.
Nothing worse than all the speakers in the house yelling, Intruder Calling 911, police are on their way at 03:00
Also, you need to refresh the page after you change drivers. You still see additional fields in the Device Details Data section. Firmware and hardware version information.
I didn't see a Config button so all I did was Refresh. Reset sounded like I might regret trying it and finding out I reset something that I didn't know how to get back
PS: I have a powerlevel in attributes but no battery which is what I'm testing in code.
have you got around the once a year or so issue with the damn thing (gd00z) stopping to work.. i had to put a switch behind the plug so i could reset the garage opener without climbing a ladder.
Range Testing is just like what you would find on various extenders. Here are a few notes copied and edited from my other threads.
Range Test and Power Test are standard Z-Wave tests. Not all devices have the ability.
Range Test sends pings to a given target at the power specified, and reports how many replies it receives. The pings are a direct (non routable) transmission directly from the GoControl to the node you are testing against. Note that the node number to test against is in decimal. A common test would be to see if you can reach the hub (node 1) directly.
Power Test operates the GoControl Z-Wave radio at reduced transmit power for a period of time. This is useful for general testing of paths through the GoControl (yes, the garage door opener is a Z-Wave repeater).
For both items testing at lower power levels gives you an indication of reliability. If the GoControl functions at -9dBm in testing, you can be pretty confident that it will preform reliably at normal power level. However, if the device starts to loose packets by -2dBm, you probably need to find a better location.
Hi, Thanks for the driver. Is it possible to adjust the delay / flashing before open / close. I understand for closing its safer but don't see a reason of delay for opening. It's annoying to stand outside the door after sending the open command and then wait for the door to open. Are these delay hardcoded in the opener or can they both be adjusted / removed ??