Group All Group gGF "Ground floor" (All) Group Node20 //////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////// /* Switches */ //////////////////////////////////////////////////////////////////////////////////////////////////////////////// Switch Switch_GF_CoffeeMachine "Coffee maschine" (GF_Kitchen, LightsGF) {mqtt=">[mymosquitto433:rfm433/sb/N20/D80:command:ON:ON],>[mymosquitto433:rfm433/sb/N20/D80:command:OFF:OFF],<[mymosquitto433:rfm433/nb/N20/D80:state:default]"} Switch Switch_GF_CoffeeBlueBlink {mqtt=">[mymosquitto433:rfm433/sb/N20/D88:command:ON:ON],>[mymosquitto433:rfm433/sb/N20/D88:command:OFF:OFF],<[mymosquitto433:rfm433/nb/N20/D88:state:default]"} Switch Switch_GF_CoffeeBlueLight "Coffee timer extension" (GF_Kitchen) {mqtt=">[mymosquitto433:rfm433/sb/N20/D89:command:ON:ON],>[mymosquitto433:rfm433/sb/N20/D89:command:OFF:OFF],<[mymosquitto433:rfm433/nb/N20/D89:state:default]"} //////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////// /* Signal strength and last update */ //////////////////////////////////////////////////////////////////////////////////////////////////////////////// Group Get_RSSI Group GF_RSSI Number Node_GF_Coffee_RSSI "Coffee timer to RFM GW [%.0f db]" (GF_RSSI, Node20) {mqtt="<[mymosquitto433:rfm433/nb/N20/D98:state:default]"} Number Node_GF_Coffee_RSSI2 "Coffee timer from RFM GW [%.0f db]" (GF_RSSI) {mqtt="<[mymosquitto433:rfm433/nb/N20/D99:state:default]"} Switch GetNode_GF_Coffee_RSSI2 (Get_RSSI) {mqtt=">[mymosquitto433:rfm433/sb/N20/D99:command:ON:1],>[mymosquitto433:rfm433/sb/N20/D99:command:OFF:1]"} DateTime Node_GF_Coffee_LastUpdate "Last data Coffee [%1$ta %1$td.%1$tm.%1$tY %1$tR]" //////////////////////////////////////////////////////////////////////////////////////////////////////////////// /* Reset values */ //////////////////////////////////////////////////////////////////////////////////////////////////////////////// Group ResetAll "Reset All" Group ResetFF "Reset FF" (ResetAll) Switch Reset_GF_CoffeeMachine "Reset coffe machine" (ResetGF) //////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////// /* Logitech Harmony */ //////////////////////////////////////////////////////////////////////////////////////////////////////////////// String HarmonyWZ_Activity "Media" { harmonyhub="*[HarmonyWZ:currentActivity]" } String HarmonyWZ_Mute "Mute" (AlwaysOn) { harmonyhub=">[HarmonyWZ:press:Onkyo AV Receiver:Mute]" } Dimmer OnkyoWZ_Vol "Volume [%.0f %%]" { onkyo="INIT:OnkyoWZ:VOLUME_QUERY, INCREASE:OnkyoWZ:VOLUME_UP, DECREASE:OnkyoWZ:VOLUME_DOWN, *:OnkyoWZ:VOLUME_SET"} Switch OnkyoWZ_VolSetCWZMorning //check 'rule "OnkyoWZ_VolSetCWZMorning"' String CableWZ_ChUp "Channel up" (AlwaysOn) { harmonyhub=">[HarmonyWZ:press:UPC STB:ChannelUp]" } String CableWZ_ChDw "Channel down" (AlwaysOn) { harmonyhub=">[HarmonyWZ:press:UPC STB:ChannelDown]" } String CableWZ_TV "TV" (AlwaysOn) { harmonyhub=">[HarmonyWZ:press:UPC STB:UPC]" } String CableWZ_Radio "Radio" (AlwaysOn) { harmonyhub=">[HarmonyWZ:press:UPC STB:Radio]" } String CableWZ_FunRadio "Fun Radio" (AlwaysOn) //check 'rule "CableWZ_FunRadio"' String CableWZ_RadioNRJ "NRJ" (AlwaysOn) //check 'rule "CableWZ_RadioNRJ"' String CableWZ_RSR1ERE "RSR1ère" (AlwaysOn) //check 'rule "CableWZ_RSR1ERE"' String CableWZ_Couleur3 "Couleur3" (AlwaysOn) //check 'rule "CableWZ_Couleur3"' String CableWZ_PowerOn "Cable Power On" (AlwaysOn) { harmonyhub=">[HarmonyWZ:press:UPC STB:PowerOn]" } String CableWZ_PowerOff "Cable Power Off" (AlwaysOn) { harmonyhub=">[HarmonyWZ:press:UPC STB:PowerOff]" }