2018-06-12 22:40:53 +00:00
#-------------------------------------------
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
#-------------------------------------------
2018-06-13 01:46:10 +00:00
homeassistant :
customize :
sensor.download_grafana_solar :
hidden : true
homebridge_hidden : True
2018-06-12 22:40:53 +00:00
#-------------------------------------------
sensor :
- platform : command_line
name : "Download Grafana Solar"
2018-06-13 01:13:03 +00:00
command : 'curl -s -H "Authorization: Bearer eyJrIjoiZ0UwS1hpRVdCbFVVSTNSdER0Z29maHc4QmVuSXhxalYiLCJuIjoiSEFDYW1lcmEiLCJpZCI6MX0=" "http://192.168.10.10:3000/render/d/h_wosLIik/solar?orgId=1&panelId=1&width=1000&height=700&from=now-42h&to=now-25h" > /config/www/custom_ui/floorplan/images/branding/solar_readings.png'
scan_interval : 3000
2018-06-12 22:40:53 +00:00
camera :
2018-06-13 01:13:03 +00:00
- platform : generic
2018-06-13 01:46:10 +00:00
name : "Grafana Solar Graph"
2018-06-13 01:13:03 +00:00
still_image_url : 'http://192.168.10.10:3000/render/d/h_wosLIik/solar?orgId=1&panelId=1&width=1000&height=700&from=now-24h&to=now'
username : HA
password : HA
2018-06-12 22:40:53 +00:00
2018-06-13 01:13:03 +00:00
# - platform: local_file
# name: "Grafana Solar Graph"
# file_path: /config/www/custom_ui/floorplan/images/branding/solar_readings.png
2018-06-12 22:40:53 +00:00
##############################################################################
### Automations - Detect when things are not right. Like any Good Watchdog.
##############################################################################
automation :
- alias : 'Tweet Solar Production'
hide_entity : false
trigger :
- platform : state
entity_id : sun.sun
to : 'below_horizon'
from : 'above_horizon'
action :
- delay : '0{{ range(1,3) | random | int }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}:{{ range(0,5) | random | int }}{{ range(0,9) | random | int }}'
- service : script.tweet_engine_image
data_template :
tweet : >-
{{ [
2018-06-13 01:13:03 +00:00
"I have just finished crunching the numbers and here is the latest #Solar Production report. "
] | random + " #Charts #Tesla (https://www.vcloudinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)" }}
2018-06-12 22:40:53 +00:00
image : >-
{% set pictures = [
"/config/www/custom_ui/floorplan/images/branding/solar_readings.png"
] %}
{{ pictures|random }}