Skip to content

Instantly share code, notes, and snippets.

View olf's full-sized avatar

Olaf Peters olf

View GitHub Profile
@olf
olf / netatmo_pws.php
Last active October 16, 2018 05:54 — forked from mfr/netatmo_pws.php
Reading last data from netatmo device and sending it to wunderground.
#!/usr/bin/php
<?php
date_default_timezone_set('UTC');
/**
* oAuth settings from http://dev.netatmo.com/dev/listapps
*/
define('APP_ID', '');
define('APP_SECRET', '');
define('USERNAME', '');
define('PASSWORD', '');