Giter Club home page Giter Club logo

weather's People

Contributors

jhughes1010 avatar tkoeberl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

weather's Issues

UV sensor always produce 0.0000 data

Even with a new sensor - SI1145 - I get the same results, so it is either the sensor I'm using is somehow incompatible, or something on the software is not right

Can't connect to Blink 2.0 (new)

Hello James,

I am struggling with the software to get it working using Blink 2.0(new) .

Trying to get it connected with Blink 2.0, but it refused to connect with the new Blink 2.0.
Think this is because of the new Blink 2.0 ?

I am looking forward for your reaction.
Kind regards Wim

MQTT Node Red

I can't manage to create a functioning flow. I don't understand MQTT Publish. How is the topic structured?

Greetings JoRa

Wind direction

Hi,

can you explain me how do you calculate the wind direction?

Kind regards Johannes

mqtt messages

I'm trying to integrate the weather station sensor data into homeassistant via MQTT ( after enabling MQTT on secrets file)
Using mqtt explorer I can see updates every 5 minutes, or so
However, I cannot see anything if I susbscibe to any of the topics
I'm not sure if I'm doing something wrong or maybe the station is sending the messages in an "stange" way?
Thanks

24hr Counter Resetting every 1-2hrs

Hey There,

I am not sure if you have/had encountered this issue before so I thought I'd ask before diving into it.
My Rainfall 24hr counter seems to reset every hour or two and I have also noticed things like my boot count, time enabled pretty much all "time stored metrics" are resetting to 0.

The only changes I have made is waking up every 60s as I have a decent battery and lots of sun.

Any Ideas?

image

Diverses

Hello, I have adapted the original code and expanded it with MQTT. I removed Blynk and Thingspeak, I don't need that. I use a bigger solar panel https://www.amazon.de/gp/product/B00XHREE50/ref=ppx_yo_dt_b_asin_title_o02_s02?ie=UTF8&psc=1 with a converter https://www.amazon.de/12V-24V-auf-Abw%C3%A4rtswandler-AC-DC-Abw%C3%A4rtsstromversorgungsmodul/dp/B07TVNMHQQ/ref=pd_b2b_qd_subs_6/262-8168895-0964553?pd_rd_w=SlpIJ&pf_rd_p=0a01ce9b-e0eb-4d44-83ff-4da6cd0d0d84&pf_rd_r=N1FRTER64CF9DAM6BRCS&pd_rd_r=55d530ac-031e-4281-b2f0-aaffb047b925&pd_rd_wg=JOknz&pd_rd_i=B07TVNMHQQ&psc=1 . Power supply has been extended to 2 batteries (parallel connection). The sketch works, but I have big problems with deep sleep. In your sketch I don't understand the "secrets.h", can you explain that for a beginner?

Greetings from Germany
Thomas

Wind sensor seems to be incorrect

Hi,

the wind sensor seems to work like expected and gives me some values, but we had the last couple of days a storm here.
The maximum what the sensor measured was about 18 km/h. That really can't be true (Tree's have fallen ;) )
If I got it correct the wind sensor is connected to D14. D14 is configured with an interrupt to count the turns.

What could be the reason for this?

thanks,
-thomas

Explain pls :)

Hello!

 //Average samples
  if (msTotal > 0 && samples > 0)
  {
    windSpeed = 1.49 * 1000 / (msTotal / samples);
  }

Can you explain the expression: 1.49 * 1000 / (msTotal / samples) ?

#ifdef METRIC
  windSpeed =  windSpeed * 1.60934;
#endif
  MonPrintf("WindSpeed: %f\n", windSpeed);
  windSpeed = int((windSpeed + .05) * 10) / 10;

and also: int((windSpeed + .05) * 10) / 10;

Thanks!

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.