Favicon of openHAB

openHAB

Connect thousands of smart devices into a single, vendor-agnostic platform. Automate routines locally without relying on cloud services for complete privacy.

Take full control of your smart home with a vendor-agnostic, open-source automation platform. By running entirely on your own hardware, this system ensures your data remains private and your devices communicate locally without requiring an active internet connection. Whether you are using a Raspberry Pi, Linux, macOS, or Windows, you can easily manage your entire home ecosystem from a single interface. Build a customized setup with these core benefits:

  • Universal Integration: Connect over 3,000 different devices and technologies regardless of the manufacturer.
  • Advanced Automation: Design complex, event-based rules and scripts to make your home react automatically to your lifestyle.
  • Cloud-Friendly Options: Optionally connect to popular voice assistants like Amazon Alexa and Google Assistant.
  • Vendor Neutrality: Backed by a non-profit foundation, ensuring you never face vendor lock-in or forced subscriptions.

Directory Structure

openhab
addons
conf
userdata
.env
docker-compose.yml

docker-compose.yml

services:
  openhab:
    image: "openhab/openhab:latest
    restart: always
    network_mode: host
    volumes:
      - "/etc/localtime:/etc/localtime:ro"
      - "/etc/timezone:/etc/timezone:ro"
      - "./addons:/openhab/addons"
      - "./conf:/openhab/conf"
      - "./userdata:/openhab/userdata"
    environment:
      OPENHAB_HTTP_PORT: "8080"
      OPENHAB_HTTPS_PORT: "8443"
      USER_ID: "1000"
      GROUP_ID: "1000"
      EXTRA_JAVA_OPTS: "-Duser.timezone=UTC"
      CRYPTO_POLICY: "unlimited"

Share:

Ad
Favicon

 

  
 

Similar to openHAB

Favicon

 

  
  
Favicon

 

  
  
Favicon