Does anyone have the actual device code for the MimoLite Garage Door Controller?
If I go to the IDE and add a device by selecting “from Template” and then select “MimoLite Garage Door Controller” the code doesn’t load or show up like other devices.
I was hoping to make changes to how this works for my case as I want it to control a gate. So I was hoping to change the icons and wording and the other memolite code i’ve found in the forums didn’t work as well.
Hopefully someone else has access to it?
Thanks in advance!
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
2
All code that is “public” can be found in the SmartThings Public GitHub.
Hi @johnconstantelo, I can’t get this working in Actiontiles using the Garage Door Control Tile. All I’m getting is a tile with a question mark (?) and I can’t control the device - would you know what the issue is?
Thanks John - I don’t have that at line 89 though, maybe I’m not on your latest release? I’m on 4.1 and that’s the only one I can find in GH.
I never got this working with ActionTiles - this new version implemented a Garage Door control tile (which was not in the previous SmartTiles) which isn’t working for your DTH.
I took v4.1 out of the comments because versioning is challenging, so use the last updated date to reference the most current release. It should be 05-19-2017.
I updated my code to match ST’s, which included switch states on and off. This version should work with ActionTiles, so if it doesn’t please let me know.
Hi @jondave, there are some differences that I can change (and I will), but the on/off current state should be for a switch capability, which is part of my DTH.
My code is based off of ST’s for the Mimolite garage door DTH:
This was easier than I thought. Give this version a try. I think I know why mine wasn’t working, which was because of how ST used “switch” in their original DTH. I was easily able to change mine, and it should now work for you in ActionTiles.
Yup those are there already in mine (but not ST’s), thanks @tgauchat. ST should update their DTH’s some day… (cough yeah…) It turned out that the way ST was using “switch” to be more than just on/off (they included doorClosed/doorOpen) was the culprit. I cleaned that up and we’re good.
1 Like
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
19
ActionTiles supports opening, open, closing, closed for Capability Garage Door… I think.
This was easier than I thought. Give this version a try. I think I know why mine wasn’t working, which was because of how ST used “switch” in their original DTH. I was easily able to change mine, and it should now work for you in ActionTiles.