Jump to content

fmatovic

Members
  • Gesamte Inhalte

    3
  • Benutzer seit

  • Letzter Besuch

fmatovic's Achievements

Newbie

Newbie (1/14)

0

Reputation in der Community

  1. Yes yes, but that's all done on my DB and Cron jobs. On the other side you can't just send values to DB each 24 hours, cause then you don't have other values like, wind, temp and hum in real time (each 40 sec). So you would have to split the rain with separate script to store its rain. Nvm... seems like CRON job to run each day at midnight and new column in table will have to do it. I was thinking if there was something in the API which could help me trigger the rain gauge to reset or dump its stored data on bricket directlly. Thanks anyway
  2. Okay but, just a workaround the total will still remain the same. Any idea how i can do that in my python script? with API from tinkerforge? Wihout creating additional column in my db and storing another value each day and then representing it on frontend oldValue - newValue ?
  3. Hi guys, I'm trying to implement a daily reset command to be exectured through cron job on raspberry pi (through which the Brick and Outdoor Weather Station Bricklet are connected) for the rain gauge. So... anyone has any idea how to reset the rain gauge through python or any other way except the one removing the batteries and reseting the whole brick etc.? Thanks
×
×
  • Neu erstellen...