Hi
My home assistant / HASSIO appears to be constantly talking to amazon cloud front.
It is running at 133Kbps and I cannot work out what it is doing.
Any ideas please?
Thanks
Hi
My home assistant / HASSIO appears to be constantly talking to amazon cloud front.
It is running at 133Kbps and I cannot work out what it is doing.
Any ideas please?
Thanks
What components you using?
Not many
Installed Add-ons
Google Assistant
A virtual personal assistant developed by Google
0.0.3-p5
Samba share
Expose Hass.io folders with SMB/CIFS
3.0
SSH server
Allows connections over SSH
2.7
Configurator
Browser-based configuration file editor for Home Assistant.
0.2.0-p3
Mosquitto broker
An Open Source MQTT broker
1.0
Those are add-ons. What components are you using in your configuration?
Hi
Ah, sorry.
I’m using
Sensor
MQTT
Switch
Device Tracker
Media Player
remote
Light
Camera
TTS
Here is my config file
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: -36.7926
longitude: 174.4729
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 76
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Pacific/Auckland
# Show links to resources in log and frontend
introduction:
# Enables the frontend
frontend:
# enable cloud
cloud:
# Enables configuration UI
config:
http:
api_password: aqualungmyfriend
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
# Weather prediction
sensor:
- platform: yr
name: 'Weather'
- platform: broadlink
name: 'Lounge'
host: 192.168.1.34
mac: 'B4:43:0D:FC:1D:C7'
monitored_conditions:
- 'temperature'
sensor 2:
- platform: mqtt
state_topic: 'office/sensor1'
name: 'Temperature'
unit_of_measurement: '?C'
monitored_conditions:
- 'temperature'
value_template: '{{ value_json.temperature }}'
sensor 3:
- platform: mqtt
state_topic: 'office/sensor1'
name: 'Humidity'
unit_of_measurement: '%'
value_template: '{{ value_json.humidity }}'
switch:
- platform: broadlink
host: 192.168.1.34
mac: 'B4:43:0D:FC:1D:C7'
friendly_name: 'RM2'
type: rm2
# switches:
# tv_lg:
# friendly_name: "LG Tv Power"
# command_on: 'JgBYAAABIJISExETETcSEhISEhQQFBETETcROBESEjcRNhM1EjcTNRMTERISNxEUERMSExE2EjYSNhM2EhIROBE3ETcREhITEgAFGwABH0oSAAwzAAEfShEADQU='
# command_off: 'JgBYAAABIJISExETETcSEhISEhQQFBETETcROBESEjcRNhM1EjcTNRMTERISNxEUERMSExE2EjYSNhM2EhIROBE3ETcREhITEgAFGwABH0oSAAwzAAEfShEADQU='
# tv_lg_hdmi1_hdmi2:
# friendly_name: "LG Tv HDMI12"
# command_on: 'JgBIAAABIZMRExITEjYSExMRERURExEUEDkRNxEUEjYSNhM3ETcSNxITETgSNhI2ExMQExE4ETYSNxIUERMSExE4ETcRFBETEQANBQ=='
# command_off: 'JgBQAAABJJMSEhISETgSEhITEBMSEhMSETcSNxMREjcSNxI3EjcSOBETERITNhM2EhITERM2EzcRNxI3ExISEhI3EjcRExETEgAFLQABJEoRAA0FAAAAAAAAAAA='
# tv_lg_hdmi3:
# friendly_name: "LG Tv HDMI3"
# command_on: 'JgBIAAABIZMSFBISETgRExEUERQQFBETEjcTNhMSETgRNxE3EjcROBM2ERMSFBE4ERMSNxM2EjUSFBE2ETgRExM2ExITEhATEwANBQ=='
# tv_lg_av1_av2:
# friendly_name: "LG Tv AV12"
# command_on: 'JgBIAAABIpQPFBITETgSEw8UEhQSEhEVDzgSOBAUETgQOQ84EjgRNxITETgSExA5EDgREhI3EhMROBMSEDkQFBETEjYTEhE4EQANBQ=='
# command_off: 'JgBIAAABH5YPFBETETgUERAUEBURFBATETgROBEUETcSNxE4ETcSOBISEBUQFREUEjUSFBA5ETcRNxE4ETkQOBAUEjcRFRAUEQANBQ=='
device_tracker:
- platform: unifi
username: michael
password: xxxx
# Text to speech
tts:
- platform: google
# message broker
mqtt:
broker: 192.168.1.6
port: 1883
client_id: hassio
username: homeassistant
password: xxxx
protocol: 3.1.1
# alexa
#emulated_hue:
# type: alexa
# listen_port: 80
# google cast devices
media_player:
- platform: cast
remote:
- platform: harmony
name: Lounge
host: 192.168.1.22
light:
platform: limitlessled
bridges:
- host: 192.168.52
groups:
- number: 1
name: OutSideLights
camera:
- platform: uvc
nvr: 192.168.1.6
key: xxxx
password: xxxx
group: !include groups.yaml
automation: !include automations.yaml
Dude. You have CLOUD configured.