{"id":20664191,"url":"https://github.com/nigelramsay/heatmiser","last_synced_at":"2026-04-20T17:02:25.781Z","repository":{"id":30549173,"uuid":"34103910","full_name":"nigelramsay/heatmiser","owner":"nigelramsay","description":"Golang library for HeatMiser Wifi Thermostat","archived":false,"fork":false,"pushed_at":"2015-04-18T22:56:30.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T12:36:04.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/nigelramsay.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":"2015-04-17T07:56:11.000Z","updated_at":"2015-04-18T22:56:30.000Z","dependencies_parsed_at":"2022-09-26T20:02:09.817Z","dependency_job_id":null,"html_url":"https://github.com/nigelramsay/heatmiser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigelramsay%2Fheatmiser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigelramsay%2Fheatmiser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigelramsay%2Fheatmiser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigelramsay%2Fheatmiser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nigelramsay","download_url":"https://codeload.github.com/nigelramsay/heatmiser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242826575,"owners_count":20191624,"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":[],"created_at":"2024-11-16T19:22:47.544Z","updated_at":"2026-04-20T17:02:25.718Z","avatar_url":"https://github.com/nigelramsay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HeatMiser [![Build Status](https://travis-ci.org/nigelramsay/heatmiser.svg?branch=master)](https://travis-ci.org/nigelramsay/heatmiser) [![GoDoc](https://godoc.org/github.com/nigelramsay/heatmiser?status.svg)](https://godoc.org/github.com/nigelramsay/heatmiser)\n\nGolang library for HeatMiser Wifi Thermostat.\n\n## Usage\n\n```\npackage main\n\nimport \"github.com/nigelramsay/heatmiser\"\nimport \"fmt\"\n\nfunc main() {\n  h := heatmiser.New(\"http://192.168.1.7\")\n\n  fmt.Println(\"Current temperature: \", h.Current())\n  fmt.Println(\"Target temperature: \", h.Target())\n  fmt.Println(\"Heating enabled: \", h.Enabled())\n}\n```\n\n## Compatibility\n\nThis library is compatible with the following firmware revisions:\n\n- version 1.3\n\n## Authentication\n\nThe wifi thermostat uses Javascript to enforce the authentication, which\nessentially means that there is no authentication. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnigelramsay%2Fheatmiser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnigelramsay%2Fheatmiser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnigelramsay%2Fheatmiser/lists"}