COOPER to MQTT
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.
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.1.tar.gz
(4.8 kB
view details)
File details
Details for the file cp2mqtt-1.2.1.tar.gz.
File metadata
- Download URL: cp2mqtt-1.2.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.4.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82602c03300ef1708171254213add6a3daf90adcb22b6af5717c1cd6bf99159d
|
|
| MD5 |
1d80eb53dcda99aeb2fbc467fd0ef6b8
|
|
| BLAKE2b-256 |
cd20d3d8e405ece11f8611f74cffe1e235ea3af1a90a0336c31bcc196ba4ed2c
|