Git Product home page Git Product logo

Comments (14)

brbeaird avatar brbeaird commented on July 19, 2024 1

If you want to set your account username/password to something temporary I can use to login and see how MyQ is responding, let me know, and I'll send you my e-mail.

from smartthings_myq.

brbeaird avatar brbeaird commented on July 19, 2024

Have you updated to the last SmartApp code? I put in a fix awhile ago for the scenario you described.

from smartthings_myq.

RedsGT avatar RedsGT commented on July 19, 2024

I'm seeing the same thing, and I've made sure i have the latest from the repro.

from smartthings_myq.

RedsGT avatar RedsGT commented on July 19, 2024

c47f18df-ad70-4c6f-8f12-beb97fb2d8ae 6:31:41 PM: debug got login response: groovyx.net.http.HttpResponseDecorator@6ebeb4f5

Not much for logs when this happens.

from smartthings_myq.

RedsGT avatar RedsGT commented on July 19, 2024

Enabled the debug line 613:

apiGet("/api/v4/userdevicedetails/get", []) { response ->
	if (response.status == 200) {

c47f18df-ad70-4c6f-8f12-beb97fb2d8ae 6:54:41 PM: debug response data: null

That's not good...

from smartthings_myq.

RedsGT avatar RedsGT commented on July 19, 2024
apiGet("/api/v4/userdevicedetails/get", []) { response ->
	if (response.status == 200) {
    log.debug "response data1: " + response
    log.debug "response data2: " + response.data
    log.debug "response data3: " + response.data.Devices

7:14:38 PM: debug response data3: null
7:14:38 PM: debug response data2: [CorrelationId:9a7e571a-529e-475b-8978-9e0d2ebc8be9, ReturnCode:216, ErrorMessage:Unauthorized (216)]
7:14:38 PM: debug response data1: groovyx.net.http.HttpResponseDecorator@3735b499

I've verified that my password is good and I'm thinking we shouldn't be getting this far if unauthed.

Also tried sticking Fiddler in the middle as a proxy but it looks like the get runs on the hub not locally, which makes sense I guess.

from smartthings_myq.

RedsGT avatar RedsGT commented on July 19, 2024

I'm in. Drop me a line.

from smartthings_myq.

brbeaird avatar brbeaird commented on July 19, 2024

Send me a note - [email protected]

from smartthings_myq.

jrsprice avatar jrsprice commented on July 19, 2024

I've experienced the same thing. Door will not close. With the garage opener if I hit "open" again it will close. On actiontiles, all devices - momentary, garage opener, and the on/off switch will not close the door.

from smartthings_myq.

RedsGT avatar RedsGT commented on July 19, 2024

I worked with @brbeaird on my issue off line and it turned out that SmartThing IDE wasn't updating the code from GitHub so I wasn't getting the latest updates. Wiping it out completely and then pulling it down again fixed my issue.

from smartthings_myq.

jrsprice avatar jrsprice commented on July 19, 2024

Thanks @RedsGT, I only had pulled from github for the updates. I might have to remove and install again. I had the same issue when both didn't work. With the updated code (from pull) it seems only the open CTA will do both open and close my garage. Can't close it with the close CTA.

from smartthings_myq.

jrsprice avatar jrsprice commented on July 19, 2024

@brbeaird If I flip the bit from 0 to 1 in the close function of the garage door opener device handler it works now. I'm using the recommended tilt sensor too. I'll have to debug log some more.

def close() { 
	log.debug "Garage door close command called."
    parent.notify("Garage door close command called.")
	parent.sendCommand(this, "desireddoorstate", 1) 
//	updateDeviceStatus("closing")			// Now handled in the parent (in case we have an Acceleration sensor, we can handle "waiting" state)
    runIn(30, refresh, [overwrite: true]) //Force a sync with tilt sensor after 30 seconds
}

from smartthings_myq.

jrsprice avatar jrsprice commented on July 19, 2024

@RedsGT and @brbeaird as well as whoever finds this. The problem I encountered is due to the MyQ tilt sensor. The battery was dead and Chamberlain's product doesn't provide that information on their app. All the other smart devices usually report the charge %. Reason the MyQ app says my garage has been closed for 2 months. No wonder why the caution beep and blinking light didn't turn on when closing - AKA the liability prevention which completely fails when that battery dies. To top it off, it uses a CR2450 3V cell where as most other smart devices I have use CR123A/RCR123A (rechargeable cells) that all show 100%. Even my Kwikset locks show 60% on 4 rechargeable AA.

Anyway, for a temporary solution - flipping that bit works :)

from smartthings_myq.

brbeaird avatar brbeaird commented on July 19, 2024

The battery was dead and Chamberlain's product doesn't provide that information on their app. All the other smart devices usually report the charge %. Reason the MyQ app says my garage has been closed for 2 months. No wonder why the caution beep and blinking light didn't turn on when closing

That is bonkers. Glad you got it figured out.

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.