m |
m |
||
Line 25: | Line 25: | ||
chmod +x /opt/agocontrol/binagotemperaturenu.pi | chmod +x /opt/agocontrol/binagotemperaturenu.pi | ||
− | Enable a service as per [[ | + | Enable a service as per [[Autostart Devices]] |
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
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