HA

From Network Security Wiki
Revision as of 18:25, 25 April 2024 by Amanjosan2008 (talk | contribs)


Installation

HomeAssist Docker Install

Source: home-assistant.io

  • Installation:
sudo docker run -d \
 --name homeassistant \
 --privileged \
 --restart=unless-stopped \
 -e TZ=Europe/Dublin \
 -v /home/pi/homeassist/config:/config \
 -v /run/dbus:/run/dbus:ro \
 --network=host \
 ghcr.io/home-assistant/home-assistant:stable

Notifications

Telegram

  1. Telegram #
  1. Telegram Bot

telegram_bot:

 - platform: polling
   api_key: "1183862178:AAGfLdGrWFmCrTB53OhVF5eKxwF8s9_03Vk"
   allowed_chat_ids:
     - 1058880213     # Rpiwz Personal Chat
     - -623610061     # My Family Group Chat
  1. Notifier

notify:

 - platform: telegram
   name: "rpiwz"
   chat_id: 1058880213
 - platform: telegram
   name: "myfamily"
   chat_id: -623610061

Sensors

CPU Temperature

  1. Command Line #
  2. Pi Temperature

command_line:

 - sensor:
     command: "cat /sys/class/thermal/thermal_zone0/temp"
     name: HA CPU Temperature
     unit_of_measurement: "      C"
     value_template: 'Template:Value'



References





{{#widget:DISQUS |id=networkm |uniqid=HA |url=https://aman.awiki.org/wiki/HA }}