Search found 41 matches
- Thu Nov 07, 2019 6:51 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: [Solved] No more SFTP transfer **solved**
- Replies: 3
- Views: 1858
Re: No more SFTP transfer
same here, after last update: Platform: Meteobridge NANO SD Storage: Cactus SLC, 1885 MB total, 1315 MB free (30% used) SW Version: Meteobridge 4.2 (Nov 5 2019, build 2656), FW 1.3 2019-11-07 17:49:54 Error: 2019-11-07 17:49:54 sh: /home/meteohub/sshpass: not found (no more tries): 2019-11-07 17:48:...
- Sun Mar 31, 2019 10:47 am
- Forum: Meteobridge Discussion
- Topic: charts endless loop on DST time change **fixed**
- Replies: 14
- Views: 5621
- Sun Mar 31, 2019 10:24 am
- Forum: Meteobridge Discussion
- Topic: charts endless loop on DST time change **fixed**
- Replies: 14
- Views: 5621
Re: charts endless loop on DST time change
Poland had time change tonight
- Sun Mar 31, 2019 10:23 am
- Forum: Meteobridge Discussion
- Topic: database full - website not updating **solved**
- Replies: 6
- Views: 2747
Re: database full - website not updating
its because of DST time change, I've noticed that all chart, backup templates enters endless loop from changed hour. Reported in other topic
- Sun Mar 31, 2019 10:06 am
- Forum: Meteobridge Discussion
- Topic: charts endless loop on DST time change **fixed**
- Replies: 14
- Views: 5621
charts endless loop on DST time change **fixed**
after DST time change, charts template enters endless loop on changed hour. Generating charts to drive take entire drive space, calling charts http never ends.
its same on data export
its same on data export
- Sun Jan 13, 2019 11:50 pm
- Forum: Meteobridge Discussion
- Topic: rain0total incorect on NanoSD **solved**
- Replies: 5
- Views: 2314
Re: rain0total incorect on NanoSD **solved**
first option is probably best solution. I'll go for it or I'll will export minutes reading data from Nano every hour and correct it by running some script. "Advanced SQL inserts"? my SQL is already too complex, its hardly fits in 4000 chars length limit of form input, don't want to make it...
- Sun Jan 13, 2019 6:18 pm
- Forum: Meteobridge Discussion
- Topic: rain0total incorect on NanoSD **solved**
- Replies: 5
- Views: 2314
Re: rain0total incorect on NanoSD
Sorry this is bad algorithmic design on your end. Trying to get every 5 mins the rainfall of the last 5 mins will never work correctly. You will always have quirks caused by timing etc. Proper design is to read the rainfall of all time and to subtract rainfall you have read in the previous request....
- Sun Jan 13, 2019 3:33 pm
- Forum: Meteobridge Discussion
- Topic: rain0total incorect on NanoSD **solved**
- Replies: 5
- Views: 2314
Re: rain0total incorect on NanoSD **solved**
ok, I'll change approach then. Thank you
- Sun Jan 13, 2019 12:08 pm
- Forum: Meteobridge Discussion
- Topic: rain0total incorect on NanoSD **solved**
- Replies: 5
- Views: 2314
rain0total incorect on NanoSD **solved**
rain0total-sum5.2:NULL does not return correctly. On NanoSD this selector does not return correct value. Here is the use case: 1. MySql insert every 5 min on full minute 2. randomly value is inccorect (returns "0") ie. dbase.ram shows: sqlite> select ts, datetime(ts, 'unixepoch'), sum(val)...
- Sat Dec 22, 2018 10:15 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Data Import function for MB PRO and NANO SD
- Replies: 137
- Views: 62933
Re: Data Import function for MB PRO and NANO SD
no "import" after new firmware update.
by the way what is the format of those meteoplug, meteohub import file?
What about "generic" data format import?
Regrads
by the way what is the format of those meteoplug, meteohub import file?
What about "generic" data format import?
Regrads
- Wed Dec 12, 2018 9:47 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Data Import function for MB PRO and NANO SD
- Replies: 137
- Views: 62933
Re: Data Import function for MB PRO and NANO SD
waiting for "generic" import 

- Sat Dec 08, 2018 11:12 pm
- Forum: Meteobridge Discussion
- Topic: test5m warnings.
- Replies: 20
- Views: 26507
Re: test5m warnings. **solved**
does it solve problem when Nano SD loose WLAN (temporal Access Point failure or so) connection and does not reconnect?
In such situation only reboot fixed the problem.
In such situation only reboot fixed the problem.
- Wed Dec 05, 2018 12:14 am
- Forum: Meteobridge Discussion
- Topic: Template Timestamp converter feature request **solved**
- Replies: 11
- Views: 4263
Re: Template Timestamp converter feature request
I can confirm its working
I'm grateful for best support.

I'm grateful for best support.
- Wed Dec 05, 2018 12:04 am
- Forum: Meteobridge Discussion
- Topic: Template Timestamp converter feature request **solved**
- Replies: 11
- Views: 4263
Re: Template Timestamp converter feature request
great, thank you. I'll try it as soon its released. For me this functionality will ease many things.
Thank you again for quick response.
Regards,
Thank you again for quick response.
Regards,
- Tue Dec 04, 2018 9:30 pm
- Forum: Meteobridge Discussion
- Topic: Template Timestamp converter feature request **solved**
- Replies: 11
- Views: 4263
Re: Template Timestamp converter feature request
epoch is OK, but it is not converter or its is? [epoch] as template documentation states, gives us epoch timestamp of current time. How to get unix epoch time of i.ie [th0temp-maxtime]? all I can get is "201603011123344" it does not look like epoch ts does it? [th0temp-maxtime=epoch] would...