Git Product home page Git Product logo

Comments (6)

brbeaird avatar brbeaird commented on July 19, 2024 1

Ok, yep - I added my door to my second hub just to test it, and it now shows up in the new app. Progress! Hopefully we'll see changes soon-ish to make it a bit more streamlined.

from smartthings_myq.

brbeaird avatar brbeaird commented on July 19, 2024

Oh wow, that's excellent. I'll give that a try, thank you!

from smartthings_myq.

brbeaird avatar brbeaird commented on July 19, 2024

So does all that need to go into DTH or are the functions going into the SmartApp? Also, I'm not familiar with the syntax of that first meta data piece...got any similar examples I could check out?

from smartthings_myq.

vseven avatar vseven commented on July 19, 2024

All DTH. Here is a example of updated metadata in a "standard" DTH:

https://github.com/SmartThingsCommunity/SmartThingsPublic/blob/f64411dcd14d1a41e886a0feaddd530f675d3888/devicetypes/smartthings/smartpower-outlet.src/smartpower-outlet.groovy#L18

There is no true garage control I've found.....generic-contact-4 is the closest but like I said its not perfect (shows two switches...one for garage door and one for just door control) but it at least lets it work in the new app and doesn't seem to affect Classic. If I remove the capability door control it does show correctly.

Health check is a guess that seems to work ok. Its based on this for the structure (example is z-wave): https://community.smartthings.com/t/fibaro-open-close-sensor-health-check/140043/7 and then the syntax in the health check command in the stock EcoBee handler: https://github.com/SmartThingsCommunity/SmartThingsPublic/blob/f64411dcd14d1a41e886a0feaddd530f675d3888/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy#L142 but honestly I wouldn't add that part yet.

I would start with just the meta data and removing door control and you'll get it to at least show up in the new app and work. It will show "checking status" but clicking on it will show correctly.

Also the new app wont show the change....it holds the old dth. So to see it you have to delete the device and re-add.

from smartthings_myq.

brbeaird avatar brbeaird commented on July 19, 2024

Gotcha. That's annoying to have to delete and re-add...too lazy to deal with that at the moment, but I'll try at some point. Thanks again!

from smartthings_myq.

vseven avatar vseven commented on July 19, 2024

Yeah, I feel the same way especially since I then have to reauthorize ActionTiles for that device and update my panel since the "old" garage door is gone. But adding just the meta data and removing the "door Control" capability will give you a working device in the new app:

image

I haven't found a fix for the "Checking Status..." issue yet. Most people say adding the vid will fix it but it didn't in this case.

from smartthings_myq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.