Skip to content

myhomeserver1 home assistant integration

License

Notifications You must be signed in to change notification settings

bpaulin/hass_myhomeserver1

Repository files navigation

hass_myhomeserver1

hacs_badge

hass_myhomeserver1 is a custom component for home assistant to manage lights and covers with myhomeserver gateway.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have a myhomeserver1 gateway on your network
  • You have set the open password on your gateway
  • You have installed the latest version of home assistant
  • You have installed HACS on your home assistant

Installing hass_myhomeserver1

  • add this repository to HACS custom repositories
  • install myhomeserver1 integration

Configuration

somewhere in your home assistant configuration, set:

myhomeserver1:
  host: <GATEWAY IP>
  port: <GATEWAY PORT>
  password: <OPEN PASSWORD>

light:
  # ...
  - platform: myhomeserver1

cover:
  # ...
  - platform: myhomeserver1