This is plugin for accessing Netatmo weather station station from Rainmeter.
- These are your login details to NetAtmo account:
Username=""
Password=""- In NetAtmo developer account create your application and you get:
ClientID=""
ClientSecret=""- In RainMeter config use:
[measure]
Measure=Plugin
Plugin=SystemVersion.dll
ClientID=""
ClientSecret=""
Username=""
Password=""
DeviceModuleID=xx:xx:xx:xx:xx:xx
Action=GetValue
ValueName=Temperature/CO2/Humidity/Noise/Pressure- DeviceModuleID can be found in Netatmo account, or better - plugin will dump all found Devices to About log in Rainmeter
DeviceModuleID=xx:xx:xx:xx:xx:xx- .NET Framework minimum 4.6.2 - https://dotnet.microsoft.com/download/dotnet-framework
- You need to install correct version of dll x64 for 64bit Rainmeter and x86 for 32bit
Copyright (C) 2016 Michal Naiman
This Source Code Form is subject to the terms of the GNU General Public License; either version 2 of the License, or (at your option) any later version. You can obtain one at https://www.gnu.org/licenses/gpl-2.0.html