m |
m |
||
Line 10: | Line 10: | ||
lat=56.05 | lat=56.05 | ||
lon=12.7 | lon=12.7 | ||
+ | |||
+ | #Your mail adress | ||
+ | mailadress=a@b.c | ||
Lat/Lon will be used to locate the weather station with closest proximity to you. | Lat/Lon will be used to locate the weather station with closest proximity to you. |
This is a module getting temperature data from temperatur.nu which is mainly relevant in Sweden.
Parameters used from /etc/opt/agocontrol/conf.d/system.conf
[system] units=SI # Coordinates for sunrise/sunset event lat=56.05 lon=12.7
#Your mail adress mailadress=a@b.c
Lat/Lon will be used to locate the weather station with closest proximity to you.
/etc/opt/agocontrol/conf.d/temperaturenu.conf
[temperaturenu] waittime=300 debug=false
Waittime cannot be shorter than 300 seconds due to API constraints
sudo apt-get install python-lxml
Place agotemperaturenu.pi in /opt/agocontrol/bin
chmod +x /opt/agocontrol/binagotemperaturenu.pi
Enable a service as per Autostart Devices