/*Groups*/ //Group All_Lights //Group Ext_Lights //Group Int_Lights //Group Ext_1FL_Lights //Group Int_1FL_Lights //Group Ext_2FL_Lights //Group Int_2FL_Lights //Group Int_Living_Lights //Group Int_Kitchen_Lights //Group Switch_Random //Group Dimmer_Random /* Variables */ // Astro Variables DateTime nauticDawn_Time "nauticDawn [%1$tH:%1$tM]" {channel="astro:sun:home:nauticDawn#start"} DateTime civilDawn_Time "civilDawn [%1$tH:%1$tM]" {channel="astro:sun:home:civilDawn#start"} DateTime Sunrise_Time "Sunrise [%1$tH:%1$tM]" {channel="astro:sun:home:rise#start"} DateTime Sunset_Time "Sunset [%1$tH:%1$tM]" {channel="astro:sun:home:set#start"} DateTime civilDusk_Time "civilDusk [%1$tH:%1$tM]" {channel="astro:sun:home:civilDusk#start"} DateTime nauticDusk_Time "nauticDusk [%1$tH:%1$tM]" {channel="astro:sun:home:nauticDusk#start"} /* //Weather variables //Current String localStationId "ID [%s]" { channel="openweathermap:weather-and-forecast:d75e50c9:station#id" } String localStationName "Name [%s]" { channel="openweathermap:weather-and-forecast:d75e50c9:station#name" } Location localStationLocation "Location [%2$s°N %3$s°E]" { channel="openweathermap:weather-and-forecast:d75e50c9:station#location" } DateTime localLastMeasurement "Timestamp of last measurement [%1$tY-%1$tm-%1$tdT%1$tH:%1$tM:%1$tS]"