├── LICENSE ├── README.md ├── devices ├── aeon-home-energy-meter │ ├── aeon-home-energy-meter.groovy │ └── screenshots │ │ ├── grafana_daily_usage.png │ │ ├── grafana_power_chart.png │ │ ├── st_device.png │ │ └── st_device_settings.png ├── evohome │ └── evohome-heating-zone.groovy ├── fibaro-dimmer-2 │ ├── README.md │ ├── fibaro-dimmer-2.groovy │ └── screenshots │ │ ├── fd2-ss-logmessages.PNG │ │ ├── fd2-ss-settings-assocgroups.png │ │ ├── fd2-ss-settings-general.png │ │ ├── fd2-ss-settings-nightmode.png │ │ ├── fd2-ss-settings-params.png │ │ ├── fd2-ss-settings-protection.png │ │ ├── fd2-ss-settings-protection2.png │ │ ├── fd2-ss-tiles-fault.png │ │ ├── fd2-ss-tiles-off.png │ │ ├── fd2-ss-tiles-on.png │ │ ├── fd2-ss-tiles-power-energy.png │ │ └── fd2-ss-tiles-sync.png ├── fibaro-flood-sensor │ ├── README.md │ ├── fibaro-flood-sensor.groovy │ └── screenshots │ │ ├── ffs-ss-settings-assoc.png │ │ ├── ffs-ss-settings-general.png │ │ ├── ffs-ss-settings-parameters.png │ │ ├── ffs-ss-settings-wakeup.png │ │ ├── ffs-ss-tiles-battery.png │ │ ├── ffs-ss-tiles-main.png │ │ ├── ffs-ss-tiles-sync.png │ │ ├── ffs-ss-tiles-tamper.png │ │ └── ffs-ss-tiles-wet.png ├── fibaro-rgbw-controller │ ├── README.md │ ├── fibaro-rgbw-controller.groovy │ └── screenshots │ │ ├── device_attributes_partial.png │ │ ├── screenshot_color_shortcuts.png │ │ ├── screenshot_four_inputs.png │ │ ├── screenshot_power_energy.png │ │ ├── screenshot_power_energy2.png │ │ ├── screenshot_rgb_plus_input.png │ │ ├── screenshot_rgbw.png │ │ ├── screenshot_two_out_two_in.png │ │ ├── settings_aggregates.png │ │ ├── settings_mappings_four_inputs.png │ │ ├── settings_mappings_rgb.png │ │ ├── settings_params_four_inputs.png │ │ ├── settings_params_rgb_plus_in.png │ │ ├── settings_params_rgbw.png │ │ ├── settings_params_two_out_two_in.png │ │ ├── tiles_code_four_inputs.png │ │ ├── tiles_code_rgb_plus_input.png │ │ ├── tiles_code_rgbw.png │ │ └── tiles_code_two_out_two_in.png ├── greenwave-powernode-single │ ├── README.md │ ├── greenwave-powernode-single.groovy │ └── screenshots │ │ ├── gwpn-ss-settings-device.png │ │ ├── gwpn-ss-settings-general.png │ │ ├── gwpn-ss-settings-params.png │ │ ├── gwpn-ss-tiles-blink.png │ │ ├── gwpn-ss-tiles-clear.png │ │ ├── gwpn-ss-tiles-colour-wheel-aqua.png │ │ ├── gwpn-ss-tiles-colour-wheel-orange.png │ │ ├── gwpn-ss-tiles-fault-active.png │ │ ├── gwpn-ss-tiles-fault.png │ │ ├── gwpn-ss-tiles-local-full.png │ │ ├── gwpn-ss-tiles-local-protected.png │ │ ├── gwpn-ss-tiles-lp-protected.png │ │ ├── gwpn-ss-tiles-lp-unprotected.png │ │ ├── gwpn-ss-tiles-main.png │ │ ├── gwpn-ss-tiles-power-energy.png │ │ ├── gwpn-ss-tiles-rfp-protected.png │ │ ├── gwpn-ss-tiles-rfp-unprotected.png │ │ ├── gwpn-ss-tiles-sync-pending.png │ │ ├── gwpn-ss-tiles-sync.png │ │ └── gwpn-ss-tiles-synced.png ├── philio-dual-relay │ └── philio-dual-relay.groovy ├── tkb-metering-switch │ └── tkb-metering-switch.groovy └── zwave-tweaker │ ├── README.md │ ├── screenshots │ ├── zwt-ss-log-assocgroupsync.png │ ├── zwt-ss-log-paramsync.png │ ├── zwt-ss-log-print-assocgroups.png │ ├── zwt-ss-log-print-commands.png │ ├── zwt-ss-log-print-endpoints.png │ ├── zwt-ss-log-print-general-stats.png │ ├── zwt-ss-log-print-general.png │ ├── zwt-ss-log-print-params.png │ ├── zwt-ss-log-print-sensor.png │ ├── zwt-ss-log-protection-sync.png │ ├── zwt-ss-log-switch-all-sync.png │ ├── zwt-ss-settings-assocgroup.png │ ├── zwt-ss-settings-general.png │ ├── zwt-ss-settings-original.png │ ├── zwt-ss-settings-param.png │ ├── zwt-ss-settings-protection.png │ ├── zwt-ss-settings-scan-ranges.png │ ├── zwt-ss-settings-switch-all.png │ ├── zwt-ss-tiles-clear.png │ ├── zwt-ss-tiles-main.png │ ├── zwt-ss-tiles-main2.png │ ├── zwt-ss-tiles-sync-pending.png │ └── zwt-ss-tiles-synced.png │ └── zwave-tweaker.groovy ├── icons ├── custom.png ├── gbp.png ├── off.png ├── tile_2x1_cal_cycle.png ├── tile_2x1_cal_cycle_dark.png ├── tile_2x1_cycle_flat.png ├── tile_2x1_lightning.png ├── tile_2x1_refresh.png ├── tile_2x1_refresh_dark.png ├── tile_2x1_stopwatch_reset.png ├── tile_2x1_stopwatch_reset_dark.png ├── tile_2x1_top_bottom_1.png ├── tile_2x1_top_bottom_2.png ├── tile_2x2_blank.png ├── tile_2x2_check.png ├── tile_2x2_cross.png ├── tile_2x2_cross2.png ├── tile_2x2_cycle.png ├── tile_2x2_dash.png ├── tile_2x2_document.png ├── tile_2x2_exclamation.png ├── tile_2x2_padlock_buttons_closed.png ├── tile_2x2_padlock_buttons_open.png ├── tile_2x2_padlock_closed.png ├── tile_2x2_padlock_open.png ├── tile_2x2_padlock_wireless_closed.png ├── tile_2x2_padlock_wireless_open.png ├── tile_2x2_terminal.png ├── tile_2x2_tick.png ├── tile_2x2_warn.png └── tile_2x2_wifi.png └── smartapps ├── evohome-connect └── evohome-connect.groovy └── influxdb-logger ├── README.md └── influxdb-logger.groovy /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/README.md -------------------------------------------------------------------------------- /devices/aeon-home-energy-meter/aeon-home-energy-meter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/aeon-home-energy-meter/aeon-home-energy-meter.groovy -------------------------------------------------------------------------------- /devices/aeon-home-energy-meter/screenshots/grafana_daily_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/aeon-home-energy-meter/screenshots/grafana_daily_usage.png -------------------------------------------------------------------------------- /devices/aeon-home-energy-meter/screenshots/grafana_power_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/aeon-home-energy-meter/screenshots/grafana_power_chart.png -------------------------------------------------------------------------------- /devices/aeon-home-energy-meter/screenshots/st_device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/aeon-home-energy-meter/screenshots/st_device.png -------------------------------------------------------------------------------- /devices/aeon-home-energy-meter/screenshots/st_device_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/aeon-home-energy-meter/screenshots/st_device_settings.png -------------------------------------------------------------------------------- /devices/evohome/evohome-heating-zone.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/evohome/evohome-heating-zone.groovy -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/README.md -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/fibaro-dimmer-2.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/fibaro-dimmer-2.groovy -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-logmessages.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-logmessages.PNG -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-assocgroups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-assocgroups.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-general.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-nightmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-nightmode.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-params.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-params.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-protection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-protection.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-protection2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-settings-protection2.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-fault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-fault.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-off.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-on.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-power-energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-power-energy.png -------------------------------------------------------------------------------- /devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-dimmer-2/screenshots/fd2-ss-tiles-sync.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/README.md -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/fibaro-flood-sensor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/fibaro-flood-sensor.groovy -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-settings-assoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-settings-assoc.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-settings-general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-settings-general.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-settings-parameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-settings-parameters.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-settings-wakeup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-settings-wakeup.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-battery.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-main.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-sync.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-tamper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-tamper.png -------------------------------------------------------------------------------- /devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-wet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-flood-sensor/screenshots/ffs-ss-tiles-wet.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/README.md -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/fibaro-rgbw-controller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/fibaro-rgbw-controller.groovy -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/device_attributes_partial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/device_attributes_partial.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/screenshot_color_shortcuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/screenshot_color_shortcuts.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/screenshot_four_inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/screenshot_four_inputs.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/screenshot_power_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/screenshot_power_energy.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/screenshot_power_energy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/screenshot_power_energy2.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/screenshot_rgb_plus_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/screenshot_rgb_plus_input.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/screenshot_rgbw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/screenshot_rgbw.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/screenshot_two_out_two_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/screenshot_two_out_two_in.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/settings_aggregates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/settings_aggregates.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/settings_mappings_four_inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/settings_mappings_four_inputs.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/settings_mappings_rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/settings_mappings_rgb.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/settings_params_four_inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/settings_params_four_inputs.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/settings_params_rgb_plus_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/settings_params_rgb_plus_in.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/settings_params_rgbw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/settings_params_rgbw.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/settings_params_two_out_two_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/settings_params_two_out_two_in.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/tiles_code_four_inputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/tiles_code_four_inputs.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/tiles_code_rgb_plus_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/tiles_code_rgb_plus_input.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/tiles_code_rgbw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/tiles_code_rgbw.png -------------------------------------------------------------------------------- /devices/fibaro-rgbw-controller/screenshots/tiles_code_two_out_two_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/fibaro-rgbw-controller/screenshots/tiles_code_two_out_two_in.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/README.md -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/greenwave-powernode-single.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/greenwave-powernode-single.groovy -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-settings-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-settings-device.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-settings-general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-settings-general.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-settings-params.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-settings-params.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-blink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-blink.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-clear.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-colour-wheel-aqua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-colour-wheel-aqua.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-colour-wheel-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-colour-wheel-orange.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-fault-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-fault-active.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-fault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-fault.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-local-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-local-full.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-local-protected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-local-protected.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-lp-protected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-lp-protected.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-lp-unprotected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-lp-unprotected.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-main.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-power-energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-power-energy.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-rfp-protected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-rfp-protected.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-rfp-unprotected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-rfp-unprotected.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-sync-pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-sync-pending.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-sync.png -------------------------------------------------------------------------------- /devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/greenwave-powernode-single/screenshots/gwpn-ss-tiles-synced.png -------------------------------------------------------------------------------- /devices/philio-dual-relay/philio-dual-relay.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/philio-dual-relay/philio-dual-relay.groovy -------------------------------------------------------------------------------- /devices/tkb-metering-switch/tkb-metering-switch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/tkb-metering-switch/tkb-metering-switch.groovy -------------------------------------------------------------------------------- /devices/zwave-tweaker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/README.md -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-assocgroupsync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-assocgroupsync.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-paramsync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-paramsync.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-print-assocgroups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-print-assocgroups.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-print-commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-print-commands.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-print-endpoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-print-endpoints.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-print-general-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-print-general-stats.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-print-general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-print-general.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-print-params.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-print-params.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-print-sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-print-sensor.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-protection-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-protection-sync.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-log-switch-all-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-log-switch-all-sync.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-settings-assocgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-settings-assocgroup.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-settings-general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-settings-general.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-settings-original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-settings-original.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-settings-param.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-settings-param.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-settings-protection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-settings-protection.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-settings-scan-ranges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-settings-scan-ranges.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-settings-switch-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-settings-switch-all.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-tiles-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-tiles-clear.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-tiles-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-tiles-main.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-tiles-main2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-tiles-main2.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-tiles-sync-pending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-tiles-sync-pending.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/screenshots/zwt-ss-tiles-synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/screenshots/zwt-ss-tiles-synced.png -------------------------------------------------------------------------------- /devices/zwave-tweaker/zwave-tweaker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/devices/zwave-tweaker/zwave-tweaker.groovy -------------------------------------------------------------------------------- /icons/custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/custom.png -------------------------------------------------------------------------------- /icons/gbp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/gbp.png -------------------------------------------------------------------------------- /icons/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/off.png -------------------------------------------------------------------------------- /icons/tile_2x1_cal_cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_cal_cycle.png -------------------------------------------------------------------------------- /icons/tile_2x1_cal_cycle_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_cal_cycle_dark.png -------------------------------------------------------------------------------- /icons/tile_2x1_cycle_flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_cycle_flat.png -------------------------------------------------------------------------------- /icons/tile_2x1_lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_lightning.png -------------------------------------------------------------------------------- /icons/tile_2x1_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_refresh.png -------------------------------------------------------------------------------- /icons/tile_2x1_refresh_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_refresh_dark.png -------------------------------------------------------------------------------- /icons/tile_2x1_stopwatch_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_stopwatch_reset.png -------------------------------------------------------------------------------- /icons/tile_2x1_stopwatch_reset_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_stopwatch_reset_dark.png -------------------------------------------------------------------------------- /icons/tile_2x1_top_bottom_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_top_bottom_1.png -------------------------------------------------------------------------------- /icons/tile_2x1_top_bottom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x1_top_bottom_2.png -------------------------------------------------------------------------------- /icons/tile_2x2_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_blank.png -------------------------------------------------------------------------------- /icons/tile_2x2_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_check.png -------------------------------------------------------------------------------- /icons/tile_2x2_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_cross.png -------------------------------------------------------------------------------- /icons/tile_2x2_cross2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_cross2.png -------------------------------------------------------------------------------- /icons/tile_2x2_cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_cycle.png -------------------------------------------------------------------------------- /icons/tile_2x2_dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_dash.png -------------------------------------------------------------------------------- /icons/tile_2x2_document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_document.png -------------------------------------------------------------------------------- /icons/tile_2x2_exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_exclamation.png -------------------------------------------------------------------------------- /icons/tile_2x2_padlock_buttons_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_padlock_buttons_closed.png -------------------------------------------------------------------------------- /icons/tile_2x2_padlock_buttons_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_padlock_buttons_open.png -------------------------------------------------------------------------------- /icons/tile_2x2_padlock_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_padlock_closed.png -------------------------------------------------------------------------------- /icons/tile_2x2_padlock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_padlock_open.png -------------------------------------------------------------------------------- /icons/tile_2x2_padlock_wireless_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_padlock_wireless_closed.png -------------------------------------------------------------------------------- /icons/tile_2x2_padlock_wireless_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_padlock_wireless_open.png -------------------------------------------------------------------------------- /icons/tile_2x2_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_terminal.png -------------------------------------------------------------------------------- /icons/tile_2x2_tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_tick.png -------------------------------------------------------------------------------- /icons/tile_2x2_warn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_warn.png -------------------------------------------------------------------------------- /icons/tile_2x2_wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/icons/tile_2x2_wifi.png -------------------------------------------------------------------------------- /smartapps/evohome-connect/evohome-connect.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/smartapps/evohome-connect/evohome-connect.groovy -------------------------------------------------------------------------------- /smartapps/influxdb-logger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/smartapps/influxdb-logger/README.md -------------------------------------------------------------------------------- /smartapps/influxdb-logger/influxdb-logger.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codersaur/SmartThings/HEAD/smartapps/influxdb-logger/influxdb-logger.groovy --------------------------------------------------------------------------------