Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipkocanda/pimatic-buienradar
Pimatic Buienradar Plugin
https://github.com/philipkocanda/pimatic-buienradar
Last synced: 9 days ago
JSON representation
Pimatic Buienradar Plugin
- Host: GitHub
- URL: https://github.com/philipkocanda/pimatic-buienradar
- Owner: philipkocanda
- License: gpl-2.0
- Created: 2016-11-27T13:01:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T18:01:39.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T12:09:36.839Z (2 months ago)
- Language: CoffeeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pimatic-buienradar
===================Pimatic plugin that retrieves the local precipitation forecast for **the Netherlands**.
No API key required, uses: https://gps.buienradar.nl/getrr.php?lat=53.22&lon=6.57
Installation (Manual)
-------------```
cd pimatic-app/node_modules
git clone https://github.com/philipkocanda/pimatic-buienradar
cd pimatic-buienradar
npm install
```Configuration
-------------### Plugin Configuration
Add the plugin to the plugin section:
{
"plugin": "buienradar",
"debug": false
}### Device Configuration
Then add the device with the location into the devices section:
{
"id": "buienradar-groningen",
"class": "BuienradarDevice",
"name": "Rain in Groningen (60 minute forecast)",
"latitude": "53.2193840",
"longitude": "6.5665020",
"minutes": 60
}
The maximum forecast is 115 minutes and is returned in mm/hour precipitation.### Usage
This makes the variable `$buienradar-groningen.rain` available to you in Pimatic.