sumerland
sumerland
Is it "safe" to run the NextPM instead of the SDS (remove SDS)? Will the NextPM run continuously or is it going to sleep as the SDS? In case of...
I was asking because the spec mentions a warm-up time of 10s. Edit: according to a different document the time between wake-up from sleep and the first data is 15s.
I got an additional nodemcu with just the NPM connected to play with. I also fetched yesterday's beta branch. Could you please point me to the right places in order...
Thanks! The first block is already present in the current beta. I added `if (cfg::npm_read) { fetchSensorNPM(result_NPM); }` but so far the sensor does not show up in the debug...
ESP8266. The problem right now is that as soon as NPM_READ is 1 the GUI does not respond anymore.
I got a compile error using your repo... Something with PIN_CS undeclared Edit: fixed the compilation by removing the two lines with PIN_CS. Your FW is working now! Edit2: ran...
I assume I should apply those changes to your repo? The sensor ran fine for a few minutes but then I could not connect to the GUI anymore and the...
Today I started from a fresh clone of the current beta branch and did the following changes: 1) add the checkbox for the NPM in the GUI 2) in ext_def.h...
I was too quick... Values disappeared after approx 1h. Apart from that it seems to run OK (fan spin up/down as expected, webserver is responsive). Will try again tomorrow.
After some more testing with the abovementioned changes applied to firmwares 132-B3 and 131: - 132-B3: initial measurements looking good but GUI becomes unresponsive after a few minutes - 131:...