Add in Grafana Speedtest Tweet for new ATT speedtesting. #402

This commit is contained in:
ccostan 2019-08-24 14:10:14 -04:00
parent 4a844089fa
commit 20d0fa819c
3 changed files with 28 additions and 17 deletions

View File

@ -12,7 +12,12 @@ homeassistant:
sensor:
- platform: command_line
name: "Download Grafana Solar"
command: 'curl -s -H "Authorization: Bearer eyJrIjoiZ0UwS1hpRVdCbFVVSTNSdER0Z29maHc4QmVuSXhxalYiLCJuIjoiSEFDYW1lcmEiLCJpZCI6MX0=" "http://192.168.10.10:3000/render/d/h_wosLIik/solar?orgId=1&panelId=1&width=1200&height=700&from=now-1d/d&to=now-1d/d" > /config/www/custom_ui/floorplan/images/branding/solar_readings.png'
command: 'curl -s -H "Authorization: Bearer eyJrIjoiZ0UwS1hpRVdCbFVVSTNSdER0Z29maHc4QmVuSXhxalYiLCJuIjoiSEFDYW1lcmEiLCJpZCI6MX0=" "http://192.168.10.10:3000/render/d-solo/h_wosLIik/solar?orgId=1&panelId=2&width=1000&height=500&from=yesterday" > /config/www/custom_ui/floorplan/images/branding/solar_readings.png'
scan_interval: 3000
- platform: command_line
name: "Download Grafana ATT SpeedTest"
command: 'curl -s -H "Authorization: Bearer eyJrIjoiZ0UwS1hpRVdCbFVVSTNSdER0Z29maHc4QmVuSXhxalYiLCJuIjoiSEFDYW1lcmEiLCJpZCI6MX0=" "http://192.168.10.10:3000/render/d-solo/bdR1ZnFZk/att-speedtest?orgId=1&panelId=2&width=1000&height=500&from=now-14d&to=now" > /config/www/custom_ui/floorplan/images/branding/att_speedtest.png'
scan_interval: 3000
camera:

View File

@ -278,16 +278,17 @@ automation:
data_template:
pick: >-
{% set pick = [
"solar", "solar",
"robot", "robot",
"door", "door",
"weather", "weather",
"solar",
"robot",
"door",
"weather",
"cloud",
"internet", "internet",
"stocks", "stocks",
"speedtest",
"internet",
"stocks",
"night",
"tv", "tv",
"promo", "promo",
"tv",
"promo",
"joke"
] %}
{{ pick|random }}

View File

@ -82,12 +82,16 @@ tweet_engine_setup:
"Average Cloud Coverage: {{ states('sensor.dark_sky_cloud_coverage') }}%, Average Temp: {{ states('sensor.dark_sky_temperature') }}°F #Solar (http://www.vmwareinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)"
],
"speedtest": [
"Average internet stats are Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.",
"So if you get @att Fiber 1000, you can expect these types of results - Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.",
"My @att Fiber 1000 internet download speed is about {{ states('sensor.speedtest_download') }} Mbit/s and I am a #cordcutter. @TabloTV"
"This beautiful chart was produced with Grafana. | (https://www.vcloudinfo.com/Click-Here)"
],
"internet": [
"So far, I have prevented {{ states('sensor.pi_hole_ads_blocked_today') }} ads from hitting the network via Pi-hole! http://www.pi-hole.net",
"Pi-hole (http://www.pi-hole.net) has serviced {{ states('sensor.pi_hole_dns_queries_today') }} DNS requests today! #PiZero",
"Average internet stats are Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.",
"So if you get @att Fiber 1000, you can expect these types of results - Download: {{ states('sensor.speedtest_download') }} Mbit/s & Upload {{ states('sensor.speedtest_upload') }} Mbit/s.",
"My @att Fiber 1000 internet download speed is about {{ states('sensor.speedtest_download') }} Mbit/s and I am a #cordcutter. @TabloTV",
"If you are not subscribed to my Smart Home YouTube channel, come join us now! (https://youtube.com/vCloudInfo)",
"If you love #homeassistant and are on @FaceBook, be sure to Join our Fan Group Page (https://www.facebook.com/groups/HomeAssistant/)",
"Be sure to follow all of our various social media accounts so you do not miss a thing! @ccostan | (https://www.vcloudinfo.com/Click-Here)"
@ -205,11 +209,8 @@ tweet_engine_setup:
"/config/www/custom_ui/floorplan/images/branding/car.png",
"/config/www/custom_ui/floorplan/images/branding/bearstone_car.png",
"/config/www/custom_ui/floorplan/images/branding/charge.png",
"/config/www/custom_ui/floorplan/images/branding/solar.png",
"/config/www/custom_ui/floorplan/images/branding/solar2.png",
"/config/www/custom_ui/floorplan/images/branding/Bolt_Solar2.png",
"/config/www/custom_ui/floorplan/images/branding/Bolt_Solar.png",
"/config/www/custom_ui/floorplan/images/branding/solar_top.png"
"/config/www/custom_ui/floorplan/images/branding/solar_top.png",
"/config/www/custom_ui/floorplan/images/branding/solar_readings.png"
],
"promo": [
"/config/www/custom_ui/floorplan/images/branding/repo_ad4.png",
@ -254,6 +255,10 @@ tweet_engine_setup:
"/config/www/custom_ui/floorplan/images/branding/Bolt_Solar.png"
],
"speedtest": [
"/config/www/custom_ui/floorplan/images/branding/att_speedtest.png"
],
"internet": [
"/config/www/custom_ui/floorplan/images/branding/servers.png",
"/config/www/custom_ui/floorplan/images/branding/servers2.png",