Search found 21 matches

by mikeo
Sun Jul 12, 2020 7:18 am
Forum: Meteohub Application
Topic: Mathematical operations
Replies: 7
Views: 9438

Re: Mathematical operations

I believe what you're trying to accomplish is possible via the "virtual sensors" function. I'm not sure how/where you're going to source the non-sensor or legacy data, but math functions are possible via "awk". Look at the manual for virtual sensors and awk.
I'm currently using an i2c magnetometer ...
by mikeo
Sun Jul 05, 2020 10:37 pm
Forum: Meteohub Application
Topic: Process -- Weather Data Recomputation: _extremely_ long processing time
Replies: 0
Views: 7588

Process -- Weather Data Recomputation: _extremely_ long processing time

I made a change to MeteoHub a few days ago, and since then the Process -- Weather Data Recomputation: has been running. The average time is 1 red square every 1.5 days, if not longer. (see attached picture) I have ~5 years of weather data stored on the Raspberry Pi's SD card.

Screen Shot 2020-07 ...
by mikeo
Sun Jul 05, 2020 10:25 pm
Forum: Raspberry PI
Topic: Wifi (WLAN) - Can't configure - Raspberry Pi 3 Model B
Replies: 3
Views: 6686

Re: Wifi (WLAN) - Can't configure - Raspberry Pi 3 Model B

I was able to get the onboard WiFi working on a Raspberry Pi 3 Model B (not B+) by following these instructions:
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=138714

The short version is that you need to download the .deb package to the Raspberry Pi, then run the package install command ...
by mikeo
Thu Jun 25, 2020 5:54 am
Forum: WD-Live & Dashboard
Topic: Dashboard without flash (statement, not question)
Replies: 0
Views: 7495

Dashboard without flash (statement, not question)

I've been using MeteoHub for a significant amount of time (at least 8 years) and have always needed to find a workaround for the WDlive flash dashboard. FreshWDL only worked for 80% of what I needed/wanted to do, and I had also resorted to using a flash-proxy for my Apple devices. Now that the flash ...
by mikeo
Wed Jun 24, 2020 8:05 am
Forum: Raspberry PI
Topic: Wifi (WLAN) - Can't configure - Raspberry Pi 3 Model B
Replies: 3
Views: 6686

Re: Wifi (WLAN) - Can't configure - Raspberry Pi 3 Model B

Are you using the built-in WiFi interface, the BCM43143 or a USB WiFi module? I'm trying to get the BCM43143 working, but it appears that there isn't a driver available for the "wheezy" release.

If you were able to find a driver for the on-board BCM43143, could you please provide some information ...
by mikeo
Wed Jun 24, 2020 5:43 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Virtual Sensors: is there a plan/timeline to bring them to Meteobridge?
Replies: 2
Views: 1482

Re: Virtual Sensors: is there a plan/timeline to bring them to Meteobridge?

Oh well, at least I know. Thanks for the update.

I can start a new thread if needed for the next question:
Is there a way to have a "virtual sensor" read a file or execute a command just once a day? Not using a trigger that happens once a minute?

Since my boat (mentioned previously) is on a lake ...
by mikeo
Mon Jun 01, 2020 3:59 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Virtual Sensors: is there a plan/timeline to bring them to Meteobridge?
Replies: 2
Views: 1482

Virtual Sensors: is there a plan/timeline to bring them to Meteobridge?

Hello! I've been happily using MeteoHub (yes, Hub) for 5+ years in a marine environment with a Davis sensor array. Does anyone have any information about the possibility of virtual sensors becoming a feature of Meteobridge?

My station is on a moored boat that rotates based on the wind direction ...
by mikeo
Mon Jun 01, 2020 3:46 am
Forum: Raspberry PI
Topic: RPi Update 5.1d is Corrupted
Replies: 3
Views: 6638

Re: RPi Update 5.1d is Corrupted

OK, thanks. I'm just going to leave my system at 5.1a. It's not accessible from the internet due to the multiple layers of NAT that happen with the cellular and local network.

Not that it matters in this thread, but until MeteoBridge (or something other than MeteoHub) has support for virtual ...
by mikeo
Sun May 31, 2020 9:20 am
Forum: Raspberry PI
Topic: RPi Update 5.1d is Corrupted
Replies: 3
Views: 6638

Re: RPi Update 5.1d is Corrupted

At least you got the update to do something, I can't get anything to update my station since 5.1a (Build 261). Maybe that's for the best, but I'd like to keep up to date.
by mikeo
Fri Jul 06, 2018 8:45 pm
Forum: Raspberry PI
Topic: Problems accessing meteohub page **solved**
Replies: 11
Views: 8085

Re: Problems accessing meteohub page

Looking around at other topics on this board, it appears that this is a common issue that started recently. We can only hope that Boris is aware and can provide a status update sometime soon.
by mikeo
Fri Jul 06, 2018 8:37 pm
Forum: Raspberry PI
Topic: Problems accessing meteohub page **solved**
Replies: 11
Views: 8085

Re: Problems accessing meteohub page

I'm having the exact same issue also on a Raspberry Pi. I don't know exactly when it started, and the data is still being uploaded. A reboot didn't help; I can SSH in, but I'm not quite sure what I should do from there. It's obvious the webserver is running, however everything appear to take place ...
by mikeo
Thu Jun 08, 2017 8:00 pm
Forum: misc
Topic: Virtual Sensor using awk; help please
Replies: 7
Views: 12536

Re: Virtual Sensor using awk; help please

After umpteen months of on and off trying to hack this together I finally had someone help me and now have a working virtual sensor that pull data from a file and from an existing sensor. The magic line of code that made it work is:
awk 'NR==FNR{b=$1;next}{print b, $4,$5,$6}' /var/local/heading ...
by mikeo
Fri Jan 15, 2016 3:18 am
Forum: misc
Topic: Virtual Sensor using awk; help please
Replies: 7
Views: 12536

Re: Virtual Sensor using awk; help please

OK, so I made some more progress, but the problem still seems to lie in my lack of knowledge of awk. I used this in the "conversion" field:
< /var/local/heading awk {'printf ''%d %d %d %d'', $1, $5, $6, $7 '}
and was able to get the following output as wind1 in the Inspect Data view ...
by mikeo
Fri Jan 15, 2016 2:09 am
Forum: Discussion
Topic: Davis 6372 with Meteostick
Replies: 1
Views: 11843

Davis 6372 with Meteostick

I'm banging my head against the wall here... All my research, and a vendor recommendation, indicated that the Meteostick would be able to receive data from a Davis 6372 since it was compatible with Vantage Pro2, Weather Envoy, and Envoy8X. I've set up as seen in the attachment.

I set up the 6372 as ...
by mikeo
Thu Jan 14, 2016 10:13 pm
Forum: misc
Topic: Virtual Sensor using awk; help please
Replies: 7
Views: 12536

Re: Virtual Sensor using awk; help please

UUOC and I can't get cat to work via the "conversion" input. I'm trying to figure out if the / is being escaped correctly in the http get/put method.