├── AlexaAcControl ├── AcCool.png ├── AcFanAuto.png ├── AcFanOn.png ├── AcHeat.png ├── AcStatus.png ├── README.md ├── virtualAcCool.groovy ├── virtualAcFan.groovy └── virtualAcHeat.groovy ├── BlinkVirtDevices ├── BlinkMotionVirtual.groovy ├── BlinkSystemVirtual.groovy └── README.md ├── BlubButtons ├── Application │ └── Bulb Buttons App.groovy ├── ColorBulbDashboard.txt ├── ColorDashboard.png ├── ColorTempBulbDashboard.txt ├── ColorTempDashboard.png ├── Driver │ └── Bulb Buttons Driver.groovy └── README.md ├── HubiThingsReplica Drivers └── README.md ├── KasaCAM ├── Kasa_Camera.groovy ├── License.md ├── README.md └── packageManifest.json ├── KasaCloudDevices └── packageManifest.json ├── KasaDevices ├── Application │ └── DeprecatedApp.groovy ├── DeviceDrivers │ ├── CTBulb.groovy │ ├── ColorBulb.groovy │ ├── DimmingSwitch.groovy │ ├── EM-Multi-Plug.groovy │ ├── EM-Plug.groovy │ ├── LightStrip.groovy │ ├── Multi-Plug.groovy │ ├── Plug-Switch.groovy │ └── WhiteBulb.groovy ├── Docs │ ├── App.pdf │ ├── ChangeLog.pdf │ ├── DeviceCaps.pdf │ ├── DevicePrefs.pdf │ ├── Documentation.xlsx │ ├── Install.pdf │ ├── Kasa2-3-4-R1 Testing.xlsx │ ├── TestLog_2_4_1.pdf │ ├── Troubleshoot.pdf │ └── Update.pdf ├── Images │ ├── Bulb.png │ ├── DeviceList.png │ ├── DevicesToInstall.png │ ├── EMmulti-plug.png │ ├── MainAppPage.png │ ├── SelectDevices.png │ ├── multi-plug.png │ ├── plug-switch.png │ ├── preferencesMP.png │ └── preferencesNonMP.png ├── License.md ├── README.md └── packageManifest.json ├── KasaTools └── README.md ├── README.md ├── SamsungAppliances ├── Bundles │ ├── SamsungDishwasher_V1_2.zip │ ├── SamsungDryer_V1_2.zip │ ├── SamsungHVAC_V1_2.zip │ ├── SamsungOven_V1_2.zip │ ├── SamsungRefrig_V1_2.zip │ ├── SamsungSoundbar_V1_2.zip │ └── SamsungWasher_V1_2.zip ├── Install_Samsung_Appliance.pdf ├── PreviousVersions │ ├── ST_Data_Collect.groovy │ ├── Samsung_Dishwasher.groovy │ ├── Samsung_Dryer.groovy │ ├── Samsung_Dryer_flex.groovy │ ├── Samsung_HVAC.groovy │ ├── Samsung_Oven.groovy │ ├── Samsung_Oven_cavity.groovy │ ├── Samsung_Oven_probe.groovy │ ├── Samsung_Refrig.groovy │ ├── Samsung_Refrig_cavity.groovy │ ├── Samsung_Refrig_cvroom.groovy │ ├── Samsung_Refrig_icemaker.groovy │ ├── Samsung_Soundbar.groovy │ ├── Samsung_Washer.groovy │ ├── Samsung_Washer_flex.groovy │ └── packageManifest.json ├── README.md ├── ST_Data_Collect.groovy ├── Samsung_Dishwasher.groovy ├── Samsung_Dryer.groovy ├── Samsung_Dryer_flex.groovy ├── Samsung_HVAC.groovy ├── Samsung_Oven.groovy ├── Samsung_Oven_cavity.groovy ├── Samsung_Oven_probe.groovy ├── Samsung_Refrig.groovy ├── Samsung_Refrig_cavity.groovy ├── Samsung_Refrig_cvroom.groovy ├── Samsung_Refrig_icemaker.groovy ├── Samsung_Soundbar.groovy ├── Samsung_Washer.groovy ├── Samsung_Washer_flex.groovy └── packageManifest.json ├── SamsungMultiroom ├── Documents │ ├── Button Notes.jpg │ ├── Dashboard1.jpg │ ├── Documentation.pdf │ └── Install Notes.jpg ├── Install Notes.jpg ├── MultiRoomApp.groovy ├── MultiRoomDriver.groovy ├── Prev Version │ ├── MultiRoomApp.groovy │ ├── MultiRoomDriver.groovy │ └── packageManifest.json ├── README.md └── packageManifest.json ├── SamsungTvRemote ├── Docs │ ├── AppsAndPresets.pdf │ ├── ButtonInterface.pdf │ ├── Commands.pdf │ ├── Documentation.xlsx │ ├── Installation.pdf │ ├── Prefs-States.pdf │ ├── Samsung TV Remote.pdf │ ├── SamsungAppList.pdf │ ├── SamsungKeyList.pdf │ └── V4_0 Notes.pdf ├── README.md ├── SamsungTVRemote.groovy ├── SamsungTVRemote.zip └── packageManifest.json ├── SamsungTvSwitch └── SamsungTVSwitch.groovy ├── SmartThingDataCollect ├── HubitatSmartThingDataCollection.pdf └── ST Data Collect Tool.groovy ├── TTSAudioBuffer ├── README.md ├── TTSQueueingApp.groovy └── VirtualTTSSpeaker.groovy ├── UPnPListing ├── README.md ├── UpNPListing.groovy └── packageManifest.json ├── bleBoxDevices ├── Application │ └── bleboxApplication.groovy ├── Drivers │ ├── MSChildTemperature.groovy │ ├── airSensor.groovy │ ├── dimmerBox.groovy │ ├── gateBox.groovy │ ├── multiSensor.groovy │ ├── shutterBox.groovy │ ├── switchBox.groovy │ ├── switchBoxD.groovy │ ├── tempSensor.groovy │ ├── wLightBox.groovy │ ├── wLightBoxCt.groovy │ ├── wLightBoxMono.groovy │ ├── wLightBoxRgb.groovy │ ├── wLightBoxRgbw.groovy │ ├── wLightBoxS.groovy │ └── windRainSensor.groovy ├── README.md ├── bleBox-Hubitat_Instructions.pdf └── packageManifest.json └── repository.json /AlexaAcControl/AcCool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/AcCool.png -------------------------------------------------------------------------------- /AlexaAcControl/AcFanAuto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/AcFanAuto.png -------------------------------------------------------------------------------- /AlexaAcControl/AcFanOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/AcFanOn.png -------------------------------------------------------------------------------- /AlexaAcControl/AcHeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/AcHeat.png -------------------------------------------------------------------------------- /AlexaAcControl/AcStatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/AcStatus.png -------------------------------------------------------------------------------- /AlexaAcControl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/README.md -------------------------------------------------------------------------------- /AlexaAcControl/virtualAcCool.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/virtualAcCool.groovy -------------------------------------------------------------------------------- /AlexaAcControl/virtualAcFan.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/virtualAcFan.groovy -------------------------------------------------------------------------------- /AlexaAcControl/virtualAcHeat.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/AlexaAcControl/virtualAcHeat.groovy -------------------------------------------------------------------------------- /BlinkVirtDevices/BlinkMotionVirtual.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlinkVirtDevices/BlinkMotionVirtual.groovy -------------------------------------------------------------------------------- /BlinkVirtDevices/BlinkSystemVirtual.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlinkVirtDevices/BlinkSystemVirtual.groovy -------------------------------------------------------------------------------- /BlinkVirtDevices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlinkVirtDevices/README.md -------------------------------------------------------------------------------- /BlubButtons/Application/Bulb Buttons App.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlubButtons/Application/Bulb Buttons App.groovy -------------------------------------------------------------------------------- /BlubButtons/ColorBulbDashboard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlubButtons/ColorBulbDashboard.txt -------------------------------------------------------------------------------- /BlubButtons/ColorDashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlubButtons/ColorDashboard.png -------------------------------------------------------------------------------- /BlubButtons/ColorTempBulbDashboard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlubButtons/ColorTempBulbDashboard.txt -------------------------------------------------------------------------------- /BlubButtons/ColorTempDashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlubButtons/ColorTempDashboard.png -------------------------------------------------------------------------------- /BlubButtons/Driver/Bulb Buttons Driver.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlubButtons/Driver/Bulb Buttons Driver.groovy -------------------------------------------------------------------------------- /BlubButtons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/BlubButtons/README.md -------------------------------------------------------------------------------- /HubiThingsReplica Drivers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/HubiThingsReplica Drivers/README.md -------------------------------------------------------------------------------- /KasaCAM/Kasa_Camera.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaCAM/Kasa_Camera.groovy -------------------------------------------------------------------------------- /KasaCAM/License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaCAM/License.md -------------------------------------------------------------------------------- /KasaCAM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaCAM/README.md -------------------------------------------------------------------------------- /KasaCAM/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaCAM/packageManifest.json -------------------------------------------------------------------------------- /KasaCloudDevices/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaCloudDevices/packageManifest.json -------------------------------------------------------------------------------- /KasaDevices/Application/DeprecatedApp.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Application/DeprecatedApp.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/CTBulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/CTBulb.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/ColorBulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/ColorBulb.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/DimmingSwitch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/DimmingSwitch.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/EM-Multi-Plug.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/EM-Multi-Plug.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/EM-Plug.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/EM-Plug.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/LightStrip.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/LightStrip.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/Multi-Plug.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/Multi-Plug.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/Plug-Switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/Plug-Switch.groovy -------------------------------------------------------------------------------- /KasaDevices/DeviceDrivers/WhiteBulb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/DeviceDrivers/WhiteBulb.groovy -------------------------------------------------------------------------------- /KasaDevices/Docs/App.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/App.pdf -------------------------------------------------------------------------------- /KasaDevices/Docs/ChangeLog.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/ChangeLog.pdf -------------------------------------------------------------------------------- /KasaDevices/Docs/DeviceCaps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/DeviceCaps.pdf -------------------------------------------------------------------------------- /KasaDevices/Docs/DevicePrefs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/DevicePrefs.pdf -------------------------------------------------------------------------------- /KasaDevices/Docs/Documentation.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/Documentation.xlsx -------------------------------------------------------------------------------- /KasaDevices/Docs/Install.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/Install.pdf -------------------------------------------------------------------------------- /KasaDevices/Docs/Kasa2-3-4-R1 Testing.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/Kasa2-3-4-R1 Testing.xlsx -------------------------------------------------------------------------------- /KasaDevices/Docs/TestLog_2_4_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/TestLog_2_4_1.pdf -------------------------------------------------------------------------------- /KasaDevices/Docs/Troubleshoot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/Troubleshoot.pdf -------------------------------------------------------------------------------- /KasaDevices/Docs/Update.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Docs/Update.pdf -------------------------------------------------------------------------------- /KasaDevices/Images/Bulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/Bulb.png -------------------------------------------------------------------------------- /KasaDevices/Images/DeviceList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/DeviceList.png -------------------------------------------------------------------------------- /KasaDevices/Images/DevicesToInstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/DevicesToInstall.png -------------------------------------------------------------------------------- /KasaDevices/Images/EMmulti-plug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/EMmulti-plug.png -------------------------------------------------------------------------------- /KasaDevices/Images/MainAppPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/MainAppPage.png -------------------------------------------------------------------------------- /KasaDevices/Images/SelectDevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/SelectDevices.png -------------------------------------------------------------------------------- /KasaDevices/Images/multi-plug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/multi-plug.png -------------------------------------------------------------------------------- /KasaDevices/Images/plug-switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/plug-switch.png -------------------------------------------------------------------------------- /KasaDevices/Images/preferencesMP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/preferencesMP.png -------------------------------------------------------------------------------- /KasaDevices/Images/preferencesNonMP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/Images/preferencesNonMP.png -------------------------------------------------------------------------------- /KasaDevices/License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/License.md -------------------------------------------------------------------------------- /KasaDevices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/README.md -------------------------------------------------------------------------------- /KasaDevices/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaDevices/packageManifest.json -------------------------------------------------------------------------------- /KasaTools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/KasaTools/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/README.md -------------------------------------------------------------------------------- /SamsungAppliances/Bundles/SamsungDishwasher_V1_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Bundles/SamsungDishwasher_V1_2.zip -------------------------------------------------------------------------------- /SamsungAppliances/Bundles/SamsungDryer_V1_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Bundles/SamsungDryer_V1_2.zip -------------------------------------------------------------------------------- /SamsungAppliances/Bundles/SamsungHVAC_V1_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Bundles/SamsungHVAC_V1_2.zip -------------------------------------------------------------------------------- /SamsungAppliances/Bundles/SamsungOven_V1_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Bundles/SamsungOven_V1_2.zip -------------------------------------------------------------------------------- /SamsungAppliances/Bundles/SamsungRefrig_V1_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Bundles/SamsungRefrig_V1_2.zip -------------------------------------------------------------------------------- /SamsungAppliances/Bundles/SamsungSoundbar_V1_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Bundles/SamsungSoundbar_V1_2.zip -------------------------------------------------------------------------------- /SamsungAppliances/Bundles/SamsungWasher_V1_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Bundles/SamsungWasher_V1_2.zip -------------------------------------------------------------------------------- /SamsungAppliances/Install_Samsung_Appliance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Install_Samsung_Appliance.pdf -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/ST_Data_Collect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/ST_Data_Collect.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Dishwasher.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Dishwasher.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Dryer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Dryer.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Dryer_flex.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Dryer_flex.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_HVAC.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_HVAC.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Oven.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Oven.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Oven_cavity.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Oven_cavity.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Oven_probe.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Oven_probe.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Refrig.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Refrig.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Refrig_cavity.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Refrig_cavity.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Refrig_cvroom.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Refrig_cvroom.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Refrig_icemaker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Refrig_icemaker.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Soundbar.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Soundbar.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Washer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Washer.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/Samsung_Washer_flex.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/Samsung_Washer_flex.groovy -------------------------------------------------------------------------------- /SamsungAppliances/PreviousVersions/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/PreviousVersions/packageManifest.json -------------------------------------------------------------------------------- /SamsungAppliances/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/README.md -------------------------------------------------------------------------------- /SamsungAppliances/ST_Data_Collect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/ST_Data_Collect.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Dishwasher.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Dishwasher.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Dryer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Dryer.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Dryer_flex.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Dryer_flex.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_HVAC.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_HVAC.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Oven.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Oven.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Oven_cavity.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Oven_cavity.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Oven_probe.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Oven_probe.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Refrig.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Refrig.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Refrig_cavity.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Refrig_cavity.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Refrig_cvroom.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Refrig_cvroom.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Refrig_icemaker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Refrig_icemaker.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Soundbar.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Soundbar.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Washer.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Washer.groovy -------------------------------------------------------------------------------- /SamsungAppliances/Samsung_Washer_flex.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/Samsung_Washer_flex.groovy -------------------------------------------------------------------------------- /SamsungAppliances/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungAppliances/packageManifest.json -------------------------------------------------------------------------------- /SamsungMultiroom/Documents/Button Notes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/Documents/Button Notes.jpg -------------------------------------------------------------------------------- /SamsungMultiroom/Documents/Dashboard1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/Documents/Dashboard1.jpg -------------------------------------------------------------------------------- /SamsungMultiroom/Documents/Documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/Documents/Documentation.pdf -------------------------------------------------------------------------------- /SamsungMultiroom/Documents/Install Notes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/Documents/Install Notes.jpg -------------------------------------------------------------------------------- /SamsungMultiroom/Install Notes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/Install Notes.jpg -------------------------------------------------------------------------------- /SamsungMultiroom/MultiRoomApp.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/MultiRoomApp.groovy -------------------------------------------------------------------------------- /SamsungMultiroom/MultiRoomDriver.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/MultiRoomDriver.groovy -------------------------------------------------------------------------------- /SamsungMultiroom/Prev Version/MultiRoomApp.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/Prev Version/MultiRoomApp.groovy -------------------------------------------------------------------------------- /SamsungMultiroom/Prev Version/MultiRoomDriver.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/Prev Version/MultiRoomDriver.groovy -------------------------------------------------------------------------------- /SamsungMultiroom/Prev Version/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/Prev Version/packageManifest.json -------------------------------------------------------------------------------- /SamsungMultiroom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/README.md -------------------------------------------------------------------------------- /SamsungMultiroom/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungMultiroom/packageManifest.json -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/AppsAndPresets.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/AppsAndPresets.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/ButtonInterface.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/ButtonInterface.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/Commands.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/Commands.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/Documentation.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/Documentation.xlsx -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/Installation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/Installation.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/Prefs-States.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/Prefs-States.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/Samsung TV Remote.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/Samsung TV Remote.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/SamsungAppList.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/SamsungAppList.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/SamsungKeyList.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/SamsungKeyList.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/Docs/V4_0 Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/Docs/V4_0 Notes.pdf -------------------------------------------------------------------------------- /SamsungTvRemote/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/README.md -------------------------------------------------------------------------------- /SamsungTvRemote/SamsungTVRemote.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/SamsungTVRemote.groovy -------------------------------------------------------------------------------- /SamsungTvRemote/SamsungTVRemote.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/SamsungTVRemote.zip -------------------------------------------------------------------------------- /SamsungTvRemote/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvRemote/packageManifest.json -------------------------------------------------------------------------------- /SamsungTvSwitch/SamsungTVSwitch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SamsungTvSwitch/SamsungTVSwitch.groovy -------------------------------------------------------------------------------- /SmartThingDataCollect/HubitatSmartThingDataCollection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SmartThingDataCollect/HubitatSmartThingDataCollection.pdf -------------------------------------------------------------------------------- /SmartThingDataCollect/ST Data Collect Tool.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/SmartThingDataCollect/ST Data Collect Tool.groovy -------------------------------------------------------------------------------- /TTSAudioBuffer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/TTSAudioBuffer/README.md -------------------------------------------------------------------------------- /TTSAudioBuffer/TTSQueueingApp.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/TTSAudioBuffer/TTSQueueingApp.groovy -------------------------------------------------------------------------------- /TTSAudioBuffer/VirtualTTSSpeaker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/TTSAudioBuffer/VirtualTTSSpeaker.groovy -------------------------------------------------------------------------------- /UPnPListing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/UPnPListing/README.md -------------------------------------------------------------------------------- /UPnPListing/UpNPListing.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/UPnPListing/UpNPListing.groovy -------------------------------------------------------------------------------- /UPnPListing/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/UPnPListing/packageManifest.json -------------------------------------------------------------------------------- /bleBoxDevices/Application/bleboxApplication.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Application/bleboxApplication.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/MSChildTemperature.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/MSChildTemperature.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/airSensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/airSensor.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/dimmerBox.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/dimmerBox.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/gateBox.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/gateBox.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/multiSensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/multiSensor.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/shutterBox.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/shutterBox.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/switchBox.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/switchBox.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/switchBoxD.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/switchBoxD.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/tempSensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/tempSensor.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/wLightBox.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/wLightBox.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/wLightBoxCt.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/wLightBoxCt.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/wLightBoxMono.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/wLightBoxMono.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/wLightBoxRgb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/wLightBoxRgb.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/wLightBoxRgbw.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/wLightBoxRgbw.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/wLightBoxS.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/wLightBoxS.groovy -------------------------------------------------------------------------------- /bleBoxDevices/Drivers/windRainSensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/Drivers/windRainSensor.groovy -------------------------------------------------------------------------------- /bleBoxDevices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/README.md -------------------------------------------------------------------------------- /bleBoxDevices/bleBox-Hubitat_Instructions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/bleBox-Hubitat_Instructions.pdf -------------------------------------------------------------------------------- /bleBoxDevices/packageManifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/bleBoxDevices/packageManifest.json -------------------------------------------------------------------------------- /repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaveGut/HubitatActive/HEAD/repository.json --------------------------------------------------------------------------------