[OBSOLETE] Aeotech Multisensor 6 (gen 5 zwave plus, model ZW100-A)

Hi David,

Strips is officially supported by SmartThings: https://www.smartthings.com/works-with-smartthings/sensors/sensative-strips

1 Like

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!

1 Like

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.

2 Likes

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.

1 Like

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.

1 Like

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.

  1. opening IDE and logging in
  2. MySmartapps
  3. add new smartapp
  4. from code tab
  5. paste your code
  6. create button

then i get that error message

Ok there’s your issue. It’s not a smart app it’s a device handler.

2 Likes

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

available here: https://raw.githubusercontent.com/erocm123/SmartThingsPublic/master/devicetypes/erocm123/aeon-multisensor-6-advanced.src/aeon-multisensor-6-advanced.groovy