- sensor.shelly10_status
- sensor.shellybulb_status
- sensor.shellyem_status
+ - sensor.shellydw_status
- sensor.shellyplugs_status
data:
topic: 'shellies/shellyem-B9E1A0/command'
payload: 'update_fw'
+
+ # Shelly Door/Window
+ - service: mqtt.publish
+ data:
+ data:
+ topic: 'shellies/shellydw-B88F53/command'
+ payload: 'update_fw'
# Shelly Plug S
- service: mqtt.publish
- update
- uptime
+######################################################################
+# Sensor: Shelly Door/Window
+######################################################################
+
+#- platform: rest
+# scan_interval: 43200
+# resource: http://shellydw.giorgioravera.it/status
+# method: GET
+# name: shellyplugs_status
+# #value_template: '{{ value_json.has_update }}'
+# value_template: >-
+# {% if value_json.has_update == True %}
+# on
+# {% else %}
+# off
+# {% endif %}
+# authentication: basic
+# username: !secret shelly_user
+# password: !secret shelly_password
+# json_attributes:
+# # - wifi_sta
+# # - mqtt
+# # - time
+# # - has_update
+# - mac
+# - update
+# - uptime
+
######################################################################
# Sensor: Shelly Plug S
######################################################################
shelly10.giorgioravera.it
shellybulb.giorgioravera.it
shellyem.giorgioravera.it
+ shellydw.giorgioravera.it
shellyplugs.giorgioravera.it
)
shelly1-24D1A8
shellybulb-BC8610
shellyem-B9E1A0
+ shellydw-B88F53
shellyplug-s-7A31CB
)
shelly10.giorgioravera.it
shellybulb.giorgioravera.it
shellyem.giorgioravera.it
+ shellydw.giorgioravera.it
shellyplugs.giorgioravera.it
)