Giter VIP home page Giter VIP logo

Comments (3)

safepay avatar safepay commented on July 16, 2024

It's just configured wrong on WillyWeather API settings page. See the README.

from sensor.willyweather.

jscooksey avatar jscooksey commented on July 16, 2024

Yeah, I removed station_id and I had quote marks around the API key that I removed.
I have entity values now.
Thank you

from sensor.willyweather.

hirani89 avatar hirani89 commented on July 16, 2024

Hi, I am having the same error. I have checked that the config on WillyWeather API settings page is correct. If I use the browser to make the call. All seems to be working.

https://api.willyweather.com.au/v2/API_KEY/locations/13719/weather.json?observational=true

And the result is

{
  "location": {
    "id": 13719,
    "name": "Scoresby",
    "region": "Melbourne",
    "state": "VIC",
    "postcode": "3179",
    "timeZone": "Australia/Melbourne",
    "lat": -37.8987,
    "lng": 145.2301,
    "typeId": 21
  },
  "observational": {
    "observations": {
      "temperature": {
        "temperature": 21.9,
        "apparentTemperature": 19.8,
        "trend": 1
      },
      "delta-t": {
        "temperature": 5.9,
        "trend": -1
      },
      "cloud": {
        "oktas": 0,
        "trend": 0
      },
      "humidity": {
        "percentage": 51,
        "trend": 1
      },
      "dewPoint": {
        "temperature": 11.3,
        "trend": 1
      },
      "pressure": {
        "pressure": 1019.6,
        "trend": 0
      },
      "wind": {
        "speed": 13,
        "gustSpeed": 20.4,
        "trend": 0,
        "direction": 190,
        "directionText": "S"
      },
      "rainfall": {
        "lastHourAmount": 0,
        "todayAmount": 1.2,
        "since9AMAmount": 0
      }
    },
    "stations": {
      "temperature": {
        "id": 441,
        "name": "Scoresby",
        "lat": -37.871,
        "lng": 145.256,
        "distance": 3.8
      },
      "delta-t": {
        "id": 441,
        "name": "Scoresby",
        "lat": -37.871,
        "lng": 145.256,
        "distance": 3.8
      },
      "cloud": {
        "id": 440,
        "name": "Moorabbin Airport",
        "lat": -37.98,
        "lng": 145.096,
        "distance": 14.8
      },
      "humidity": {
        "id": 441,
        "name": "Scoresby",
        "lat": -37.871,
        "lng": 145.256,
        "distance": 3.8
      },
      "dewPoint": {
        "id": 441,
        "name": "Scoresby",
        "lat": -37.871,
        "lng": 145.256,
        "distance": 3.8
      },
      "pressure": {
        "id": 440,
        "name": "Moorabbin Airport",
        "lat": -37.98,
        "lng": 145.096,
        "distance": 14.8
      },
      "wind": {
        "id": 441,
        "name": "Scoresby",
        "lat": -37.871,
        "lng": 145.256,
        "distance": 3.8
      },
      "rainfall": {
        "id": 441,
        "name": "Scoresby",
        "lat": -37.871,
        "lng": 145.256,
        "distance": 3.8
      }
    },
    "issueDateTime": "2024-02-26 13:20:00",
    "units": {
      "temperature": "c",
      "amount": "mm",
      "speed": "km/h",
      "distance": "km",
      "pressure": "hPa"
    }
  }
}

from sensor.willyweather.

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.