Hi David,
Strips is officially supported by SmartThings: https://www.smartthings.com/works-with-smartthings/sensors/sensative-strips
Hi David,
Strips is officially supported by SmartThings: https://www.smartthings.com/works-with-smartthings/sensors/sensative-strips
Yeah, that should work for motion and glass sensors. Weāll definitely explore this idea for a future line of products. There are a few urgent projects in our pipeline for 2017 but our development team likes this concept and will be looking into it next!
Hi @Robert_Vandervoort, thanks for sharing your great code here. Just a quick question: Were you ever able to get a response from the guys at Aeon Labs about the UV sensor?
They all work off 12VDC. Motion and smoke. Roughly 2.5VDC for contacts but current limited.
What if you want/need an alarm system? This also assumes that you can locate z-wave devices in the same location.
Simpler would be integrate current alarm panels into ST (Honeywell/Ademco/DSC that I now about) and now ST has access to whatever devices your panel has. And just add z-wave devices that you need.
I have a DSC panel and use an EVL3 to communications care over the LAN / WAN with my monitoring station. It has a simple web interface in it but they donāt provide API access. Rather, they pipe the data up to their free service. Then you can pay for monitoring through whichever company will support it. Now, I believe itās just a matter of cobbling together some python scripts tonpull zone status off the website via ST.
Bug it just FEELS so sloppy to do that. If the EVL3 has been āhackedā I canāt say. Certainly been out long enough. It is just a little micro controller that interfaces the panels serial interface like a keypad would put to its server and the net. Iād like to access the panekndirect either through it or not without bouncing API calls and all the interdependencies and failure points etc that means.
The reason behind my suggestion of replacing motions and glassbtesks with zwave enabled ines that feed off the power is to add functionality. They could easilly add a dry contact to an otherwise zwave enabled sensor. This way the panel and thebautomation platforms could be served independently. Iām a fan of redundancy. I like my wired alarm panel, do t get me wrong. I just donāt like doubling down on sensor for the sake of automation.
Perhaps a zone board piggyback. It could wire into the zone inputs on the panel and monitor voltage on the zone to detect open close. Then you could assign each monitored zone as a door and window or motion sensor in SmartThings.
Just tossing ideas around would be easy to do on a Pi or ESP, etc, as well.
Yeah itās UV index and it does work. If you point it straight up towards the sky youāll get a better reading⦠so⦠Aeotec didnāt have much to add.
I have the same. But I added a TL-250 communication for monitoringover the internet. That way I freed EVL3 for my monitoring in ST through Raspberry Pi. This wouldnāt be needed had they opened up the EVL3. Also, when I installed it I ran 4 wire conductors to each sensor so I can now use them for anythins I want (including, as you suggested, power for other local sensors.
Neither do I. Thatās why I mentioned reusing what you have through integration with ST.
And donāt get aggravated (just an assumption from your typing). There was nothing personal in my reply to you.
no worries, just the way I talk.
Honestly, I havenāt tried anything on the alarm panel since I got it monitored. Iād love to hear more about your integration though.
@Robert_Vandervoort: Any theories as to why I canāt seem to connect my IDE to your GitHub repo? Iād like to make sure I stay up to date on your releases, but I canāt seem to āUpdate From [your] Repoā like I can with others.
Thanks!
I canāt connect my github to SmartThings because my account is linked to my companyās. On your side itās probably because I have one repo for all my handlers. Iāve gotten requests to split them up. Itās just an effort⦠sorry. Iāll get to it eventually.
Hi Robert,
ive been trying to add an aeotec garage door opener (gen5) using your code. however i keep getting the same error message.
No signature of method: script15016076246362139004068.metadata() is applicable for argument types: (script15016076246362139004068$_run_closure1) values: [script15016076246362139004068$_run_closure1@73d18380] Possible solutions: getMetadata(), getState(), setState(java.lang.Object), metaClass(groovy.lang.Closure)
and i am far to new to groovy to know what iām looking for.
Any assistance you can offer?
you see this in the app or in the debug logging on the ide or where? If the
app, android or iphone?
its in the IDE. immediately after copying and pasting the code into āfrom codeā when i save i get hat error.
then i get that error message
Ok thereās your issue. Itās not a smart app itās a device handler.
Thanks RV,
ive added the device handler and it now aooears in my iphone smarthings app.
however it shows as āgarage door unknownā
and wont let me use any of the functions once pressing it.
i tried rebooting it. i tried reinstalling the DH code.
iāve replaced the batteries.
I know youāre not the aeotek repair man, but any assistance you can give is greatly appreciated.
or even point me in the right direction for a customer service dept.
Hello everyone, so I just received ZW100-A, and surely it is terrible as a factory default. I cannot see the version thru ST. Which handler should use to take care of the temperature to be more accurate and solve the vibration problem? It shows tempered all the time with the red tile up.
any help would be much appreciated.
Hey Robert,
First thanks for sharing the handlers you built. I am having a small issue with your latest one, tamper clears out and shows as its moved again back to back. any idea or suggestion?
sorry I didnāt see this reply. Did you get it fixed? You should post in the garage door handler thread⦠But, once you get the proper handler on the device, I would generally re-add it, or, you can hit the configure tile in the app to send the parameters over. You can get Aeotec customer service through their website.
Hey there. I would recommend Eric Maycockās handler over mine.
https://community.smartthings.com/t/release-aeon-multisensor-6-advanced?source_topic_id=17732