Search found 36 matches

by AlaskaWX
Mon Mar 21, 2022 11:34 pm
Forum: Meteobridge Discussion
Topic: Can th0temp outdoor temperature Sensor Mapping be to mapped to a Numerical Expression?
Replies: 4
Views: 1465

Re: Can th0temp outdoor temperature Sensor Mapping be to mapped to a Numerical Expression?


Can th0temp outdoor temperature's Sensor Mapping be to mapped to a Numerical Expression as with https://wiki.meteobridge.com/wiki/index.php/Templates ?

I want to have the Numerical Expression be:
th0temp = min(th0!0temp, th0!7temp)

Or with an if then else statement with a comparison of th0 ...
by AlaskaWX
Mon Feb 07, 2022 7:37 am
Forum: Meteobridge Discussion
Topic: Add Logical Sensor
Replies: 10
Views: 2284

Re: Add Logical Sensor

You could easily add a DIY "logical" sensor by creating a plugin weathersation (as an AWK script) that could read the physical sensor of choice and output that data as any sensor you want. :D
by AlaskaWX
Fri Jan 07, 2022 10:12 pm
Forum: Meteobridge Discussion
Topic: wind average Computed by Meteobridge **solved**
Replies: 7
Views: 1763

Re: wind average Computed by Meteobridge


Hi Mattk,

You could use sensor wind0avgwind which provides the average wind speed in m/s and average time is dependent on station being used. Use one of the converters to convert m/s if mph or kn or kmh is required


the issue is that wind0wind sensor is linked to the wind0average provided by ...
by AlaskaWX
Sun Feb 21, 2021 6:25 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Windrun as as a selector **solved**
Replies: 8
Views: 3406

Re: Windrun as as a selector

It would be possible to do this calculation as a user-defined weather station plugin written as an AWK script.

Would it be correct to calculate and output the windrun value only at midnight for the previous day? Or maybe the last 24 hours as a running average taken every hour and calculated (even ...
by AlaskaWX
Thu Feb 04, 2021 1:20 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Add More "generic data #" Logical Sensors to Meteobridge?
Replies: 2
Views: 1231

Re: Add More "generic data #" Logical Sensors to Meteobridge?


You don't need to map to logical sensors. You can work with the physical sensors directly in charts, exports, etc.

Weathernetworks, that rely on logical sensors, will most probably not make use of this data anyway.


I need the additional logical sensors for my Meteoplug feed. They have to be ...
by AlaskaWX
Wed Feb 03, 2021 6:54 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Wetbulb Temperature User Defined Plugin Weatherstation
Replies: 8
Views: 5035

Re: Wetbulb Temperature User Defined Plugin Weatherstation


Yes I have a Pro Red.
Here is the output from the ssh console:
awk: /tmp/mnt/data/scripts/mbwbpi.plugin:83: Unexpected token

Thank you for posting that, once it output the line number I looked and it looks like you did not close your if-else statement with braces. Fixed that and testing now ...
by AlaskaWX
Wed Feb 03, 2021 12:04 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Wetbulb Temperature User Defined Plugin Weatherstation
Replies: 8
Views: 5035

Re: Wetbulb Temperature User Defined Plugin Weatherstation


I've installed it on my station and it doesn''t seem to work.
This is all I get in the log:

logger (02.02.2021 10:33:53): connect station 2 (User-defined via Plug-in).
logger (02.02.2021 10:33:53): station 2 (User-defined), unexpected 0 bytes.
logger (02.02.2021 10:33:53): disconnect station 2 ...
by AlaskaWX
Tue Feb 02, 2021 4:20 am
Forum: Meteobridge Discussion
Topic: Add a "Pause" Option for Weather Stations?
Replies: 2
Views: 1376

Re: Add a "Pause" Option for Weather Stations?


How does pulling the power not accomplish the objective?

Yes, I do have muliple weather stations running. A Davis VP2 with IIS and remote Soil temp sensor and multiple user defined plugin weather stations.

The data logger daemon still tries to gather data from the weather station even if its ...
by AlaskaWX
Mon Feb 01, 2021 11:57 pm
Forum: Meteobridge Discussion
Topic: Add a "Pause" Option for Weather Stations?
Replies: 2
Views: 1376

Add a "Pause" Option for Weather Stations?

I'm a long time (12 years) Meteohub users and run quite a few user defined plugin weather stations. Some of these weather stations only make sense to run seasonally. For instance a snow depth sensor. No need to run it during the summer, no? I'm migrating to Meteobridge currently and I'd like to see ...
by AlaskaWX
Mon Feb 01, 2021 11:43 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Add More "generic data #" Logical Sensors to Meteobridge?
Replies: 2
Views: 1231

Add More "generic data #" Logical Sensors to Meteobridge?

I'm in the process of migrating from 9 years on Meteohub (on iConnect) to Meteobridge (on RPI3B) and have ran into a stumbling block. It seems that Meteobridge does not provide as many Logical Sensors for mapping of generic data physical sensors as Meteohub does. Currently Meteobridge only seems to ...
by AlaskaWX
Sun Jan 24, 2021 7:26 pm
Forum: Meteobridge Discussion
Topic: Meteoclimatic user migrating from meteohub
Replies: 2
Views: 1541

Re: Meteoclimatic user migrating from meteohub


...
2. Is it possible to use awk scripts to callibrate sensors? ax+b is't enough in some situations.
...


You could create a plugin weather station using an awk script. See this post for info on how I approached the problem of calculating the wetbulb temperature: https://forum.meteohub.de ...
by AlaskaWX
Sat Jan 23, 2021 6:09 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Meteobridge is authoritative DHCP server. **solved**
Replies: 6
Views: 2978

Re: Meteobridge is authoritative DHCP server


...
Furthermore, I'm not able to login at luci (tried root/meteobridge or meteobridge/meteobridge) "Invalid username and/or password! Please try again."
...


The key is to login to the Meteobridge web interface initially with the root account using the root password. After you do that you'll ...
by AlaskaWX
Sat Jan 23, 2021 4:55 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Meteobridge is authoritative DHCP server. **solved**
Replies: 6
Views: 2978

Re: Meteobridge is authoritative DHCP server

pehon wrote: Fri Jan 22, 2021 9:58 pm Why is metebrige acting as as DHCP Server in my network?
See this post on how to disable the DNS and DHCP server on Meteobridge RPI that survives reboots:

viewtopic.php?p=37579#p37579

Worked for me. :D
by AlaskaWX
Fri Jan 22, 2021 5:59 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: Numerical Expressions **solved**
Replies: 3
Views: 1485

Re: Numerical Expressions

I can't get addition with the "+" operator either. Must be a bug...
by AlaskaWX
Fri Jan 22, 2021 2:01 am
Forum: Meteobridge Discussion
Topic: Meteobridge supports Raspberry Pi 3B, 3B+, 4B
Replies: 82
Views: 323671

Re: Meteobridge supports Raspberry Pi 3B, 3B+, 4B


...
It is also perhaps worthy to note that manually changing the /etc/resolv.conf file is not persistent through a reboot. You do need to change the values for the DNS in the /tmp/resolv.conf or perhaps even in the /tmp/resolv.conf.d/resolv.conf.auto file to make it persistent through a reboot ...