Skip to content

RomLab/home-assistant-for-underfloor-heating-docker-v2.0

Repository files navigation

Home Assistant for underfloor heating (Docker version) v2.0

Software (scripts) for Home Assistant in Docker.

I have used a Raspberry Pi 4B with the operating system Raspberry Pi OS Lite (32-bit). I have used an installation via the Raspberry Pi Imager.

There is the installation of Docker Compose. I use Home Assistant in Container (Docker Compose).

  • In a folder HomeAssistant is configuration for Home Assistant. It is necessary to copy content to a folder with the configuration Home Assistant.
  • In a folder AppDaemon is configuration for AppDaemon. I use AppDaemon in a container (Docker Compose). It is necessary to copy content to a folder with the configuration AppDaemon.
  • In a folder mosquitto is configuration for Mosquitto broker. I use Mosquitto in a container (Docker Compose). It is necessary to copy content to a folder with configuration Mosquitto.

Tokens

It is necessary generate toke for AppDaemon (appdaemon.yaml) and insert into part "token" and change url/IP address and the same token and url/IP address insert into Docker compose settings for AppDaemon. The token for bash script (ha_script.sh) and insert into part "token" and insert the same token into bash script (script_bash.sh). These tokens are possible generate in GUI in the Home Assistant.

AppDaemon

Settings for all containers are in a folder docker_settings.

More information at https://github.com/RomLab/system-for-underfloor-heating-v2.0