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