Skip to main content

COOPER to MQTT

Project description

COOPER to MQTT

Travis Release License PyPI

Installing

You can install cp2mqtt directly from PyPI:

sudo pip3 install -U cp2mqtt

Usage

Update config.yml and run

cp2mqtt -c config.yml

Systemd

Insert this snippet to the file /lib/systemd/system/cp2mqtt.service:

[Unit]
Description=COOPER cp2mqtt
After=network.target

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

[Install]
WantedBy=multi-user.target

Start the service:

sudo systemctl start cp2mqtt.service

Enable the service start on boot:

sudo systemctl enable cp2mqtt.service

View the service log:

journalctl -u cp2mqtt.service -f

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

cp2mqtt-1.2.0.tar.gz (4.8 kB view hashes)

Uploaded Source

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