Skip to content

pacobyte/Netatmo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netatmo PHP Widget

More information at https://www.potsky.com/code/netatmo/

Bitdeli Badge

Upgrade notes

Upgrading to 0.5

To retrieve rain informations, please add Rain and RainSum in constant NETATMO_MODULE_DEFAULT_VALUES in your configuration file like this :

define( 'NETATMO_DEVICE_DEFAULT_VALUES' , 'Humidity,CO2,Noise' );
define( 'NETATMO_MODULE_DEFAULT_VALUES' , 'Humidity,Rain,RainSum' );

About

Netatmo PHP widget

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.3%
  • CSS 2.7%