2018-01-01 19:00:45 -05:00
###################################
## Self Healing Section -
## Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0).
###################################
2018-02-07 11:46:34 -05:00
- alias : Heal Components Nightly
2020-02-06 14:32:18 -05:00
2018-01-01 19:00:45 -05:00
trigger :
platform : time
at : '2:31:00'
action :
2018-01-04 18:14:41 -05:00
# - service: zwave.heal_network - Not needed anymore since I've migrated to Wink.
2018-02-07 11:46:34 -05:00
- service : homeassistant.turn_on
entity_id : switch.bedroom_restart_on
2018-01-01 19:00:45 -05:00
2018-03-17 21:14:50 -04:00
- service : script.tweet_engine_image
2018-01-01 19:00:45 -05:00
data_template :
2018-03-17 00:56:57 -04:00
tweet : >-
2018-01-01 19:00:45 -05:00
{{ [
2018-03-17 00:56:57 -04:00
"While they sleep, I self heal the #Z-Wave network with #Wink. (https://github.com/CCOSTAN/Home-AssistantConfig#hubs)" ,
2019-10-10 00:39:10 -04:00
"2:30am, Time to restart the #Amazon Alarm Panels for a fresh start in the morning. (https://www.vcloudinfo.com/2017/08/project-update-visualization-of-home.html)" ,
"Restarting the #Amazon Fire Tablets nightly to clear memory issues or any other bugs (https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html)" ,
2018-03-17 00:56:57 -04:00
"Nightly #Z-WAVE Self heals keep all the gear in check! (https://github.com/CCOSTAN/Home-AssistantConfig#hubs)" ,
2018-02-07 11:46:34 -05:00
"Every night at 2:31am, I do my self-heal and rebuild the #ZWAVE network." ,
2019-04-08 19:01:50 -04:00
"Without my Nightly #ZWave Self Heal, things get a little whackado." ,
"Always working thanks to #homeassistant. Things are quiet, lets kick off a #ZWAVE heal." ,
"We have come to the end of our broadcast day. Oh, who am I kidding. I will be up all night watching over the House."
2018-02-07 11:46:34 -05:00
] | random + " #SelfHeal "}}
2018-03-17 00:56:57 -04:00
image : >-
{{ [
"/config/www/custom_ui/floorplan/images/branding/dummie_book.png"
] | random }}