{"id":18858333,"url":"https://github.com/hardwario/cp2mqtt","last_synced_at":"2026-05-02T10:40:21.434Z","repository":{"id":62565085,"uuid":"152110299","full_name":"hardwario/cp2mqtt","owner":"hardwario","description":"COOPER to MQTT Bridge","archived":false,"fork":false,"pushed_at":"2022-06-13T12:38:03.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T09:36:27.458Z","etag":null,"topics":["iot","mqtt","multisensor","python","zeromq"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardwario.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-08T16:16:58.000Z","updated_at":"2022-06-13T12:38:07.000Z","dependencies_parsed_at":"2022-11-03T16:45:57.827Z","dependency_job_id":null,"html_url":"https://github.com/hardwario/cp2mqtt","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardwario%2Fcp2mqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardwario%2Fcp2mqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardwario%2Fcp2mqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardwario%2Fcp2mqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardwario","download_url":"https://codeload.github.com/hardwario/cp2mqtt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239800418,"owners_count":19699121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iot","mqtt","multisensor","python","zeromq"],"created_at":"2024-11-08T04:12:03.798Z","updated_at":"2026-02-07T16:30:14.276Z","avatar_url":"https://github.com/hardwario.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COOPER to MQTT\r\n\r\n[![Travis](https://img.shields.io/travis/hardwario/cp2mqtt/master.svg)](https://travis-ci.org/hardwario/cp2mqtt)\r\n[![Release](https://img.shields.io/github/release/hardwario/cp2mqtt.svg)](https://github.com/hardwario/cp2mqtt/releases)\r\n[![License](https://img.shields.io/github/license/hardwario/cp2mqtt.svg)](https://github.com/hardwario/cp2mqtt/blob/master/LICENSE)\r\n[![PyPI](https://img.shields.io/pypi/v/cp2mqtt.svg)](https://pypi.org/project/cp2mqtt/)\r\n\r\n## Installing\r\n\r\nYou can install **cp2mqtt** directly from PyPI:\r\n\r\n```sh\r\nsudo pip3 install -U cp2mqtt\r\n```\r\n\r\n## Usage\r\n\r\nUpdate config.yml and run\r\n\r\n```sh\r\ncp2mqtt -c config.yml\r\n```\r\n\r\n### Systemd\r\n\r\nInsert this snippet to the file /lib/systemd/system/cp2mqtt.service:\r\n```\r\n[Unit]\r\nDescription=COOPER cp2mqtt\r\nAfter=network.target\r\n\r\n[Service]\r\nType=simple\r\nUser=pi\r\nExecStart=/usr/local/bin/cp2mqtt -c /etc/cooper/cp2mqtt.yml\r\nRestart=always\r\nRestartSec=5\r\nStartLimitIntervalSec=0\r\n\r\n[Install]\r\nWantedBy=multi-user.target\r\n```\r\n\r\nStart the service:\r\n\r\n    sudo systemctl start cp2mqtt.service\r\n\r\nEnable the service start on boot:\r\n\r\n    sudo systemctl enable cp2mqtt.service\r\n\r\nView the service log:\r\n\r\n    journalctl -u cp2mqtt.service -f\r\n\r\n\r\n## License\r\n\r\nThis project is licensed under the [**MIT License**](https://opensource.org/licenses/MIT/) - see the [**LICENSE**](LICENSE) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardwario%2Fcp2mqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardwario%2Fcp2mqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardwario%2Fcp2mqtt/lists"}