http://cgxwikifunck7z7yx2ex4d4u6dzmzzc5kbnmeie7zp7n2nesiat63cad.onion/it/domotique/domoticz/chacon-dio/storebanne
"/init.php" ; // Définitions define ( "LATITUDE" , 44 ) ; define ( "LONGITUDE" , 7 ) ; define ( "AZIMUT_MIN" , 150 ) ; // Azimut minimal define ( "AZIMUT_MAX" , 243 ) ; // Azimut maximal define ( "ALTITUDE_MIN" , 35 ) ; // Altitude minimale
$DateTimeZone = new DateTimeZone ( "Europe/Paris" ) ; $date = new DateTime ( $date , $DateTimeZone ) ; $sc = new AurorasLive\SunCalc ( $date , LATITUDE , LONGITUDE ) ; $sunPos = $sc -> getSunPosition ( $date ) ; $sunAzimuth = 180 + $sunPos ->...