{"id":21969606,"url":"https://github.com/cinderblock/node-hvac","last_synced_at":"2026-04-11T13:31:31.520Z","repository":{"id":39545746,"uuid":"182340892","full_name":"cinderblock/node-HVAC","owner":"cinderblock","description":"DIY HVAC control nodes using Raspberry Pi \u0026 Node.js","archived":false,"fork":false,"pushed_at":"2023-01-03T21:43:25.000Z","size":1055,"stargazers_count":1,"open_issues_count":33,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T02:16:06.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cinderblock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-20T00:27:25.000Z","updated_at":"2021-03-02T04:37:36.000Z","dependencies_parsed_at":"2023-02-01T10:30:35.244Z","dependency_job_id":null,"html_url":"https://github.com/cinderblock/node-HVAC","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/cinderblock%2Fnode-HVAC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fnode-HVAC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fnode-HVAC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fnode-HVAC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cinderblock","download_url":"https://codeload.github.com/cinderblock/node-HVAC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245027802,"owners_count":20549389,"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-29T14:22:48.616Z","updated_at":"2025-12-30T23:42:21.536Z","avatar_url":"https://github.com/cinderblock.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node HVAC\n\nSimple Node.js based node for controlling/sensing part of a DIY HVAC system.\n\n## Development\n\n### Prerequisites\n\n[**Node 10+**](https://nodejs.org/en/download) must be installed on your development system.\n[**Yarn**](https://yarnpkg.com/lang/en/docs/install) is nice to have but **optional**.\n\n### Setup\n\nInstall dependencies and setup development environment.\n\n```bash\nyarn setup\n```\n\n#### Non-global Yarn?\n\nWhile easier if Yarn is installed globally, this works fine without it.\n\n```bash\n# Installs yarn locally\nnpm install\n# Setup development environment\nnpm run setup\n```\n\n\u003e You can run any command from the cheat sheet by replacing `yarn` with `npm run`.\n\n### Running\n\nTo run this full system, **two** separate programs need to be run.\nOne for the web **UI** and one to actually do something persistent, the **daemon**.\n\nMost commands are intended to be run **on your development machine** and **not** directly on the remote system.\n\n#### Local Daemon Config\n\nIf you'd like to run the daemon locally, there are a couple steps that need to be taken:\n\n1. Copy `daemon/config.sample.ts` to `daemon/config.ts`.\n2. Edit as desired. Directories must exist.\n\n### Suggested Environment\n\nUse Visual Studio Code.\n\n## Cheat sheet\n\nAll of these are run from the top level directory.\n\n| Command                        | Description                                                                           |\n| ------------------------------ | ------------------------------------------------------------------------------------- |\n| `yarn setup`                   | Setup your local machine for development                                              |\n| `yarn ui dev`                  | Run the web **ui** on your local machine (_dev mode_)                                 |\n| `yarn daemon dev`              | Run **daemon** locally in watch mode with most recent local code                      |\n| `yarn deploy daemon-dev`       | Run local compiler in watch mode and **daemon** on remote with most recent local code |\n| `yarn ui add some-package`     | Add `some-package` to the ui                                                          |\n| `yarn ui upgrade`              | Upgrade ui packages to latest versions                                                |\n| `yarn upgrade-all`             | Upgrade all packages to latest versions                                               |\n| `yarn remote add some-package` | Add `some-package` to the daemon using the remote's yarn                              |\n| `yarn remote upgrade`          | Upgrade daemon packages to latest version using the remote's yarn                     |\n| `yarn remote kill`             | Kill the daemon on remote                                                             |\n| `yarn remote shutdown`         | Shutdown the remote system                                                            |\n| `yarn remote reboot`           | Reboot the remote system                                                              |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinderblock%2Fnode-hvac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcinderblock%2Fnode-hvac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinderblock%2Fnode-hvac/lists"}