• header.categories
    • header.recent
    • header.tags
    • header.popular
    • register
    • login
    1. home
    2. mpp
    3. posts
    M
    offline
    • profile
    • following 0
    • followers 0
    • topics 1
    • posts 2
    • header.groups 0

    posts

    header.recent best controversial
    • 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?

      global: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?

      global:posted-in, Troubleshooting
      M
      mpp