mc-Things General Discussion > mc-Things General Discussion

gateway did not react on connect request

(1/2) > >>

bdevlin:
Finally upgraded everything to 9.615.

Trying to connect to my devices (MC-110s in this case) responds with "gateway did not react on connect request". Then disconnects the gateway.

Devices on latest firmware. Gateway on app and firmware 9.615

Basically, I can't even upload new code to my devices now.

Please advise.

mc-T2:
Hi bdevlin,

Just to confirm on where you are at with everything:

The mcMod110 should be at: V0.9.615
The mcGateway110 should be at V0.9.615
Can you confirm that you are the latest version of mcStudio (V0.9)?

Can you take a screenshot of the 'device menu' where you connect to your gateway - just want to check that it is on the same subnet

And finally, can you try connecting to the gateway a couple of times (disregard the error) and see if this works as well please?

bdevlin:
mc-Studio is 9.534
gateway firmware and software are 9.615
all mc-mod110 are 9.615 firmware
mc-OTA is 1.2.13

Everything seems up to date, but I get this error.

Connected over and over and the gateway loses connection as soon as the error comes up.

Rebooted as well and re-launched studio.

mc-T2:
Can you post a screen shot of the device menu (showing your gateway IP) please?

Also, a screenshot of the error would help too

Thanks!

bdevlin:
I am connecting about 1 in 50 times... Not good. The error is actually not thrown as often as a simple inability to connect to the devices. There is a lot of difficulty connecting compared to the prior firmwares. Even when an mc-110mod is right next to the gateway (both ethernet wired and wireless).

Also my scripts no longer work and I have not changed anything. Did you deprecate IFTTT? Messages were relaying through my IFTTT applet fine right up until my firmware upgrades. I have re uploaded the script, but now my applet quit working? I have not had a chance to rebuild for MQTT yet.

mc-Studio still crashes like crazy, even for simple things like copy paste or even typing in a single character of code.
----------------------------------------------------------------
Class Devlin_Temp
    Shared Event CheckTemp() RaiseEvent Every 3 Minutes
     
        Dim temp As Float = TempSensor.GetTemp()
        Dim tempstring As String = temp.ToString()

        Dim ID As String
        ID = Device.mcUID().ToString("x8")
       
        Lplan.IFTTT("{key}", "Devlin_Temperature", tempstring, "", ID)
     
    End Event
   
    Shared Event measureVoltage() RaiseEvent Every 2 Hours
       
        Dim BattVolt As Short = Device.BatteryVoltage
        Dim Volts As String = BattVolt.ToString()
        Dim mcID As Float = Device.mcUID
        Dim ID As String = mcID.ToString("x8")
        If BattVolt < 2200 Then
            Lplan.IFTTT("{key}", "Devlin_Temp_Battery", Volts, "", ID)
        Else
           
        End If
       
    End Event
   
End Class
-------------------------------------------------------------------------

Navigation

[0] Message Index

[#] Next page

Go to full version