Skip to main content

Homie 4 for Universal Devices ISY994

Project description

ISY-Homie

A bridge between the ISY994 controller and Homie 4 MQTT convention.

Utilizes the ISY944v5 package. Currently only supports Insteon devices, Insteon Scenes, ISY program, and ISY variables.

To start as a service on raspbian

Create isy_homie.yml in /etc using the following settings:

isy:
  url: xxx.xxx.xxx.xxx
  username: xxxxx
  password: xxxxx

mqtt:
  MQTT_BROKER: broker
  MQTT_PORT: 1883
  MQTT_USERNAME: null
  MQTT_PASSWORD: null
  MQTT_SHARE_CLIENT: true

Create isy-homie.service in /etc/systemd/system

[Unit]
Description=ISY995 Homie
After=multi-user.target

[Service]
User=pi
Type=simple
ExecStart=/usr/bin/python3 /usr/local/bin/isy_homie_start.py
Restart=on-abort

[Install]
WantedBy=multi-user.target

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ISY994-Homie4-Bridge-0.3.5.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

ISY994_Homie4_Bridge-0.3.5-py3-none-any.whl (23.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page