Working MIMOlite Device Type with Sensor

@wackware Yes wired as shown in post #46 above. The MIMOLite was configured with momentary (jumper removed before powering on and joining hub). It opens / closes fine when you press the icon – and displays the correct icon/status as its opening / closing the door and displays correct status immediately after as opened or closed… but as I said, once a refresh occurs, the status then says “Opening” when it said “closed” before the refresh.

This thread seems to be talking about the same issue: Mimolite for garage door and magnetic door contact

Not sure if it will help but this is what the states show:

switch: doorOpening
contact: closed
powered: powerOn

It seems that the icon on the mobile app is showing the “switch” state (which represents the garage door button) instead of the contact state which is closed.

Thanks all for your hard work on coding this device.

I’ve added mine as the “MIMOLite Garage Door Controller” type and it is reporting the power state (“On”) correctly. Will it automatically send me a push notification if power is lost, or do I need to set that up within the Dashboard / add a SmartApp?

I’ve looked around for a suitable SmartApp and haven’t been able to find one.

@cbrookes - if I wire the mimolite before the transformer, would I still need a relay? I don’t suppose you have a schematic of how you wired everything up do you? You’re doing exactly what I want to do. My doorbell is 16v AC also.

I’m sorry I don’t have a schematic. I considered wiring the door bell right in to the SIG1 on the MIMOlite, because the specifications say “up to 24v” but it does say DC and not AC. I was worried I might damage the MIMOlite if I sent the 16VAC in to the SIG1. I am not an engineer so I don’t really know what the consequences would be and I figured it would be easy and cheap enough to wire in a relay to keep that AC voltage away from the mimolite.

This is my current hang up as well - how to keep the low VAC from the doorbell transformer as a power source for the MIMOlite. I’m not the best at coming up with solutions for off the cuff low voltage work arounds, so any guidance on how to achieve DC to the MIMOlite from the doorbell transformer would be appreciated!

I did a bit more research and found something even I could understand, unless someone says otherwise :stuck_out_tongue_winking_eye:

Check out the Altronix AL624 power supplies. They look to fit the bill for the MIMOlite and small enough to fit in small areas. Better yet they’re cheap and easily available to buy stateside

I micro’d my doorbell and have constant 20VAC (no surprise) at the doorbell, which falls into the input range of the AL624 and is switch configurable to output 12VDC @ 1.2A

Hope this helps others!

This device type code solution worked best for me: Mimolite for garage door and magnetic door contact

I am new to this forum where do I copy this code to ? do I need an APP first ? I have mimo switch and the wireless tilt sensor.i don’t see a device type for the mimolte device mine was recognized as a recept.

Start With These Informational reads/sites. =D

http://thingsthataresmart.wiki/index.php?title=ThingsThatAreSmart_Wiki

1 Like

I have the MIMOLite device installed and everything works as designed except for after I close the door after about 10 minutes it reports it on the tile as “opening” even though its not. Any idea as to why it’s doing this or how I can fix it?

Thank you to the op with code. Works for my use of controlling my fireplace and retaining the local switch functionality. Sad to see that this device has been out for years and has yet to have an official ST device controller for it.

I have a Mimolite hooked up to my garage door. I have this module pulled into my SmartThings hub. I also have a EcoLink garage door tilt switch I would like to use for status. I have been pouring over threads the past 3 days trying to figure out how to get my Mimolite to use the garage tilt for the open/close status. I do not want to use the wired input on the Mimolite to provide said status.

I have tried changing device handlers to a couple different ones throughout the community and utilizing the one provided but none have given me the option to change the device used for status.

I would be forever grateful if someone could assist me with the problem. I have read every single post I can find related to this topic and have been unable to find the solution. If there is already a solution available to on the forums if someone can post a link I would be equally grateful.

I’m at the point that I literally have the wired sensor sitting in my cart on Amazon.

The MIMOLite and the tilt sensor are separate devices in ST, so you could write a virtual DTH that combines them, and then a SmartApp that monitors the physical devices and updates the virtual, and visa versa to control the door - or, just get a wired sensor. That’s what I did and it’s been working great for 2+ years.

@johnconstantelo
Does a this “virtual” container affect whether the actual devices run local or not?

So if on my garage door I have a zwave relay that runs local and a tilt sensor that runs local, can I show them in this virtual dth and still have the underlying devices run local?

If so, how do I do this?

New smart app to link the virtual/simulated garage door device with two actual devices

Go here, it’ll tell you what you need to know regarding setting up virtual garage door to link the mimolite and sensor.

1 Like

Siege,
I’m having the same exact trouble. My actuator is working, my sensor reads when the door is closed, but after some time my device will start to say “closing” or “opening” without being actuated.

Did you figure out an answer to this problem? I’m at a loss. My jumper setting is set to momentary (removed), I’ve tried both community code and the built in code/device type, nothing seems to work.

Thanks,
Jonathan

Unfortunately, this problem eventually corrected itself for me. I am using this device handler but I am using an older version from a year ago.

My jumper setting is set to momentary also.

I’ve seen in this thread people saying they’re using the mimolite for sensor input and to trigger garage door open. What I’m wondering is the output on this device constant and can be used as a power supply? I’d like to use it connected to a wired sensor on the input side while also connected to a wired siren on output side. If that’s possible then could the siren be controlled independently or would it be only be triggered by the wired sensor?

MIMOlite Device Handler for Latching Relay

Has anyone written a Device Handler for use with the MIMOlite when used in Latching Relay Mode? I would like to monitor a 12vdc output that is constant, and report the status (active or off) to Smarthings so other devices can be triggered. Switching and alarms are not needed for my implementation. Thanks!