Skip to content

mnaiman/RainmeterPluginNetAtmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is plugin for accessing Netatmo weather station station from Rainmeter.

How do I get set up?

    ClientID=""
    ClientSecret=""
  • After first run, in About log, there will be authorization URL, open in browser
  • After successful authorization redirect to not existing URL will be made
  • Copy code from browser URL bar https://domain_not_exist_for_sure:56789/?state={random_number_must_be_same_as_about_log}&code={code}
    Code=""
  • In RainMeter config use:
    [measure]
    Measure=Plugin
    Plugin=SystemVersion.dll
    ClientID=""
    ClientSecret=""
    Scope="read_station"
    Code=""
    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

Prerequisites

License

Copyright (C) 2022 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