Skip to main content

Homie 4 for Honeywell Total Comfort North America

Project description

Somecomfort Homie

Homie 4 implementation of Honeywell Total Connect Comfort for North American models

Uses the somecomfort library (https://github.com/kk7ds/somecomfort)

Install on Raspberry Pi

pip3 install Somecomfort-Homie-4

To start as a service on raspbian

Create somecomfort_homie.yml in /etc

''' sudo nano /etc/somecomfort_homie.yml '''

Use the following settings:

somecomfort:
  username: 
  password: 

mqtt:
  MQTT_BROKER: Broker
  MQTT_PORT: 1883
  MQTT_USERNAME: null
  MQTT_PASSWORD: null

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

''' sudo nano /etc/systemd/system/somecomfort-homie.service '''

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

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

[Install]
WantedBy=multi-user.target

Copy somecomfort_homie_start.py to /usr/local/bin/

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

Somecomfort Homie 4-0.2.4.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

Somecomfort_Homie_4-0.2.4-py3-none-any.whl (7.1 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