• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. mpp
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    mpp

    @mpp

    0
    Reputation
    377
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mpp Unfollow Follow

    Latest posts made by mpp

    • MQTT loop

      My GatewayESP8266MQTTClient keeps connecting to the MQTT connection:

      0;255;3;0;9;Attempting MQTT connection...
      0;255;3;0;9;MQTT connected
      0;255;3;0;9;Sending message on topic: mpp1-out/0/255/0/0/18
      IP: 192.168.0.164
      0;255;3;0;9;Attempting MQTT connection...
      0;255;3;0;9;MQTT connected
      0;255;3;0;9;Sending message on topic: mpp1-out/0/255/0/0/18
      IP: 192.168.0.164
      0;255;3;0;9;Attempting MQTT connection...
      0;255;3;0;9;MQTT connected
      0;255;3;0;9;Sending message on topic: mpp1-out/0/255/0/0/18
      IP: 192.168.0.164
      

      The MQTT log show the following:

      1494858022: New client connected from 192.168.0.164 as mpp-1 (c1, k15).
      1494858022: New connection from 192.168.0.177 on port 1883.
      1494858022: Client mpp-1 already connected, closing old connection.
      1494858022: New client connected from 192.168.0.177 as mpp-1 (c1, k5000).
      1494858022: New connection from 192.168.0.164 on port 1883.
      1494858022: Client mpp-1 already connected, closing old connection.
      1494858022: New client connected from 192.168.0.164 as mpp-1 (c1, k15).
      1494858022: New connection from 192.168.0.177 on port 1883.
      1494858022: Client mpp-1 already connected, closing old connection.
      

      So it appears that the configured gateway in the UI is kicking out the actual gateway?

      posted in Troubleshooting
      M
      mpp
    • RE: MySensor auto node ID

      @benya how did you see that it wasn't fully cleared, what script did you use to clear the EEPROM, are you using AUTO node id?

      posted in Troubleshooting
      M
      mpp