Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Fine Offset station not found weather station Dream Link WH1080 Weather Station

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

takezo
Posts: 35
Joined: Fri 18 Nov 2016 2:18 pm
Weather Station: raspberry pi
Operating System: debina

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by takezo »

steve wrote:What do you get from "ls -l /dev/hidraw*" ? What about "ls -l /sys/class/hidraw" ?

A human interface device is a USB device such as a mouse or keyboard, but manufacturers also use it for devices such as a weather station, as doing it that way means it does not need any special USB drivers.
good to know ..

this is the output:

Code: Select all

takezo@WEATHER:~/scripts/station-base $ ls -l /dev/hidraw*
/dev/hidraw*:  No such file or directory
takezo@WEATHER:~/scripts/station-base $ ls -l /sys/class/hidraw
total 0
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by steve »

It appears that your kernel does not have support for hidraw, so it cannot work with the USB component which MX uses, as that requires hidraw support.
Steve
takezo
Posts: 35
Joined: Fri 18 Nov 2016 2:18 pm
Weather Station: raspberry pi
Operating System: debina

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by takezo »

steve wrote:It appears that your kernel does not have support for hidraw, so it cannot work with the USB component which MX uses, as that requires hidraw support.
any idea how can enable it..?
this is my current version of kernel in my raspberry pi:

Code: Select all

takezo@WEATHER:~ $ uname -srvipo
Linux 4.4.26+ #915 Thu Oct 20 17:02:14 BST 2016 unknown unknown GNU/Linux
in any case, thank you so much man for your support.

and one thing that i cannot understand is why i can access to my console using pwwy software?
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by steve »

It has to be compiled into the kernel. Where did you get your kernel? I'd have thought it would have been compiled in if it's a standardkernel.

There are various ways of accessing USB devices, presumably pywws doesn't rely on hidraw.
Steve
takezo
Posts: 35
Joined: Fri 18 Nov 2016 2:18 pm
Weather Station: raspberry pi
Operating System: debina

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by takezo »

steve wrote:It has to be compiled into the kernel. Where did you get your kernel? I'd have thought it would have been compiled in if it's a standardkernel.

There are various ways of accessing USB devices, presumably pywws doesn't rely on hidraw.
Hi steve

kernel that I run has been provide for raspberry pi:

https://www.raspberrypi.org/documentati ... uilding.md

but normally to update my raspberry pi to last version of kernel I use rpi-update command:

https://www.raspberrypi.org/documentati ... pdating.md

now i'm running version:

4.4.34+ #930
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by steve »

It looks to me like you are building your own kernels from source, and you haven't enabled hidraw. You will need to look up the documentation for how to do that.
Steve
takezo
Posts: 35
Joined: Fri 18 Nov 2016 2:18 pm
Weather Station: raspberry pi
Operating System: debina

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by takezo »

steve wrote:It looks to me like you are building your own kernels from source, and you haven't enabled hidraw. You will need to look up the documentation for how to do that.
oka steve, thanks you for your support! i will follow the raspberry pi doc.
if you have any other idea, just let me know.. :-)
User avatar
rogerthn
Posts: 518
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by rogerthn »

takezo wrote:if you have any other idea, just let me know.. :-)
I would download RASPBIAN JESSIE LITE from https://www.raspberrypi.org/downloads/raspbian/
Once initial configuration bas been done
sudo apt-get install mono-complete
Image
takezo
Posts: 35
Joined: Fri 18 Nov 2016 2:18 pm
Weather Station: raspberry pi
Operating System: debina

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by takezo »

rogerthn wrote:
takezo wrote:if you have any other idea, just let me know.. :-)
I would download RASPBIAN JESSIE LITE from https://www.raspberrypi.org/downloads/raspbian/
Once initial configuration bas been done
sudo apt-get install mono-complete
what do you think about this output..?

Code: Select all

[24233.046621] usb 1-1.3: USB disconnect, device number 6
[24235.074057] usb 1-1.3: new low-speed USB device number 7 using dwc_otg
[24235.220256] usb 1-1.3: New USB device found, idVendor=1941, idProduct=8021
[24235.220297] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[24235.271525] hid-generic 0003:1941:8021.0003: hiddev0,hidraw0: USB HID v1.00 Device [HID 1941:8021] on usb-20980000.usb-1.3/input0
[24292.224908] usb 1-1.3: reset low-speed USB device number 7 using dwc_otg
looks like hidraw works..?
takezo
Posts: 35
Joined: Fri 18 Nov 2016 2:18 pm
Weather Station: raspberry pi
Operating System: debina

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by takezo »

