Announcement

Collapse
No announcement yet.

cannot connect to myq

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    cannot connect to myq

    This has worked for years but it looks like the website you log into is no longer active and they only support mobile devices now and not web browser connection. Or I have a problem here that I can't find.

    any one else having this issue and is there a fix???

    #2
    Don't know about the web browser, but the plugin isn't working anymore.

    Comment


      #3
      I turned on DEBUG and saw this:

      MyQNet.MyQHttpException: An error occurred while processing the request. Server Error at MyQNet.MyQClient.RequestAsync[T] (System.String method, System.String urlPath, System.Object postContent, System.Threading.CancellationToken cancellationToken, System.Boolean useAccessToken, System.String apiVersion) [0x004ec] in :0 at MyQNet.MyQClient.b__18_0 () [0x00067] in :0 at MyQNet.MyQClient.GetDevices () [0x00017] in :0 at HSPI_HSMyQ.Controller.OnPollTimerEvent (System.Object sender, System.Timers.ElapsedEventArgs e) [0x00016] in :0


      1/5/2021 8:47:44 PM

      HSMyQ
      Debug
      {"code":"500.000","message":"An error occurred while processing the request.","description":"Server Error"}

      I also looked at the Config file and it looks like the API version may be v4.0.Is it possible the API version changed?
      Anyway, a look at the config file:

      [root@homeauto HomeSeer]# more HSPI_HSMyQ.exe.config

      <?xml version="1.0" encoding="utf-8"?>
      <configuration>
      <startup>
      <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
      </startup>
      <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="bin/homeseer;bin/HSMyQ" />
      </assemblyBinding>
      </runtime>
      </configuration>

      Comment


        #4
        seems to be working again today

        Comment

        Working...
        X