Skip to content

iayanpahwa/esphome-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome project on balena

Introduction

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems like Home Assistant .


Hardware required

  • A Single board computer like Raspberry Pi 4 -- currently tested to work
  • SD card ex 16GB Micro-SD Card depending upon the board type
  • Power supply for the board

Deploy

  • To use standalone clone this repo and use balena push

  • Deploy directly from here 👇🏻

deploy button

  • To use in a multi-container app, add following in your docker-compose file
version: '2.1'

volumes:
    config:
services:
  esphome:
    container_name: esphome
    image: esphome/esphome
    ports:
      - '6052:6052'
    volumes:
      - 'config:/config'
    restart: unless-stopped
    privileged: true
    network_mode: host

Usage

Once the app is deployed, head over to the URL of your device port number <Device_IP>:6052 6052 is default port of ESPHome


Attribution

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published