GithubHelp home page GithubHelp logo

Comments (13)

bpennypacker avatar bpennypacker commented on August 11, 2024

Are you using the plugin via UDP or Websockets? If you're using the Websocket version then what is the Station ID of the station you are using?

from weatherflow-indigo-plugin.

aldera123 avatar aldera123 commented on August 11, 2024

from weatherflow-indigo-plugin.

aldera123 avatar aldera123 commented on August 11, 2024

from weatherflow-indigo-plugin.

bpennypacker avatar bpennypacker commented on August 11, 2024

Station ID 5509 doesn't appear to be valid, or it's been made private. This URL should be showing a complete weather summary: https://tempestwx.com/station/5509/

Instead it's completely blank. You should be seeing something like this: https://tempestwx.com/station/23707/

5509 seems like a strange ID for a Tempest. Every station ID I've seen has been 5 digits, and smaller values correlate to the first generation AIR/SKY devices, while the newer Tempst has higher values. Can you locate your device on the map at https://tempestwx.com/map/ then click on the icon for it and send the link that it shows at that point?

from weatherflow-indigo-plugin.

aldera123 avatar aldera123 commented on August 11, 2024

from weatherflow-indigo-plugin.

bpennypacker avatar bpennypacker commented on August 11, 2024

That Station ID seems to be working fine for me. Try going into the plugin settings, enabling Websockets, and using 21493 as your station ID.

from weatherflow-indigo-plugin.

aldera123 avatar aldera123 commented on August 11, 2024

from weatherflow-indigo-plugin.

bpennypacker avatar bpennypacker commented on August 11, 2024

This should now be fixed in v0.2.3. Keep in mind that the readings from the public API may still vary slightly from what you see in the WeatherFlow app. They apparently perform some analysis based on other stations in your geographic area and use that data in their app, which they don't (currently) make available to the public. There's more discussion on this in the comments for #14 if you're interested.

from weatherflow-indigo-plugin.

aldera123 avatar aldera123 commented on August 11, 2024

from weatherflow-indigo-plugin.

aldera123 avatar aldera123 commented on August 11, 2024

from weatherflow-indigo-plugin.

bpennypacker avatar bpennypacker commented on August 11, 2024

Please enable debugging in the plugin configuration (check the box at the bottom of the settings). The Event Log should start logging the UDP data being received by your Tempest, and should look something like this (formatting may be a bit different):

{
"serial_number": "ST-00006839",
"type": "obs_st",
"hub_sn": "HB-00019566",
"obs": [
	[1591904071, 0.36, 1.97, 3.17, 230, 3, 1015.44, 19.16, 97.13, 13664, 0.47, 114, 0.127551, 1, 0, 0, 2.561, 1]
],
"firmware_revision": 129
}

The pressure, in MB, is the 7th number in that "obs" list. So in the above example it's 1015.44. If you set the plug-in to use millibars for pressure readings then you should see this same value being reported by the plug-in. To convert from millibars to inches of mercury you multiply by 0.02953, so this example should show approx. 29.98592601 inHg. That's what the plug-in should report in this case.

According to this post on the WeatherFlow site, their website & apps calculate and display the pressure at sea level since any time you see/hear weather reports from other sources the pressure is always provided at sea level. So unless your device is set to an elevation of 0 feet it sounds like you should expect the raw results and what you see in their app be a bit different. Even if you do set it to 0 elevation there's still a chance the results in the WeatherFlow apps will differ from the raw data the plug-in provides given that they do some analysis of the data. Unfortunately WeatherFlow doesn't currently provide API access to the calculated sea-level pressure or any of the other modified results that their apps rely upon. (Again, see the discussion in #14 regarding non-public data, forecast data, etc.)

from weatherflow-indigo-plugin.

aldera123 avatar aldera123 commented on August 11, 2024

from weatherflow-indigo-plugin.

bpennypacker avatar bpennypacker commented on August 11, 2024

Glad to help!

from weatherflow-indigo-plugin.

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.