From ece4bd6b21d741249bf647fa15cc466480752970 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 21 May 2020 21:44:05 +0200 Subject: [PATCH] removed not used shelly devices --- groups/shelly.yaml | 5 ++--- log/history.yaml | 1 - log/logbook.yaml | 1 - log/recorder.yaml | 1 - scripts/shelly.yaml | 22 +++++----------------- shell_scripts/shelly_reboot.sh | 1 - shell_scripts/shelly_upgrade.sh | 4 +--- shell_scripts/shelly_version.sh | 1 - 8 files changed, 8 insertions(+), 28 deletions(-) diff --git a/groups/shelly.yaml b/groups/shelly.yaml index be320201..f50daf1d 100644 --- a/groups/shelly.yaml +++ b/groups/shelly.yaml @@ -17,7 +17,6 @@ shelly: - sensor.shelly9_status - sensor.shelly10_status - sensor.shelly11_status - - sensor.shellybulb_status + #- sensor.shellybulb_status - sensor.shellyem_status - - sensor.shellydw_status - - sensor.shellyplugs_status + #- sensor.shellyplugs_status diff --git a/log/history.yaml b/log/history.yaml index 3920dc7d..a8b7afce 100644 --- a/log/history.yaml +++ b/log/history.yaml @@ -38,7 +38,6 @@ exclude: - sensor.shelly11_status - sensor.shellybulb_status - sensor.shellyem_status - - sensor.shellydw_status - sensor.shellyplugs_status # Energy Sensors - sensor.potenza_reattiva diff --git a/log/logbook.yaml b/log/logbook.yaml index 0014277f..d673f68f 100644 --- a/log/logbook.yaml +++ b/log/logbook.yaml @@ -38,7 +38,6 @@ exclude: - sensor.shelly11_status - sensor.shellybulb_status - sensor.shellyem_status - - sensor.shellydw_status - sensor.shellyplugs_status # Energy Sensors - sensor.potenza_reattiva diff --git a/log/recorder.yaml b/log/recorder.yaml index 875c0c97..a51144fe 100644 --- a/log/recorder.yaml +++ b/log/recorder.yaml @@ -40,7 +40,6 @@ exclude: - sensor.shelly11_status - sensor.shellybulb_status - sensor.shellyem_status - - sensor.shellydw_status - sensor.shellyplugs_status # Energy Sensors - sensor.potenza_reattiva diff --git a/scripts/shelly.yaml b/scripts/shelly.yaml index d9b3ae48..3eceb6a4 100644 --- a/scripts/shelly.yaml +++ b/scripts/shelly.yaml @@ -48,12 +48,6 @@ shelly_upgrade: topic: 'shellies/shelly1-C426F9/command' payload: 'update_fw' - # Shelly Bulb Luce Divano - - service: mqtt.publish - data: - topic: 'shellies/shellybulb-BC8610/command' - payload: 'update_fw' - # Shelly 2.5 Luci Bagno - service: mqtt.publish data: @@ -78,30 +72,24 @@ shelly_upgrade: topic: 'shellies/shelly1-C423C8/command' payload: 'update_fw' - # Shelly EM + # Shelly Bulb Luce Divano - service: mqtt.publish data: - topic: 'shellies/shellyem-B9E1A0/command' + topic: 'shellies/shellybulb-BC8610/command' payload: 'update_fw' - # Shelly Door/Window + # Shelly EM - service: mqtt.publish data: - topic: 'shellies/shellydw-B88F53/command' + topic: 'shellies/shellyem-B9E1A0/command' payload: 'update_fw' - + # Shelly Plug S - service: mqtt.publish data: topic: 'shellies/shellyplug-s-7A31CB/command' payload: 'update_fw' -# # Shelly 1 TBD -# - service: mqtt.publish -# data: -# topic: 'shellies/shelly1-24D1A8/command' -# payload: 'update_fw' - ###################################################################### # Shelly: Reboot # - shell_command.shelly_reboot diff --git a/shell_scripts/shelly_reboot.sh b/shell_scripts/shelly_reboot.sh index 9aa7d97f..3a7be61f 100755 --- a/shell_scripts/shelly_reboot.sh +++ b/shell_scripts/shelly_reboot.sh @@ -17,7 +17,6 @@ SHELLY_ID=( shelly11.giorgioravera.it shellybulb.giorgioravera.it shellyem.giorgioravera.it - shellydw.giorgioravera.it shellyplugs.giorgioravera.it ) diff --git a/shell_scripts/shelly_upgrade.sh b/shell_scripts/shelly_upgrade.sh index b96e0952..7b0b5cb9 100755 --- a/shell_scripts/shelly_upgrade.sh +++ b/shell_scripts/shelly_upgrade.sh @@ -12,15 +12,13 @@ SHELLY_ID=( shelly1-24D1EE shelly1-93B27D shelly1-C426F9 - shellybulb-BC8610 shellyswitch25-7457D8 shelly1-59E18C shellydimmer-D46CF2 shelly1-C423C8 + shellybulb-BC8610 shellyem-B9E1A0 - shellydw-B88F53 shellyplug-s-7A31CB - #shelly1-24D1A8 ) echo "Upgrade Shelly Firmware" diff --git a/shell_scripts/shelly_version.sh b/shell_scripts/shelly_version.sh index ba8d5f0d..b1d2c2ef 100755 --- a/shell_scripts/shelly_version.sh +++ b/shell_scripts/shelly_version.sh @@ -17,7 +17,6 @@ SHELLY_ID=( shelly11.giorgioravera.it shellybulb.giorgioravera.it shellyem.giorgioravera.it - #shellydw.giorgioravera.it shellyplugs.giorgioravera.it ) -- 2.47.3