Search found 36 matches

by cphMichael
Thu Jul 20, 2023 10:52 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Twitter: Upload Error?
Replies: 4
Views: 679

Re: Twitter: Upload Error?

In the dokumentation for Twitter api, is says that you can send 1500 Tweets for free every month. I'm sending 1 Tweet every hour, so I'm sending 24 x 30 = 720, Tweets every month - but still I'm banded for exceeding the limits. Is it so, that all the Meteobridge PRO uses the same ID - and therefore ...
by cphMichael
Wed Jul 19, 2023 11:05 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Twitter upload issue
Replies: 18
Views: 3322

Re: Twitter upload issue

If you manage to make it works, please write here how you did it :-)
by cphMichael
Wed Jul 19, 2023 6:21 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Twitter: Upload Error?
Replies: 4
Views: 679

Twitter: Upload Error?

I have been uploading to Twitter for a long time, but suddenly I get this error: Twitter Upload: Error: 2023-07-19 18:06:34 sh: closing paren expected sh: closing paren expected sh: closing paren expected sh: closing paren expected error ("You currently have access to a subset of Twitter API v2...
by cphMichael
Sat Jul 15, 2023 4:28 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Days since last recorded rainfall?
Replies: 9
Views: 971

Re: Days since last recorded rainfall?

I think this is the conversion table: 0.1 = 2.4 = 2t 24min 0.2 = 4.8 = 4t 48min 0.3 = 7.2 = 7t 12min 0,4 = 9.6 = 9t 36min 0.5 = 12.0 = 12t 00min 0.6 = 14.4 = 14t 24min 0.7 = 16.8 = 16t 48 0.8 = 19.2 = 19t 12min 0.9 = 21.6 = 21t 36min I have changed it to *1 Now it says: 1.2 days (1 day, 4t 48min) Ma...
by cphMichael
Sat Jul 15, 2023 11:11 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Days since last recorded rainfall?
Replies: 9
Views: 971

Re: Days since last recorded rainfall?

It works now - It says “1 day” after 24 hours.

I use it on Twitter that I update every hour.

Is it easy to change the calculation, so it displays number of hours since last rainfall?

Then I could write:

Days since last rainfall: 2 days (49 hours)
by cphMichael
Fri Jul 14, 2023 2:36 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Days since last recorded rainfall?
Replies: 9
Views: 971

Re: Days since last recorded rainfall?

I have changed *0 to *t and looking forward to see what happens.

Thanks for your help.

Regards

Michael
by cphMichael
Fri Jul 14, 2023 8:33 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Days since last recorded rainfall?
Replies: 9
Views: 971

Re: Days since last recorded rainfall?

Thank you for the explanation. If I understood you correctly, it is possible to calculate how many hours it has been since last rainfall? Could you divide that with 24 and then get the days? If it is 23 hours since last rainfall: 23 / 24 = 0,958 (0 days) If it is 25 hours since last rainfall: 25 / 2...
by cphMichael
Thu Jul 13, 2023 2:29 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Days since last recorded rainfall?
Replies: 9
Views: 971

Re: Days since last recorded rainfall?

Thanks for the answer.

I thought 24 hours after last rainfall would trigger "1 day".

86400 / 60 / 60 = 24

Is the answer that unfortunately it isn't possible to calculate this?
by cphMichael
Wed Jul 12, 2023 11:32 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Days since last recorded rainfall?
Replies: 9
Views: 971

Days since last recorded rainfall?

I use this command to calculate how many days have passed since the last rainfall: {*([epoch]-[rain0total-nonzerotime=epoch])/86400:--*0} But it says 1 day already after 12 hours. If it rains 19pm then it says 1 day the next morning at 7am Is there somebody that can figure out how to modify the comm...
by cphMichael
Wed Sep 29, 2021 12:52 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Graphs > Wind : Change from km/h to m/s ?
Replies: 3
Views: 1082

Re: Graphs > Wind : Change from km/h to m/s ?

I am using the Saratoga-weather templates. My "MBtags.php" looks like this: - - - - - $WXsoftware = 'MB'; $defsFile = 'MB-defs.php'; // filename with $varnames = $WX['MB-varnames']; equivalents $rawdatalines = ' date|2021-09-29|// local date:|: time|12:43:00|// local time:|: dateUTC|2021-0...
by cphMichael
Wed Sep 29, 2021 9:59 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Graphs > Wind : Change from km/h to m/s ?
Replies: 3
Views: 1082

Graphs > Wind : Change from km/h to m/s ?

In the Graphs > allinone-iso

Is it possible to change the Wind messurement from km/h to m/s ?
by cphMichael
Mon Oct 05, 2020 9:55 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Indoore HUM is -31% off **solved**
Replies: 7
Views: 2344

Indoore HUM is -31% off **solved**

Something has changed to the Indoor hum reading.

When I look at the "Raw Sensor Data > #0 Indoor" it says 21%, but the real hum is 52%

Is that an error or am I supposed to add the thb0hum sensor to "Station > Settings" and then set an offset to +31%?
by cphMichael
Sun Jun 28, 2020 1:21 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Wrong rain0total
Replies: 12
Views: 3896

Re: Wrong rain0total

The wiki says: - - - - Apart from selectors that use absolute, predefined time slots there are also selectors that look for a certain amount of time into the past. val1, val2, val3, ..., val60: selects the value the sensor has shown one to 60 minutes ago - - - - If we take ‘rain0total-val5’ the sens...
by cphMichael
Sat Jun 27, 2020 1:29 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Display “%” in Twitter? **solved**
Replies: 2
Views: 1216

Re: Display “%” in Twitter?

Thank you very much for your reply. That solved it.

I will try the search next time :wink:
by cphMichael
Fri Jun 26, 2020 8:08 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Display “%” in Twitter? **solved**
Replies: 2
Views: 1216

Display “%” in Twitter? **solved**

I use the Meteobridge Twitter service to display local weather data.

I use th0hum-act to display the outdoor humidity and would like to display a “%” after the sensor.

Meteobridge use the “%” as a modulus operator, so I haven’t figured out how to display it.

https://twitter.com/frbvejret