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 4018) - 28 March 2024

Legacy Cumulus 1 release v1.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

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

Post by takezo »

hi,

I have a raspberry pi connected to my weather station via usb:
lsusb
Bus 001 Device 005: ID 148f:7601 Ralink Technology, Corp.
Bus 001 Device 004: ID 1941:8021 Dream Link WH1080 Weather Station / USB Missile Launcher
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


After run cumulusmx i get next error:

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-20T20:29:30
Looking for Fine Offset station, VendorID=0x1941 ProductID=0x8021
sysname=Linux release=4.4.21 machine=armv6l
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
20/11/2016 20:29:34
Type Ctrl-C to terminate


and help..?
freddie
Posts: 2434
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

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

Post by freddie »

takezo wrote:and help..?
Could you post the [Station} section of Cumulus.ini on here?
Freddie
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 »

freddie wrote:
takezo wrote:and help..?
Could you post the [Station} section of Cumulus.ini on here?

hi ,

thanks for your answer,
this is the output:
[Station]
Type=5
Model=
ComportName=COM0
Latitude=0
Longitude=0
LatTxt=
LonTxt=
Altitude=0
AltitudeInFeet=1
Humidity98Fix=0
Wind10MinAverage=0
UseSpeedForAvgCalc=0
DavisReadReceptionStats=0
CalculatedDP=0
CalculatedWC=0
RolloverHour=0
Use10amInSummer=1
ConfirmClose=0
CloseOnSuspend=0
RestartIfUnplugged=0
RestartIfDataStops=0
SyncDavisClock=0
ClockSettingHour=4
SyncFOReads=0
WS2300IgnoreStationClock=0
LogExtraSensors=0
DataLogInterval=2
WindUnit=0
PressureUnit=0
RainUnit=0
TempUnit=0
LocName=
LocDesc=
StartDate=domingo, 20 de noviembre de 2016
YTDrain=0
YTDrainyear=0
EWInterval=1
EWFile=
UseDataLogger=1
UseCumulusForecast=0
HourlyForecast=0
UseCumulusPresstrendstr=0
FCpressinMB=1
FClowpress=950
FChighpress=1050
ForceVPBarUpdate=0
UseZeroBearing=0
VP2ConnectionType=0
VP2TCPPort=22222
VP2IPAddr=0.0.0.0
WarnMultiple=0
RoundWindSpeed=0
VP2PeriodicDisconnectInterval=0
EWtempdiff=999
EWpressurediff=999
EWhumiditydiff=999
EWgustdiff=999
EWwinddiff=999
EWmaxHourlyRain=999
EWmaxRainRate=999
EWminpressureMB=900
EWmaxpressureMB=1200
RainSeasonStart=1
RainDayThreshold=-1
ErrorLogSpikeRemoval=0
RG11port=0
RG11TBRmode=0
RG11tipsize=0
RG11IgnoreFirst=0
RG11DTRmode=1
RG11port2=0
RG11TBRmode2=0
RG11tipsize2=0
RG11IgnoreFirst2=0
RG11DTRmode2=1
CloudBaseInFeet=1
User avatar
rogerthn
Posts: 489
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 »

What version of mono are you running

Code: Select all

mono -V
Image
freddie
Posts: 2434
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

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

Post by freddie »

takezo wrote:
freddie wrote:
takezo wrote:and help..?
Could you post the [Station} section of Cumulus.ini on here?

hi ,

thanks for your answer,
this is the output:
[Station]
ComportName=COM0
This is likely to be the problem. On Linux port names are similar to "/dev/ttyUSB0". If you type the following:

Code: Select all

ls -l /dev/ttyUSB*
you should see the proper name for your comm port. Edit Cumulus.ini (with Cumulus stopped) and replace COM0 with your finding. Then restart.
Freddie
Image
User avatar
steve
Cumulus Author
Posts: 26702
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 »

USB stations such as the Fine Offset don't use the COM port setting as they are not serial port devices. Probably an issue with the Mono version.
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 »

rogerthn wrote:What version of mono are you running

Code: Select all

mono -V

Hi,

thanks for your answer. this is my version of mono that I have running:

Code: Select all

Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-10)
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
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 »

freddie wrote:
takezo wrote:
freddie wrote:Could you post the [Station} section of Cumulus.ini on here?

hi ,

thanks for your answer,
this is the output:
[Station]
ComportName=COM0
This is likely to be the problem. On Linux port names are similar to "/dev/ttyUSB0". If you type the following:

Code: Select all

ls -l /dev/ttyUSB*
you should see the proper name for your comm port. Edit Cumulus.ini (with Cumulus stopped) and replace COM0 with your finding. Then restart.

I have a issue, when i execute the command "ls -l /dev/ttyUSB*" I have no in that directory any ttyusb :-/
I have a raspberry pi connectied via usb to my WH1080 .

this is the output of command sudo lsusb -v | more

Code: Select all

