uncdubdiver / hubitat-myq

MyQ Garage Door opener for Hubitat
7 stars 1 forks source link

Driver not working #2

Open k5map opened 1 year ago

k5map commented 1 year ago

I just installed this driver (successfully) as instructed. But when I click Refresh, I do not get a response. What is even stranger is when I click Open, the status changes to Opening (but on my MyQ app the door status is still Closed) and then the device status shows Open when the MyQ app shows it's still Closed. Any ideas?

k5map commented 1 year ago

I enabled debugging and noticed this driver is attempting to use the v5 URL... I thought that was discontinued. Is anyone else successfully using this driver?

ecollins01 commented 1 week ago

not working here is the debug log can you tel me what is wrong 2024-11-16 11:25:37.865 AMerrorX callURL_DeviceAction() >> PUT >> Error: e.statusCode groovyx.net.http.ResponseParseException: status code: 404, reason phrase: Not Found dev:2042024-11-16 11:25:37.465 AMdebug[callURL_DeviceAction()] - executing httpPutJson()... dev:2042024-11-16 11:25:37.463 AMdebug[BODY]={"action_type": "open"} dev:2042024-11-16 11:25:37.460 AMdebug[QUERY]=null dev:2042024-11-16 11:25:37.458 AMdebug[HEADERS]=[MyQApplicationId:JVM/G9Nwih5BwKgNCjLxiFUQxQijAebyyg8QUHr7JOrP+tuPb8iHfRHKwTmDzHOu, Content-Type:application/json, SecurityToken:null] dev:2042024-11-16 11:25:37.456 AMdebug[URL]=https://api.myqdevice.com/api/v5.1/Accounts/null/Devices/null/actions dev:2042024-11-16 11:25:37.453 AMdebugget_myqSecurityToken() {... returning null dev:2042024-11-16 11:25:37.452 AMdebugget_myqAccountID() {... returning null dev:2042024-11-16 11:25:37.450 AMtracecallURL_DeviceAction(open) dev:2042024-11-16 11:25:37.449 AMdebug[open()] - executing callURL_DeviceAction to open the door dev:2042024-11-16 11:25:37.446 AMdebug[open()] - executing sendEvent opening dev:2042024-11-16 11:25:37.445 AMtraceopen()...