steve wrote:It appears that your kernel does not have support for hidraw, so it cannot work with the USB component which MX uses, as that requires hidraw support.
Hi there!!

im coming with good news..!!
I have configured Cumulus.ini attaching device in /dev/hidraw0

Code: Select all

takezo@WEATHER:~/scripts/Cumulus/CumulusMX $ ls -la /dev/hidraw0 
crw------- 1 root root 247, 0 nov 25 11:48 /dev/hidraw0
and cumulus has found the device and run successfully!

Code: Select all

takezo@-WEATHER:~/scripts/Cumulus/CumulusMX $ sudo mono CumulusMX.exe
Current culture: Spanish (Spain)
Serial: C1C14BD8D8C0C9F8B78320EFD1263EE1
Cumulus MX v.3.0.0 build 3041
Today.ini = data/today.ini
Last update=2016-11-25T11:55:36
Looking for Fine Offset station, VendorID=0x1941 ProductID=0x8021
sysname=Linux release=4.4.34 machine=armv6l
[b]Fine Offset station found[/b]
Connected to station
Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
Starting web socket server on port 8002
25/11/2016 11:59:59
Type Ctrl-C to terminate

but at this point I have a small issue, my dashboard doesn't show nothing.. but I have configured service as wunderground.com and I have seen that cumulus is sending data collected correctly from my weather station.. but as I said in option menu dashboard doesn't show nothing. :-( any idea..?

by the way, some one can let me know if there is any option to sync date and time from my computer to station weather console automatically..?

thanks for your support!
User avatar
santeleco
Posts: 1
Joined: Wed 07 Oct 2015 3:27 am
Weather Station: WH-1080
Operating System: Raspbian-Armbian-Bananian
Location: Spain

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by santeleco »

Hello takezo, I had the same problem you indicate when I updated my BPi-M1 to Debian Jessie, what I did was to uninstall mono 3.2.8 (apt-get purge mono-complete && apt-get autoremove) and install version 4.0.2 as Steve indicated here: https://cumulus.hosiene.co.uk/viewtopic.p ... 87#p113512.
Also I installed libudev0 from the Raspbian Wheezy repositories (adding

Code: Select all

deb http://archive.raspbian.org/raspbian wheezy main contrib non-free
to /etc/apt/sources.list) as Debian Jessie works with libudev1 instead of libudev0.
Now my mono-complete package has version...

Code: Select all

Mono JIT compiler version 4.0.2 (Debian 4.0.2.5+dfsg-2~rpi1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
        TLS:           __thread
        SIGSEGV:       normal
        Notifications: epoll
        Architecture:  armel,vfp+hard
        Disabled:      none
        Misc:          softdebug
        LLVM:          supported, not enabled.
        GC:            sgen
...and CumulusMX build 3041 works correctly.
Best regards,
santeleco
;)
S@nTeleco
_______________________________________
Working on RPi, BPi-M1 and much more
gvheard
Posts: 6
Joined: Fri 15 Jan 2010 2:37 pm
Weather Station: WH-1081
Operating System: Windows XP SP3

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by gvheard »

Hi, I have a similar problem, "Fine Offset Station Not found" when I start CumulusMX, it was working up to 8th December when I upgraded the OS I use. (Opensuse 42.1 -> Opensuse 42.2).
when I start CumulusMX I see this (I am running this as a root user)

# mono CumulusMX.exe
Current culture: English (United Kingdom)
Serial: 42A5EFD0030258906203697C41F5F53B
Cumulus MX v.3.0.0 build 3041
Today.ini = data/today.ini
Last update=2016-12-08T07:00:00
Looking for Fine Offset station, VendorID=0x1941 ProductID=0x8021
Fine Offset station not found

Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
Starting web socket server on port 8002
29/12/2016 21:48:07
Type Ctrl-C to terminate

output of lsusb gives me this
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 008: ID 046d:abd0 Logitech, Inc.
Bus 003 Device 003: ID 0451:2036 Texas Instruments, Inc. TUSB2036 Hub
Bus 003 Device 010: ID 1941:8021 Dream Link WH1080 Weather Station / USB Missile Launcher
Bus 003 Device 006: ID 067b:2773 Prolific Technology, Inc.
Bus 003 Device 004: ID 05e3:0743 Genesys Logic, Inc.
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 003 Device 005: ID 051d:0002 American Power Conversion Uninterruptible Power Supply
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

the relevant part of Cumulus.ini is
[Station]
Type=5
Model=
ComportName=0
Latitude=52.8655555555556
Longitude=1.23666666666667

Mono version is as below
# Status Package | Summary | Installed (Available) | Size

[Keep] mono-complete | Install everything built from the mon... | 4.6.1-1.1 |

I have tried setting the ComportName to COM0, copied an old Cumulus.ini from a previous installation, but to no avail. The local webpage displays the blank dials ( as there's no data being passed) and I can edit Cumulus.ini from there while the program is running, but, for some reason it will not find the station. Anyone else have any ideas?

Thanks

Gary
BigOkie
Posts: 272
Joined: Tue 28 May 2013 1:06 am
Weather Station: Davis VP2 Plus
Operating System: Raspian Buster (RPi 3b)
Location: Tulsa, OK

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by BigOkie »

gvheard wrote:Hi, I have a similar problem, "Fine Offset Station Not found" when I start CumulusMX, it was working up to 8th December when I upgraded the OS I use. (Opensuse 42.1 -> Opensuse 42.2).
when I start CumulusMX I see this (I am running this as a root user)

# mono CumulusMX.exe
Current culture: English (United Kingdom)
Serial: 42A5EFD0030258906203697C41F5F53B
Cumulus MX v.3.0.0 build 3041
Today.ini = data/today.ini
Last update=2016-12-08T07:00:00
Looking for Fine Offset station, VendorID=0x1941 ProductID=0x8021
Fine Offset station not found

Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
Starting web socket server on port 8002
29/12/2016 21:48:07
Type Ctrl-C to terminate

output of lsusb gives me this
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 008: ID 046d:abd0 Logitech, Inc.
Bus 003 Device 003: ID 0451:2036 Texas Instruments, Inc. TUSB2036 Hub
Bus 003 Device 010: ID 1941:8021 Dream Link WH1080 Weather Station / USB Missile Launcher
Bus 003 Device 006: ID 067b:2773 Prolific Technology, Inc.
Bus 003 Device 004: ID 05e3:0743 Genesys Logic, Inc.
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 003 Device 005: ID 051d:0002 American Power Conversion Uninterruptible Power Supply
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

the relevant part of Cumulus.ini is
[Station]
Type=5
Model=
ComportName=0
Latitude=52.8655555555556
Longitude=1.23666666666667

Mono version is as below
# Status Package | Summary | Installed (Available) | Size

[Keep] mono-complete | Install everything built from the mon... | 4.6.1-1.1 |

I have tried setting the ComportName to COM0, copied an old Cumulus.ini from a previous installation, but to no avail. The local webpage displays the blank dials ( as there's no data being passed) and I can edit Cumulus.ini from there while the program is running, but, for some reason it will not find the station. Anyone else have any ideas?

Thanks

Gary
If you're running linux (and it appears so if you are using mono to invoke the executable, it would be helpful to know what version of Linux and what your hardware running that version is.
gvheard
Posts: 6
Joined: Fri 15 Jan 2010 2:37 pm
Weather Station: WH-1081
Operating System: Windows XP SP3

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by gvheard »

Hi,

Yes it is Linux, Opensuse 42.2, on a standard Intel i5 chipset with 8 Gb of RAM
BigOkie
Posts: 272
Joined: Tue 28 May 2013 1:06 am
Weather Station: Davis VP2 Plus
Operating System: Raspian Buster (RPi 3b)
Location: Tulsa, OK

Re: Fine Offset station not found weather station Dream Link WH1080 Weather Station

Post by BigOkie »

gvheard wrote:Hi,

Yes it is Linux, Opensuse 42.2, on a standard Intel i5 chipset with 8 Gb of RAM
Linux comport designators don't use COMXX like windows. Depending on the distro it's going to be something like /dev/ttyUSBx (where x is a number). Some distros don't do it that way depending on how they read the port. If it's read as a serial port, it's still going to be in the /dev folder.

You will likely need to unplug then plug back in the usb cable, and then at the linux console issue:

dmesg

And see what the output is. That will usually tell you what name it was given.

Typically, it looks like this. Keep in mind this is from a Raspberry PI install running Debian/Raspbian Jessie. This is also a connection from a Davis VP2. YMMV.

Code: Select all

[1219019.103059] usb 1-1.5: new full-speed USB device number 5 using dwc_otg
[1219019.210756] usb 1-1.5: New USB device found, idVendor=10c4, idProduct=ea60
[1219019.210775] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1219019.210788] usb 1-1.5: Product: CP2102 USB to UART Bridge Controller
[1219019.210801] usb 1-1.5: Manufacturer: Silicon Labs
[1219019.210813] usb 1-1.5: SerialNumber: 0001
[1219019.213912] cp210x 1-1.5:1.0: cp210x converter detected
[1219019.217192] usb 1-1.5: cp210x converter now attached to ttyUSB1
Locked