Cannot include Aeotec Garage Door Opener

@surges thanks for providing the Node ID…
which confirms that indeed the ProductTypeID and Product ID for the AU version are not “supported” (yet) by the Aeotec app… so during inclusion, Homey’s core does not find a app / driver that uses these ID’s…

For some devices the AU region ID’s were added after confirmation of @danone that these worked ok.

Athom is currently re-writing all their Z-wave apps to become SDK2 compatible. I’ll ask the Athom developer to include all the ID’s to support the different regions. But it helps to get the confirmation that it is working ok…

So @surges @Tony_Burn you can help here too… :stuck_out_tongue_winking_eye:

By manually adding the right ID’s to the Aeotec app and confirming that it works.

  1. download the Aeotec app from
    https://github.com/athombv/com.aeotec/
  2. Modify (with an text editor) in /app.json the device manifest: on line 486:
"productTypeId": 3,

into:

"productTypeId": [3, 515],
  1. Save the file
  2. Install the Command Line Interface (CLI), as explained in this guide [HOW TO] CLI install method
  3. Install the app via Athom app install
  4. Remove the Aeotec Garage Door Opener from Homey and re-include based on the new app; it should be recognized now
  5. Check and report what is working and what not