{"id":32151171,"url":"https://github.com/vaddieg/cometblue","last_synced_at":"2026-05-18T10:08:52.244Z","repository":{"id":63921183,"uuid":"268753661","full_name":"vaddieg/cometblue","owner":"vaddieg","description":"macOS command line tool for Comet Blue, Cygonix, Eurotronic thermostats","archived":false,"fork":false,"pushed_at":"2020-06-16T20:38:35.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-14T10:04:01.192Z","etag":null,"topics":["cometblue","corebluetooth","cygonix","eurotronic","ht100bt","macos","smarthome","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/vaddieg.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":"2020-06-02T09:09:36.000Z","updated_at":"2021-02-19T19:58:00.000Z","dependencies_parsed_at":"2023-01-14T14:15:19.798Z","dependency_job_id":null,"html_url":"https://github.com/vaddieg/cometblue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vaddieg/cometblue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaddieg%2Fcometblue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaddieg%2Fcometblue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaddieg%2Fcometblue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaddieg%2Fcometblue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaddieg","download_url":"https://codeload.github.com/vaddieg/cometblue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaddieg%2Fcometblue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cometblue","corebluetooth","cygonix","eurotronic","ht100bt","macos","smarthome","swift"],"created_at":"2025-10-21T10:37:26.730Z","updated_at":"2026-05-18T10:08:52.239Z","avatar_url":"https://github.com/vaddieg.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  CometBlue\n[![Platform](https://img.shields.io/badge/Platforms-macOS%20-4E4E4E.svg?colorA=28a745)](https://github.com/vaddieg/cometblue)\n[![Swift support](https://img.shields.io/badge/Swift-4.0%20%7C%204.2%20%7C%205.0%20%7C%205.1%20-lightgrey.svg?colorA=28a745\u0026colorB=4E4E4E)](https://github.com/vaddieg/cometblue)\n[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?style=flat\u0026colorA=28a745\u0026\u0026colorB=4E4E4E)](https://github.com/apple/swift-package-manager)\n\nCommand-line tool for macOS for managing CometBlue, EUROprog, Cygonix and other compatible BLE thermostats. Implemented in Swift using CoreBluetooth framework. Code is compatible with iOS\n\n## Installation\n```\ngit clone https://github.com/vaddieg/cometblue.git\ncd cometblue\nswift build -c release\ncp .build/release/cometblue /usr/local/bin\n```\nfor iOS  (JB, ssh, ldid)  \n```\ncd Sources/cometblue\n./build_ios.sh\nscp cometblue root@your-jailbroken-iphone:/usr/bin/cometblue\n```\n\n ## Usage\n ```\n cometblue discover \u003coptions\u003e\n cometblue [ get | set | backup | restore] \u003cdevice_id\u003e \u003coptions\u003e  \n\nCommands:\n * discover\t\t\tScan for compatible BLE devices to find out device_ids \n * get  \t\t \t\tRead value(s) from device\n * set\t\t  \t \tWrite value(s) to device\n * backup\t\t\t Backups device settings to specified file\n * restore\t\t\tRestores device settings from specified file\nOptions:\n * -t [timeout]\t\tTimeout for 'discover' command, default is 60s\n * -s [threshold]\t\tSignal level threshold for 'discover', default = -80dB\n * -p [pin]\t\t\tPin to access the device, default = 0\n * -k [key.path]\t\tKeypath of the value for reading or writing, default is root \".\"\n * -f [human | json] \tSpecifies human readable or json as output format for 'get' command, default is 'human'\n * -o [path]\t\t\tOutput file path for 'backup' command, default is ./backup.json\n * -i [path]\t\t\tInput file path for 'restore' command, default is ./backup.json\n```\n\n ## Examples:\n ```\n $ cometblue discover -s -75  \n AABBCC-5555-AAAA-DDEECC signal:-60  \n CCBBAA-2222-AAAA-FFFFFFF signal:-65  \n \n $ cometblue get AABBCC-5555-AAAA-DDEECC -k temperatures.targetHi  \n 22.5  \n $ cometblue get AABBCC-5555-AAAA-DDEECC -k temperatures -f json  \n {\"offset\" : 1, \"manual\" : 15, \"targetLow\" : 18, \"targetHi\" : 22.5, \"current\" : 18}  \n $ cometblue set AABBCC-5555-AAAA-DDEECC -k status.flags.childlock true  \n Set OK  \n ```\n ### Miscellanous\n Use 'auto' as device id to attemt connecting the nearest (highest signal) device  \n Use 'cometblue [device_id] get -f json' to discover keypath structure  \n Set for 'deviceDate' with zero arg sets the current date time  \n Pin change is not supported  \n Tool is able to backup/restore day/holiday whole schedules, but editing isn't (yet?) supported  \n\n## Credits\nhttps://github.com/im-0/cometblue used a reference to discover device APIs\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaddieg%2Fcometblue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaddieg%2Fcometblue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaddieg%2Fcometblue/lists"}