0.8.15 • Published 10 years ago

pimatic-weather v0.8.15

Weekly downloads
64
License
-
Repository
github
Last release
10 years ago

pimatic-weather

Pimatic Plugin that retrieves the forecast on several devices

Configuration

Add the plugin to the plugin section:

{
  "plugin": "weather"
},

Then add the device with the location into the devices section:

{
  "id": "weather",
  "class": "WeatherDevice",
  "name": "Weather Geneva",
  "location": "Geneva, Switzerland",
  "lang": "en-US",
  "degreeType": "C",
  "timeout": 300000
}

If you need a forecast you can use the following device:

{
  "id": "forecast",
  "class": "WeatherForecastDevice",
  "name": "Forecast 1 day for Geneva",
  "location": "Geneva, Switzerland",
  "lang": "en-US",
  "degreeType": "C",
  "timeout": 300000,
  "day": 1
}

Then you can add the items into the mobile frontend

0.8.15

10 years ago

0.8.14

10 years ago

0.8.13

10 years ago

0.8.12

10 years ago

0.8.11

10 years ago

0.8.10

10 years ago

0.8.9

10 years ago

0.8.8

10 years ago

0.8.6

10 years ago

0.8.5

10 years ago

0.8.4

10 years ago

0.8.3

10 years ago

0.8.2

10 years ago

0.8.1

10 years ago

0.8.0

11 years ago