Giter Club home page Giter Club logo

Comments (5)

fuergestalten avatar fuergestalten commented on June 12, 2024

To solve the problem with the fluctuation of current just try another power plug.

from sensors-software.

ricki-z avatar ricki-z commented on June 12, 2024

Hi Frank,
some NodeMCUs seem to have problems with the flash rom. The SPIFFS isn't working, so the config can't be saved. You should see this, if you look at the serial debug output. You could try to write an empty SPIFFS (as written in our docu under "delete the config").
To configure the sensor persistently, you have to compile the firmware with the correct options set in ext_def.h. And you have to disable auto updates.
Any time the sensor restarts, it will look for the config.json. If this isn't found, the compiled predefined values will be used. So if you use auto update this would be "Freifunk" for SSID with no password set.

from sensors-software.

ensonic avatar ensonic commented on June 12, 2024

I can find any docs that tell how to "delete the config" either.

find . -type f -exec grep -Hn "delete the config" {} \;

I've tried to implement the missing pieces for MQTT (see #4), but now I need to override "send2mqtt":false in the stored config. For now, I hacked it into setup(), after readConfig() and before writeConfig().

from sensors-software.

ricki-z avatar ricki-z commented on June 12, 2024

You need to delete the config.json in SPIFFS, this is described in https://github.com/opendata-stuttgart/meta/wiki/Firmware-einspielen at the end of the page.
In the next firmware version there will be mqtt, the posibility to delete the config and a better configuration via browser.
If you have special requirements on mqtt, please comment here (message format, mqtt server ...)

from sensors-software.

ricki-z avatar ricki-z commented on June 12, 2024

@ensonic : please don't hijack unrelated threads.

from sensors-software.

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.