Skip to main content

xComfortMQTT

Project description

xComfortMQTT

Travis Release License PyPI

Installing

You can install xComfortMQTT directly from PyPI:

sudo pip3 install -U xComfortMQTT

Config

Insert this snippet to the file /etc/xComfortMQTT.yml:

---
shc:
  host: 192.168.0.2
  username: admin
  password: very-strong-password

mqtt:
  host: 192.168.0.1

Usage

Update /etc/xComfortMQTT.yml and run

xComfortMQTT -c /etc/xComfortMQTT.yml

Systemd

Insert this snippet to the file /etc/systemd/system/xComfortMQTT.service:

[Unit]
Description=xComfortMQTT
After=network.target

[Service]
Type=simple
User=pi
ExecStart=/usr/local/bin/xComfortMQTT -c /etc/xComfortMQTT.yml
Restart=always
RestartSec=5
StartLimitIntervalSec=0

[Install]
WantedBy=multi-user.target

Enable the service start on boot:

sudo systemctl enable xComfortMQTT.service

Start the service:

sudo systemctl start xComfortMQTT.service

View the service log:

journalctl -u xComfortMQTT.service -f

PM2

pm2 start /usr/bin/python3 --name "xComfortMQTT" -- /usr/local/bin/xComfortMQTT -c /etc/xComfortMQTT.yml
pm2 save

Development

git clone git@github.com:blavka/xComfortMQTT.git
cd xComfortMQTT
./test.sh
sudo python3 setup.py develop

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

xComfortMQTT-1.2.0.tar.gz (7.2 kB view details)

Uploaded Source

File details

Details for the file xComfortMQTT-1.2.0.tar.gz.

File metadata

  • Download URL: xComfortMQTT-1.2.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.1

File hashes

Hashes for xComfortMQTT-1.2.0.tar.gz
Algorithm Hash digest
SHA256 28e18d6b36c44ab19f98fbb48e6b2c231eb0b9dec6289566bb2fd53f097ddc3b
MD5 801f738b4fd001ede9dd604d05c67d89
BLAKE2b-256 de6b25e98dace9daa6480127c56fca900cf04eb9076b59b6b71380c7942e27fb

See more details on using hashes here.

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