Skip to content

novvere/PyAtmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAtmo

Python Netatmo scripts

Clone repo

git clone https://github.com/mr3188/PyAtmo

Create config file and edit

cp PyAtmo_sample.conf PyAtmo.conf
cat PyAtmo.conf

[home]
# default home name
name = homeName

# Security configuration to access server data
[security]
username = <netatmo username>
password = <password>
client_id = <24 length alphanumeric vallue>
client_secret = <34 length alphanumeric value>
scope = read_station read_thermostat write_thermostat

[mqtt]
server = <mqtt server hostname>

Run test Python script

python3 testPyAtmo.py

About

Python Netatmo scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages