Giter VIP home page Giter VIP logo

Comments (2)

jnsbyr avatar jnsbyr commented on August 24, 2024

The pool topics are updated every 10 s, but they should not toggle randomly. Here are some hints how to analyse:

  • Rebuild the code with SERIAL_DEBUG enabled in common.h. Maybe add a few extra log outputs, e.g. to MQTTPublisher::loop(), so you can see what values are really provided by the device. Let the debug version run for a short while and watch what happens in your MQTT client and in the serial output at the same time. Note that serial debugging reduces the application stability, so do not be surprised if some things behave even worse (e.g. giving commands) - but it is the easiest way to look deeper into the application.

  • Alternatively use something like tcpdump or Wireshark to look into the connection from the device to your MQTT broker. MQTT Explorer is a MQTT client and can only see what the MQTT broker provides. It could be an issue of the MQTT broker setup.

from esp8266-intexsbh20.

jnsbyr avatar jnsbyr commented on August 24, 2024

closed due to inactivity

from esp8266-intexsbh20.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.