This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Official Z-Wave Aeotec
[App] Aeotec by Athom - main discussion topic
CommunityModerators
Member
Aeotec by Athom App - main discussion topic
Main discussion topic to centralize all Questions, Answers and Information around the Aeotec App for the Z-wave devices of Aeotec by Aeon Labs (www.aeotec.com)Links and information:
Athom Homey apps store: https://apps.athom.com/app/com.aeotecAeotec App code repository: https://github.com/athombv/com.aeotec (CLI install how to)
Specific device topics:
<Links to other relevant Aeotec topics, e.g. device topics>
Issue resolution and feature requests:
Please be aware that this topic is not actively monitored by Athom; it is a topic maintained by the community to share knowledge within the community.In order to keep track of issues and feature requests for the Aeotec app, please them at: https://github.com/athombv/com.aeotec/issues
App contribution and co-development:
This app is actively supported by the following community developers: @caseda and @TedTolboomContributions to this app can be made by any community members, more information can be found on: https://github.com/athombv/com.aeotec/blob/master/CONTRIBUTING.md
Aeotec App - Frequently Asked Questions
Which devices are supported by the Aeotec app:In the app store a list of supported devices is shown with picture and description in the 'Supported devices' list. This list is generated by the actual content of the app.
In the readme of the app store, a more detailed list is maintained by the developers, showing the device numbers and the state in which the device has been implemented (e.g. basic support or fully implemented)
My device is not supported, how do I get it implemented into the Aeotec app:
Most devices are implemented but new devices are being developed by Aeotec. If your device is not supported, check on this topic if there are already plans to add support. In addition create a GitHub issue (see link above) to request to add support for this device.
What is the changelog of the Aeotec App:
The changelog of the app is shown in the readme of the app store (see link above), but can also be derived from the commit overview on the Github repository: https://github.com/athombv/com.aeotec/commits/master
Forum Discussion
Initial Discussion created by @TedTolboomAsk any Moderator to add/update/correct this Discussion.
Comments
https://apps.athom.com/app/com.aeotec
Here you can discus the app and sensors
The pull request is here and now its waiting on the merge and new app version.
https://github.com/athombv/com.aeotec/pull/6
[edit]
- Pull-request is accepted and merged.
please find attached the console output when adding the sensor
thanks
[edit]
Could you confirm this is the device we are talking about;
http://www.pepper1.net/zwavedb/device/538
And perhaps with the manual see if the parameters are the same.
Next to the nothingness the kefob now does it also gives an error on its capabillys when you click it. Any idea when the keyfob gets some flow capa's ?
Seem to be correct. Model is the same, other info I can't say because I don't have any info about it.
The manual doesn't describe any command classes or other relevant info (only mounting instructions, adding/removing device and warranty info)
So I think we have to assume the command classes are the same until proved otherwise ?
for what is worth : FCC ID XBADSB54
version 501005400001-AA (don't know what this version is about, but it's mentioned in the manual)
What does the error message say? Hard to read this way. And what Homey version are you on?
The flow functionality has no eta as of yet. Tried it, but could make it work yet.
pressed the button when asked, but got a timeout and did not add them :-(
Console output:
device should be supported. Whats going wrong?
Powered off/on Homey, tried again., same result.
Tried to add them as generic zwave device, same result. :-(
According to "Engineering Specifications and Advanced Functions for Developers (V1.10) ":
5.3 Z-Wave Plus Info Report Command Class
Parameter Value
Z-Wave Plus Version 1
Role Type 6 (ZWAVEPLUS_INFO_REPORT_ROLE_TYPE_SLAVE_SLEEPING_REPORTING)
Node Type 0 (ZWAVEPLUS_INFO_REPORT_NODE_TYPE_ZWAVEPLUS_NODE)
Installer Icon Type 0x0C00 (ICON_TYPE_GENERIC_SENSOR_NOTIFICATION)
User Icon Type 0x0C00 (ICON_TYPE_GENERIC_SENSOR_NOTIFICATION)
5.4 Manufacturer Specific Report
Parameter Value
Manufacturer ID 1 0x00
Manufacturer ID 2 0x86
Product Type ID 1 EU=0x00, US=0x01, AU=0x02.
Product Type ID 2 0x02
Product ID 1 0x00
Product ID 2 0x59
Is this device supported?
Make sure the line in the middle "debug: true," is there.
If it says "debug: false," then change it to "debug: true,"
Then run the app with "athom project --run"
The fact your sensor can also not be added as a generic zwave device indicates to me it is not an app issue, but a lower level zwave issue.
Install Athom CLI from here: https://developers.athom.com/
Sorry for the late response, did not check in last night
The error is : onoff:driver.capabilities:onoff does not exist
So a json file that has the onoff defined i guess.
The keyfob being able to use in flows would be a great asset. My whole already ready alarm system on Homey is awaiting the support.
Then i can start my tests if Homey is already a trustworthy replacement for my powermax.
And yes.. My ISP connection and wifi are backed by UPS.
My homey is connected with a UPS in the USB cable to keep it up for almost half a day without power. Check
This is the missing part: https://github.com/athombv/node-homey-zwavedriver/tree/7a4a147c6237ac30f00b41b1915b8a057b3c576d
It is linked at github here: https://github.com/athombv/com.aeotec/tree/master/node_modules
no debug output in console or cli.
should debug placed in some other place?
[edit]
Nevermind.
Here's a zip with(!) Z-Wave driver and(!) all device drivers with debug enabled.
Unzip the file, go to the unzip folder and run "athom project --run"
Try to pair the device and about 1 min. after the pair, copy whats inside the Command screen and post it here to @Robin
did not help either, still no output. pffff
It seems to be connected ok, temp and lux are ok.
Does someone know what is wrong?
THX!
Is the sensor placed in a situation where there's constant movement? Also check all parameters with the manual to see if, for example, the "movement/tamper off" changes are send. I know, because of the philio development, not all sensor automatically send the off signal.