In the BEEP app you see weather data. This data is collected from satellites and is linked to the location of you apiary. It is also possible to connect your own weather station to your BEEP account. To do so, follow the steps below:

  1. Delete the latitude/longitude coördinates from your BEEP app, so the weather data is no longer uploaded automatically
  2. Post your own weather data to the BEEP api. For multiple [value_key=value] pairs, use & as separator
  3. value_keys met bijbehorende eenheid voor weerdata:
    'precipIntensity':'mm/h',
    'precipProbability':'mm/h',
    'precipType':'',
    'temperature':'°C',
    'apparentTemperature':'°C',
    'dewPoint':'°C',
    'humidity':'x100%RH',
    'pressure':'hPa',
    'windSpeed':'m/s',
    'windGust':'m/s',
    'windBearing':'°',
    'cloudCover':'x100%',
    'uvIndex':'',
    'visibility':'km',
    'ozone':'DU',