Title: NetAtmoSphere
Author: ToniMa
Published: <strong>2015년 9월 22일</strong>
Last modified: 2017년 8월 23일

---

플러그인 검색

![](https://ps.w.org/netatmosphere/assets/banner-772x250.png?rev=1261670)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/netatmosphere_ffffff.svg)

# NetAtmoSphere

 작성자: [ToniMa](https://profiles.wordpress.org/tonima/)

[다운로드](https://downloads.wordpress.org/plugin/netatmosphere.zip)

 * [세부사항](https://ko.wordpress.org/plugins/netatmosphere/#description)
 * [평가](https://ko.wordpress.org/plugins/netatmosphere/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/netatmosphere/#installation)
 * [개발](https://ko.wordpress.org/plugins/netatmosphere/#developers)

 [지원](https://wordpress.org/support/plugin/netatmosphere/)

## 설명

**PREAMBLE:**
 This plugin is developed and maintained by [ToniMa](http://www.teni.at)
and has no any relation to [NetAtmo](http://www.netatmo.com). Probably they dont
even know that it is existing. 🙂

**FEATURES:**
 This plugin gives you the ability to display the weather data provided
by your NetAtmo weather station on your WordPress website.

In particular:

 * **netatmo caching**:
    - You just need to login and the plugin will display you all the devices and
      modules what are linked to that account.
    - All the devices connected (including “friend” netatmo stations) to that account
      will be cached in your wordpress database.
    - Additionally all measurements done by this modules will be synchronised to
      the local database.
    - Synchronisation will be done via wordpress cron framework (see: [wp_cron](https://codex.wordpress.org/Function_Reference/wp_cron)),
      so its asynchronous
    - but the data will be merged, that means all the missing measurements from 
      the last synch will be fetched on the next run.
 * **plugin info**:
    - On plugin activation the necessary tables and views will be created.
    - Shortcodes to display device data, measurement data and parameters to configure
      the output (examples are in the admin section)
    - I created a widget to display the latest outdoor measurements.
    - Admin section to login to netatmo, change display values (°C/°F …) and cleanup
      on uninstall
    - 100% ready for translations (german already done)

**AVAILABLE DATA:** With the initial version (1.0) you will be able to cache all
your data to your local database, including device parameters. As soon as the wind
measurement module will be released, this data will be cached also.

**SUPPORT:** This plugin is free, but I offer it to you without any warranty. Use
it at your own risk, I’m not responsible for any improper use of this plugin, nor
for any damage it might cause to your site. Always backup all the site before installing
a new plugin.

Anyway, I’ll be glad to support you when I have time if you’re in trouble. Just 
write me on wordpress support site of my plugin or write me netatmosphere@teni.at.

Here is a plugin demo: [plugin demo](http://www.teni.at/wp/2015/09/15/netatmo-plugin-demo/)

## 스크린샷

[⌊Options page⌉⌊Options page⌉[

Options page

[⌊Administration functions⌉⌊Administration functions⌉[

Administration functions

[⌊Examples for using on posts/pages.⌉⌊Examples for using on posts/pages.⌉[

Examples for using on posts/pages.

## 설치

 * Install like all your plugins, if you dont know how to do it, [this will guide you through](https://codex.wordpress.org/Managing_Plugins)

## FAQ

On problems or feature requests, please contact me through the plugin support site
or write me netatmosphere@teni.at

  Installation Instructions

 * Install like all your plugins, if you dont know how to do it, [this will guide you through](https://codex.wordpress.org/Managing_Plugins)

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“NetAtmoSphere”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 
기여하였습니다.

기여자

 *   [ ToniMa ](https://profiles.wordpress.org/tonima/)

[자국어로 “NetAtmoSphere”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/netatmosphere)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/netatmosphere/)는, [SVN 저장소](https://plugins.svn.wordpress.org/netatmosphere/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/netatmosphere/)
을 [RSS](https://plugins.trac.wordpress.org/log/netatmosphere/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.0.17 (2017-08-23)

 * Netatmo-API: Updated to version of 2017-03-27

#### 2.0.16 (2016-05-04)

 * Widget: Latest measures disabled due to database performance issues

#### 2.0.15 (2016-04-22)

 * Update synch flag directly instead of rereading devices from netatmo
 * Display last synched module and active devices/measures in admin
 * Last module id moved to option class

#### 2.0.14 (2016-04-19)

 * DB changes (synch flag on each module, group flag on measurements)
 * options for automatic or manual synch of devices and / or measurements
 * blacklist for modules to be excluded on only on measurement synch (thanks Josef
   Bindhammer for that idea)

#### 2.0.13 (2016-04-14)

 * measurements merge strategy changed: continue at the last module id to start 
   merge
 * translations fixed

#### 2.0.12 (2016-04-11)

 * Grouped SQL example in chart section (admin panel)

#### 2.0.11 (2016-04-11)

 * admin panel empty issue fixed (empty timezone from wp caused that error)

#### 2.0.10 (2016-04-05)

 * forgot to checkin a new file – sorry :S

#### 2.0.9 (2016-04-05)

 * options for caching added (interval of refresh/merge)

#### 2.0.8 (2016-02-25)

 * Bug in NetAtmo API getstationsdata: Wind module has only 1 data_type (instead
   of 4), will be temporarly fixed in code.
    **Please refresh manually your device
   list, if you have a Wind sensor running!**
 * Example of shortcode for “WP Business Intelligence Lite” also added

#### 2.0.7 (2016-02-22)

 * translations added
 * easy to use connection to “WP Business Intelligence Lite”
 * useful queries display added to admin (for WPBI plugin)
 * new shortcode for getting latest timestamp of measure record
 * elevation calculated (and stored in db) based on the coordinates (cloud base 
   calculation)
 * cron-synch-data.php added for directly calling the measure record merge (some
   hosts provide real cron jobs)

#### 2.0.6

 * field list in views fixed, it seems that the SVN sabotaged me 🙁 sry

#### 2.0.5

 * menu added to toolbar (admin bar on top)
 * admin section: overview of data (min/max values, min/max dates, count, …) of 
   each module
 * typo fixed again in “create view” for devices details

#### 2.0.4

 * weather data in widget table styled
 * dew point calculation and display on widget

#### 2.0.3

 * typo fixed in “create view”
 * widget table more informative

#### 2.0.2

 * screenshots updated
 * remove old crons, if they still exist

#### 2.0.1

 * admin section display bug fixed
 * compatible wordpress version udpated

#### 2.0.0

 * API major release, credentials changed to OAuth (date: 2016-02-04)
 * Sync improved (huge data will be loaded asynch every 5minutes)
 * All timestamps stored now in UTC and only displayed in Time Zone
 * Widget shows current and average data of today
 * Device table (from shortcode) will be rerendered by datatables.net
 * HUGE structural refactor of plugin

#### 1.0.6

 * Database index on measurement table to improve database performance
 * nonce introduced to admin functions

#### 1.0.5

 * All php files have the “no script kiddies” security check
 * Finally try to make a “update” visibile to users by setting the version of main
   php file

#### 1.0.4

 * NetAtmo PHP SDK: new calls used
 * getmeasure limit constant moved to PHP SDK
 * amCharts: global for active amCharts plugin
 * DB version option: only update database when necessary

#### 1.0.3

 * Widget: Show location on google maps optionally.

#### 1.0.2

 * Structural change: device tables split up
 * NetAtmo API: migrated to new interface
 * Admin: Examples improved with options

#### 1.0.1

 * Admin features fixed

#### 1.0

 * First public version

## 기초

 *  버전 **2.0.17**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 4.0 또는 그 이상 **
 *  다음까지 시험됨: **4.8.28**
 *  언어
 * [English (US)](https://wordpress.org/plugins/netatmosphere/)
 * 태그:
 * [netatmo](https://ko.wordpress.org/plugins/tags/netatmo/)[shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)
   [weather](https://ko.wordpress.org/plugins/tags/weather/)[weather data](https://ko.wordpress.org/plugins/tags/weather-data/)
   [widget](https://ko.wordpress.org/plugins/tags/widget/)
 *  [고급 보기](https://ko.wordpress.org/plugins/netatmosphere/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/netatmosphere/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/netatmosphere/reviews/)

## 기여자

 *   [ ToniMa ](https://profiles.wordpress.org/tonima/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/netatmosphere/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://www.teni.at/)