kwally Posted April 11, 2014 at 10:14 PM Share Posted April 11, 2014 at 10:14 PM Ich habe kuerzlich ein Humidity Bricklet angeschlossen und das Python script nachmaesig geendert. Die Humidity zeigt an in dem Climate data aber nicht in der Climate summary. Hiermit die section von den script:Als attachment Danke schoen Screenshot.docx Quote Link to comment Share on other sites More sharing options...
photron Posted April 14, 2014 at 09:18 AM Share Posted April 14, 2014 at 09:18 AM Wenn der Humidity Wert in climate_data.csv drin steht dann hast du Zeile 96 in main.py passend abgeändert: this_row=(time_info['date'],time_info['time'],time_info['zone'],temperature,air_pressure,light_level) Wenn der neue Werte in climate_summary.csv fehlt dann hast du Today.py noch nicht passend geändert. Hast du in Today.py entsprechend der _temp, _lux und _pressure Listen eine _humidity Liste hinzugefügt und die nötigen Berechnungen, damit in Zeile 21 in summary=(date,maxtemp,mintemp,avgtemp,maxpressure,minpressure,avgpressure,maxlux) auch der Humidity-Wert auftaucht? Am besten du hängst deine abgeänderte Today.py und main.py an, anstatt eines Screenshots. Dann kann man besser beurteilen wo das Problem steckt. Quote Link to comment Share on other sites More sharing options...
kwally Posted April 15, 2014 at 02:36 AM Author Share Posted April 15, 2014 at 02:36 AM Danke Photron. Ich habe es umgeaendert wie du das vorgeschlagen hasst. Hab ich gar nicht gewusst das die "today.py" mitmacht. Muss ich ja bis mitternacht warten das ich sehe ob es jetzt geht. Ich werde probieren die "today.py" copieren un hier drann geben. VIELEN Dank. Karl Today.py Quote Link to comment Share on other sites More sharing options...
photron Posted April 15, 2014 at 08:45 AM Share Posted April 15, 2014 at 08:45 AM Sieht so aus als ob du Today.py jetzt passend abgewandelt hast. Allerdings ist da ein Fehler drin, denke ich: maxhumidity=(self._humidity) in Zeile 21 sollte maxhumidity=max(self._humidity) sein; da fehlt das max(), das das Maximum der _humidity Liste ermittelt. Quote Link to comment Share on other sites More sharing options...
kwally Posted April 15, 2014 at 09:56 PM Author Share Posted April 15, 2014 at 09:56 PM todat.py edited, habe ich max dazugegeben, aber funktioniert immer noch nicht. Quote Link to comment Share on other sites More sharing options...
kwally Posted April 15, 2014 at 10:19 PM Author Share Posted April 15, 2014 at 10:19 PM Die umgeanderte file.Ist ein raetsel, vielleicht hat das mit den nummern in "append (row[n])" zu tun?Today.py Quote Link to comment Share on other sites More sharing options...
photron Posted April 16, 2014 at 09:59 AM Share Posted April 16, 2014 at 09:59 AM Ich habe deine letzten Version von Today.py und main.py getestet und es funktioniert bei mir. Was ist den das Problem das bei dir auftritt? Damit ich nicht 15min bzw. einen Tag jeweils warten muss habe ich einen Schnelltest eingebaut. Wenn du in main.py Zeile 18 FAST_TEST auf True setzt ist er aktiviert und climate_data.csv wird alle 10sec und climate_summary.csv jedem Minute aktualisiert.main.pyToday.py Quote Link to comment Share on other sites More sharing options...
kwally Posted April 17, 2014 at 04:30 AM Author Share Posted April 17, 2014 at 04:30 AM Das problem ist das kein eintritt fuer Humidity gemacht wirt in der SUMMARY. Auch wenn ich die zeilen umtausche machts ja nichts. Das resultat ist beschrengt auf "temp"Illuminance" Pressure" min und max und avrg, kein zeichen von humidity. Aber humidity zeigt schon auf in der climate data.csv, aber nicht in der "climate summary" ja wie gibts denn sowas? Danke fuer den tip das resultat beschleunigen. Karl Quote Link to comment Share on other sites More sharing options...
kwally Posted April 17, 2014 at 05:00 AM Author Share Posted April 17, 2014 at 05:00 AM Ja bitte hiermit, das resultat in der Drop Box wie gesagt keine spur von Humidity. In der climate data, die humidity ist erst eingetragen vom 14 April, das datum wo ich es geschaft hatte die humidity bricklet einzutragen in der "main.py" file. so bitte scroll herunter. Karlclimate_summary_for_Tinkerforge.xlsxclimate_data_for_Tinkerforge.xlsx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.