/NetatmoBot

Netatmo client to get public and private weather station from Netatmo.

Primary LanguageC#OtherNOASSERTION

netatmo bot

Connects to Netatmo and reads weather information.

Consits or two main projects.

  • NetatmoBot - a client for Netatmo
  • NetatmoBot.ConsoleHost - a console host which currently looks for rain gauges within approx. 100km area of the centre points defined and see's how many stations are reporting rain.

This project is part of a bot for Tinamous that will allow users to import their own netatmo readings into their Tinamous account.

In order for this to work you should add your own "myAppSettings.config" file and set the parameters withint that file as specified in the App.config file.

To use this application you will need to create an application on Netatmo.com (http://dev.netatmo.com/dev/createapp)

Build

MSBuild Build.proj /p:Configuration=[Debug|Release] MSBuild Build.proj /p:Configuration=[Debug|Release] /t:UnitTest MSBuild Build.proj /p:Configuration=[Debug|Release] /t:IntegrationTest

MSBuild NuGetPack.proj /t:Package MSBuild NuGetPack.proj /p:MyGetApiKey=[MyGet Api Key] /t:PublishToMyGet