TillF / SDI-logger

Data logger for logging SDI-sensor data to SD-card with RTC-time stamp on Arduino
3 stars 0 forks source link

deal with single failing sensors #6

Open SophiaDobko opened 2 years ago

SophiaDobko commented 2 years ago

When there is a problem with a single sensor, it shouldn't be tried to many times because otherwise the other sensores also can't measure

TillF commented 2 years ago

I don't get the point. The number of tries and the intermediate waiting time can both be adjusted in the settings, so this can be customized. Warum können dann die anderen Sensoren nicht messen? Dauert nur etwas länger, oder?

SophiaDobko commented 2 years ago

Ich weiß auch nicht. Hab das Thema aufgemacht da du so was in der Art im Protokoll notiert hattest.

On So, 24 Apr 2022 23:47:41 -0700 TillF @.***> wrote:

I don't get the point. The number of tries and the intermediate waiting time can both be adjusted in the settings, so this can be customized. Warum können dann die anderen Sensoren nicht messen? Dauert nur etwas länger, oder?

-- Reply to this email directly or view it on GitHub: https://github.com/TillF/SDI-logger/issues/6#issuecomment-1108139391 You are receiving this because you authored the thread.

Message ID: @.***>


Sophia Dobkowitz Institut für Umweltwissenschaften und Geographie Lehrstuhl Hydrologie und Klimatologie Universität Potsdam Karl-Liebknecht-Str. 24-25 14476 Potsdam-Golm +49 331 977 2254

SophiaDobko commented 2 years ago

For + and data the problem is solved. For GND one single disconnected cable still produces NA for all sensor. Possible fix: use different data pins, so that not all sensors will be concerned. Requires skript adaptation.