Bus 001 Device 006: ID 1941:8021 Dream Link WH1080 Weather Station / USB Missile Launcher
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x1941 Dream Link
  idProduct          0x8021 WH1080 Weather Station / USB Missile Launcher
  bcdDevice            1.00
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.00
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      52
          Report Descriptor: (length is 52)
            Item(Global): Usage Page, data= [ 0xa0 0xff ] 65440
                            (null)
            Item(Local ): Usage, data= [ 0x01 ] 1
                            (null)
            Item(Main  ): Collection, data= [ 0x01 ] 1
                            Application
            Item(Local ): Usage, data= [ 0x02 ] 2
                            (null)
            Item(Main  ): Collection, data= [ 0x00 ] 0
                            Physical
            Item(Global): Usage Page, data= [ 0xa1 0xff ] 65441
                            (null)
            Item(Local ): Usage Minimum, data= [ 0x01 ] 1
                            (null)
            Item(Local ): Usage Maximum, data= [ 0x08 ] 8
                            (null)
            Item(Global): Logical Minimum, data= [ 0x80 ] 128
            Item(Global): Logical Maximum, data= [ 0x7f ] 127
            Item(Global): Physical Minimum, data= [ 0x00 ] 0
            Item(Global): Physical Maximum, data= [ 0xff ] 255
            Item(Global): Report Size, data= [ 0x08 ] 8
            Item(Global): Report Count, data= [ 0x08 ] 8
            Item(Main  ): Input, data= [ 0x02 ] 2
                            Data Variable Absolute No_Wrap Linear
                            Preferred_State No_Null_Position Non_Volatile Bitfield
            Item(Local ): Usage Minimum, data= [ 0x11 ] 17
                            (null)
            Item(Local ): Usage Maximum, data= [ 0x18 ] 24
                            (null)
            Item(Global): Logical Minimum, data= [ 0x80 ] 128
            Item(Global): Logical Maximum, data= [ 0x7f ] 127
            Item(Global): Physical Minimum, data= [ 0x00 ] 0
            Item(Global): Physical Maximum, data= [ 0xff ] 255
            Item(Global): Report Size, data= [ 0x08 ] 8
            Item(Global): Report Count, data= [ 0x08 ] 8
            Item(Main  ): Output, data= [ 0x02 ] 2
                            Data Variable Absolute No_Wrap Linear
                            Preferred_State No_Null_Position Non_Volatile Bitfield
            Item(Main  ): End Collection, data=none
            Item(Main  ): End Collection, data=none
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)

any idea..?
using pwwy I can get statistic of weather without problem...so i can reach the WH1080 via USB
User avatar
steve
Cumulus Author
Posts: 26702
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 »

That version of Mono should be fine (as far as being able to connect to the station is concerned). Do you have libudev0 installed?
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:That version of Mono should be fine (as far as being able to connect to the station is concerned). Do you have libudev0 installed?
yes, I have already the most recent version:

Code: Select all

Takezo@raspberry-py: ~ $ sudo apt-get install libudev0
[Sudo] password for takezo:
Reading package list ... Done
Creating dependency tree
Reading the status information ... Done
Libudev0 is already in most recent version.
0 updated, 0 new installed, 0 removed, and 24 not updated.
any other idea..?
User avatar
steve
Cumulus Author
Posts: 26702
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 »

Did you install the mono-complete package? Other than that, I have no other ideas, sorry.
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:Did you install the mono-complete package? Other than that, I have no other ideas, sorry.
hi steve,

thans man for your support!, yes i have the last version, I followed this post to install last version of mono and also cumulusmx

https://cumulus.hosiene.co.uk/viewtopic.p ... 08#p101008
User avatar
steve
Cumulus Author
Posts: 26702
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 »

I just have one more thought; that your kernel does not have hidraw support compiled in - but this would be quite unusual unless you have compiled it yourself and not selected the option. I can't remember exactly how you check for hidraw support, but you could start by checking whether you have /dev/hidraw on your system.
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:I just have one more thought; that your kernel does not have hidraw support compiled in - but this would be quite unusual unless you have compiled it yourself and not selected the option. I can't remember exactly how you check for hidraw support, but you could start by checking whether you have /dev/hidraw on your system.
hi steve , righ now im trying to know how can i check if i have hidraw support compiled. I have list devices into /dev/hidraw and nothing there.. :-/


more info realted with my usb connection:

Code: Select all

takezo@WEATHER:~/scripts/Cumulus/CumulusMX $ lsusb -t
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
        |__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
       [b] |__ Port 3: Dev 8, If 0, Class=Human Interface Device, Driver=, 1.5M[/b]
        |__ Port 5: Dev 5, If 0, Class=Vendor Specific Class, Driver=mt7601u, 480M
takezo@ALCORTWO-WEATHER:~/scripts/Cumulus/CumulusMX $ lsusb 
Bus 001 Device 005: ID 148f:7601 Ralink Technology, Corp. 
[b]Bus 001 Device 008: ID 1941:8021 Dream Link WH1080 Weather Station / USB Missile Launcher[/b]
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
takezo@WEATHER:~/scripts/Cumulus/CumulusMX $ 
what mean human interface device..?
User avatar
steve
Cumulus Author
Posts: 26702
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 »

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.
Steve
Locked