Giter VIP home page Giter VIP logo

Comments (7)

jim-easterbrook avatar jim-easterbrook commented on August 20, 2024

You haven't said what you're running it on, but I assume a Raspberry Pi. The Pi's USB implementation has been buggy in the past, so make sure you've updated the firmware and operating system. Another thing you can try is putting a USB hub between the Pi and the weather station, or trying a different hub if you already have one.

from pywws.

wuppi83 avatar wuppi83 commented on August 20, 2024

Thank you for the fast answer. Yes .. i use an raspberry. And all the things you recommend i have checked :0( Same Error.

from pywws.

wuppi83 avatar wuppi83 commented on August 20, 2024

Is there an command to write only one livelog in the livedata.log .. not as a loop

from pywws.

jim-easterbrook avatar jim-easterbrook commented on August 20, 2024

The pywws-hourly command will fetch all data since it was last run, process it and then exit. Despite its name it can be run at 15 minute intervals (if you have a 5 minute logging interval).

Pi USB problems are discussed here: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=53832. The 'dwc_otg.fiq_split_enable=0' solution may help.

from pywws.

mbirth avatar mbirth commented on August 20, 2024

By the way: This only seems to apply to the original Raspberry Pi. I have the RasPi 2 and never had any problems with USB devices at all. My dad has the RasPi 3 with the WH1080 connected to it and there also were no problems for now.

from pywws.

limpkin avatar limpkin commented on August 20, 2024

Hey everyone,

On a completely separate project running a RPi3 I also encountered this problem. In my case, the solution was to explicitly specify the timeouts when reading or writing, particularly for the latter: self.epout.write(arraytosend, 10000)

Regards

from pywws.

jim-easterbrook avatar jim-easterbrook commented on August 20, 2024

I recently bought a Pi Zero W and ran into this problem. After some investigation I discovered that the time outs only happen after about five seconds or more USB inactivity, i.e. when pywws "pauses" as it knows there won't be any new data for another 48 seconds.

I surmised that the Zero's OTG port was temporarily switching from "host" to "peripheral" mode. I cured the problem by editing /boot/config.txt and adding dtoverlay=dwc2,dr_mode=host at the end. There's more info about these "overlays" in /boot/overlays/README.

from pywws.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.