{"id":25844411,"url":"https://github.com/ngfelixl/heatcontrol","last_synced_at":"2026-05-11T01:09:46.083Z","repository":{"id":96220415,"uuid":"103586021","full_name":"ngfelixl/HeatControl","owner":"ngfelixl","description":"Heat stabilizer for mixture motor with Keypad LCD and DS18B20 sensor","archived":false,"fork":false,"pushed_at":"2017-09-15T21:53:08.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T11:04:28.432Z","etag":null,"topics":["heat","heater","heating","home-assistant","home-automation","mixer","motor","motor-controller"],"latest_commit_sha":null,"homepage":"","language":"Arduino","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/ngfelixl.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,"governance":null}},"created_at":"2017-09-14T22:00:57.000Z","updated_at":"2017-09-15T21:55:34.000Z","dependencies_parsed_at":"2023-04-27T14:47:14.964Z","dependency_job_id":null,"html_url":"https://github.com/ngfelixl/HeatControl","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"5bac05d8b64327f38e64dbe6876503d9eb71f88a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngfelixl%2FHeatControl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngfelixl%2FHeatControl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngfelixl%2FHeatControl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngfelixl%2FHeatControl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngfelixl","download_url":"https://codeload.github.com/ngfelixl/HeatControl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241334226,"owners_count":19945960,"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":["heat","heater","heating","home-assistant","home-automation","mixer","motor","motor-controller"],"created_at":"2025-03-01T07:28:28.705Z","updated_at":"2026-05-11T01:09:46.044Z","avatar_url":"https://github.com/ngfelixl.png","language":"Arduino","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arduino based heat stabilizer\n\nReads temperature from DS18B20 Sensor via DallasTemperature and OneWire library.\nUses up and down button from shield to adjust the target temperature\nin range [20,38]. Shield displays current temperature, target temperature,\ntemperature derivative, output open isActive and output close isActive.\n\n## Getting Startet\n\nClone repo, open either with VSCode or Arduino IDE. Should work with every\nArduino capable editor. Adjust pin constants at \n```C\n#define OUTPUT0 11\n#define OUTPUT1 12\n#define TEMPPIN 12\n```\nwhere `OUTPUT0` is the motor open gate (true means active) and `OUTPUT1` is the close gate.\nNow you can adjust the time settings. The controller works with timer variables and `millis()`\nfunction instead of delays. With the following constants you can adjust the duration of\nsome actions.\n```C\n#define CONTROL_ACTIVE_TIME 1000 // [ms]\n#define CONTROL_LOOP_TIME 30000  // [ms]\n#define BUTTON_DEAD_TIME 500     // [ms]\n```\nHere `CONTROL_ACTIVE_TIME` sets the activated time for the output gates. If it's 1000 the\ngate will open exactly for one second. `CONTROL_LOOP_TIME` sets the time for checking the\ntemperature difference before and now, and opens the appropriate gate. `BUTTON_DEAD_TIME`\ndisables the buttons for the adjusted value after press.\n\n## Output\n\nHas two digital outputs defined for controlling the heater. As mentioned above they are\nlabelled `OUTPUT0` and `OUTPUT1`. Never open both outputs at the same time. If DS18B20 is not\nconnected, the library will retrieve a value of -127 degree. The controller closes all\ngates if temperature \u003c 0.\n\n## Dependencies\n#### Arduino Libraries\n- LiquidCrystal\n- OneWire\n- DallasTemperature\n#### External\n- https://github.com/dzindra/LCDKeypad","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngfelixl%2Fheatcontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngfelixl%2Fheatcontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngfelixl%2Fheatcontrol/lists"}